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.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...
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 ?? ()
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`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`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`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
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`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
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  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
core
[15:37:40.205] #0  <unavailable> 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-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:10:02.157] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[13:09:45.158] ../src/backend/libpq/be-secure-openssl.c(1575): 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.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
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
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: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: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: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.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: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...
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: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...
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: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.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: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.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: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...
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: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: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...
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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[16:33:09.842] 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:32:38.717] smgr.c:282:13: error: unused variable 'forknum' [-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.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
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
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`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
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`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
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
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`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
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
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
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
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
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`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
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
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`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
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`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
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
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`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
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`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
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
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
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
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`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`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`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`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`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`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
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
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`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`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`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`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
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`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
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
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
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`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`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`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`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
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
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`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
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
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`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`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
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
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
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`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
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`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`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`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`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`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`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
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
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`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
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
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
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`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
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`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`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`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
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
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
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`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`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
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
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`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
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
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`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
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
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`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
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
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`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
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
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`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
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`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
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
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
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`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
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`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
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`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
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`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`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`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`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`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`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
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
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
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
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
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
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
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`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
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`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
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`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
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`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
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
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
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
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
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
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`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`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`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
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
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
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
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`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
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
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`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
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
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`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
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
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
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
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`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`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`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
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
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
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`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
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`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
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
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
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
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
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`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
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
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
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`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`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`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
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
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
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
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`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
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
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`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
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
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`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
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
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:24.088] #0  <unavailable> in ?? ()
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
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: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:11:35.602] contradictory.c:1413:12: error: ‘varcollid’ 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:10:53.593] contradictory.c:757:25: error: ‘btest’ 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: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: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...
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: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: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: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: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: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...
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`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`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`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`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`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
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
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_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: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: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: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: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: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: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: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: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
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: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: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: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: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: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: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: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.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: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: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: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: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.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: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.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: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: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: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: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.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.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: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: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: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: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.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.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: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: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: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: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: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: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: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: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: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: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.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.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: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: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: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: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: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: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: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: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: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: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.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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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.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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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.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: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: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: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: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: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: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.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.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: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.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
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: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: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: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: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: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: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: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
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: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: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: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: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: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: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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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
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
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`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
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
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`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
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`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
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`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
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`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`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
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`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`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`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`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`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`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`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
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`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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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
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
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`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`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`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
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`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`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
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`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`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
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`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
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`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
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`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`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`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`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
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`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
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`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`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
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`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`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
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`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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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`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`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
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`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`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`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`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
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
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
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`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`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`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`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
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
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
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
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`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
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`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`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`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`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
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
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`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`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`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`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`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`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`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
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`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
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
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`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
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
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`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`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
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
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
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`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`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
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`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
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`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
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`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`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
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`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
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
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`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
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
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`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
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`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`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
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`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`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
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
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
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
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`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`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`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`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`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
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`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
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`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`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
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
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`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`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`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`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`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`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
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
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`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`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`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`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`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
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`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`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`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
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
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`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`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`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
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`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`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`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`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
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
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`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
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`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
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`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`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`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`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`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
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`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`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
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`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`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`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`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`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`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`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`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`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
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
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
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
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`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`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`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`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
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
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
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
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
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
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`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`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`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
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
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`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`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`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`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`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
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
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`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`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`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`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
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`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
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
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`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`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`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
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`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`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`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`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
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`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`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
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`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
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
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
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`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`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
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`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`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`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
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
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`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
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`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
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`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
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`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`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
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`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`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`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`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`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
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`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`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
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
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`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
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`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`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`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
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`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
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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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`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
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`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
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
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`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
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`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`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`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
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
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`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
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`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`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
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
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`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`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`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
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`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`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`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`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
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
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`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`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`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
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
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
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`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
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`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`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`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
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
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`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`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`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
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
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`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`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`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
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
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`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`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`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`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
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`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
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`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`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`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`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`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`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
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
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
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
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`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`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`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`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
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
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`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`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`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`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`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
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`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
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
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`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`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`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`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
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
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
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`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`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`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
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
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`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`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
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`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
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`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`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`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
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
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`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`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
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`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
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`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`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
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`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
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`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
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`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`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`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
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`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
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
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
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`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`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
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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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`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`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`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
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`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
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
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`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`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`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
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
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
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`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
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`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
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`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
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`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`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`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
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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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
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`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
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
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`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
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
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`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`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
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`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
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`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`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`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
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`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`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`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
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
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`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`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
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`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
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`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`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`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`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
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`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`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
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
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
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
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`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`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`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
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
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`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`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
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`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`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`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
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
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
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
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`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`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
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
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
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`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
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
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`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`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
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`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
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`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`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
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`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
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`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
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`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`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`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`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`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
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`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
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
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`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`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
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`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`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`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`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`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`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`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`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`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
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`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`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
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
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
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`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
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`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`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`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
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`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
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`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`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
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`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`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`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
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
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`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`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
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
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
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
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
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`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`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`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
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
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`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`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`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
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`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`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`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`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`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
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
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
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`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`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
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`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`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`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`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
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
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`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
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`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`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
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`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`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`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`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`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`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
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`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`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
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`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
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
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`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`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
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`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
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
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`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`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`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
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
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`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`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`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
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`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
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`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
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`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
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`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
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`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`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`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`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
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`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`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
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
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
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`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`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
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`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
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`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`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
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`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
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
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
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
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`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`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`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
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
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`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`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`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
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`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
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`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`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`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
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`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
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`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
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`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`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`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
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
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`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`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`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
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
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`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`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
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`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
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`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
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`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
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
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`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`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
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`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`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`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`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`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`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`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
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
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
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`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
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`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
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`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`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
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`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
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
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
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
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`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`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`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`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
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
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`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`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
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`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
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
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`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`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
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`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`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`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`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`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
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
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`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`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`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
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
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
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`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`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`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
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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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
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`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`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
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`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`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
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`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
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`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`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
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`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
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`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`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`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`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`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
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`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
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`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`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`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`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`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`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
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
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`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`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`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
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`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
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
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
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`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`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`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`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
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`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`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
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`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`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
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`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
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`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`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`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
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
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`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`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`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`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
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
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`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
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`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
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`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
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
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`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`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`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
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
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
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
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`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`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`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
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`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
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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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
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`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`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`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
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`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`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`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
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
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`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`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`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`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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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
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
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`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`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`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`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
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
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`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`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`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`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`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`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`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`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`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
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`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`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
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
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`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
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`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`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`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`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`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
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`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
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`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`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
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
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`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`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`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`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
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
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`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
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`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`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
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
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
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
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
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`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`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`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`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
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`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`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
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`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
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
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`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
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`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`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
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`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
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`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
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`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
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`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`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
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
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`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`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`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
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`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`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`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`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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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
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`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
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`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`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`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`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`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
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`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`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
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
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`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
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`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`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`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`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
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
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`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`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`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
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
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
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`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`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`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
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`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`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
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
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`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`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
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`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
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
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
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`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
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`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`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
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`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`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`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`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`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`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`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`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
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`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
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
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`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`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`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
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
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`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
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`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`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`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
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`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
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`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`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`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
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`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`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
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
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
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`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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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
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
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`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
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`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`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
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`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`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`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`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`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
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`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`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
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`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`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
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
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`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
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
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`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
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`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`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
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
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`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`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`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
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
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`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`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
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`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
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
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`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`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`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`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`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
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
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
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
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`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`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`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`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`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
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
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
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`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`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
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`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`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`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`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`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`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`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`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`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
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`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
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`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
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
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`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`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
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
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`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`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`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`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
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
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`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
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
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`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`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`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
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`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`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
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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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
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`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
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
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`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`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
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
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`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
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`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`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`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`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`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`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`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`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`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
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
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`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
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`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
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`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`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`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`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`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
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
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
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
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`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`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
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
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`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`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`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`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`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`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`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
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
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`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
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`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`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`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
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`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
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`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`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
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
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`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
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`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`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`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`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`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
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
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
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
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`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`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
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`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
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`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`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`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
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`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
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
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`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
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`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`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
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
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`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
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
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`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
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`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
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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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`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
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
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
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
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
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
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
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`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
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`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`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`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
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
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`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`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`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`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
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
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`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`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`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`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
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`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`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
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`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`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`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
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
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`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
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`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`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`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
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`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`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`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`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
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`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
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`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`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
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`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
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`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
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`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
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
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
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`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`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`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`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
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`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`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
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
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
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
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
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
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`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`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`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`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
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
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`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`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`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
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`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
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`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
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`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
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`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`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`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
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
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
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`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
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`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
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`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`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`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
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
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`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`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`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`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
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
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`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`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
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
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`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`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`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
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
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`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`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`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`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`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`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`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`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`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
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
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
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`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
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`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`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`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`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`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
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`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
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`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`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
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
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`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`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`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`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`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`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
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`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
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`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`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`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`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`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
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
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
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
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`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`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`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
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
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:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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: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...
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 C4024: 'ASN1_TIME_to_timestamptz': different type...
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...
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  <unavailable> in ?? ()
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
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: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: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: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: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: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: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: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: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: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: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...
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...
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: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: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...
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: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.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: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: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: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: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: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: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: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: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: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: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...
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  <unavailable> in ?? ()
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  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
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: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:27:22.151] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:27:22.151] smgr.c:282:25: error: unused variable ‘forknum’ [-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: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]
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.818] #0  <unavailable> in ?? ()
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.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
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: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: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: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: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: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: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: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.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: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: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: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...
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...
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: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...
core
[21:06:42.505] #0  <unavailable> in ?? ()
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: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: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: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: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.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: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: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: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.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: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: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: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: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: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: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.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...
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`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
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`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
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`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`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`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`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
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
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`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`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`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
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
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`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
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
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`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
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
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
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
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
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`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
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`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
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
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
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
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`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
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
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`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
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
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
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
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
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
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`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
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
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`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`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`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
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
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`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`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`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`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`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`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
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`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
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`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
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`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
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`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
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
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
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
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
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`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
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
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`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
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`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`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`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
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`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
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
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
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`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
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
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`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
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
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
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
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`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
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
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
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`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
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
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
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
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`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
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`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`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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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
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
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
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
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`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`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`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
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
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`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
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
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`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
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
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`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
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
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`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
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`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`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
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`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`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`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
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
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`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`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`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`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`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`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
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
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
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
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
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
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`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`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`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`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`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`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
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
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
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`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
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
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`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
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`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
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
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`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
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
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
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`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
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`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`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`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`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
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
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`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
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
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
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
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.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.969] #0  <unavailable> in ?? ()
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.831] #0  <unavailable> in ?? ()
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.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:757:25: error: ‘btest’ 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:1638:38: error: ‘one_elem’ 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:27:50.528] 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]
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]
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: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: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: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: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: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...
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: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...
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: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
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...
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(738): warning C4098: 'smgrtruncate': 'void' function returning a value
compiler
[12:20:02.346] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier
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.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
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 ?? ()
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.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
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...
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: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: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: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: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.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.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: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: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.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.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: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: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.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.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: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: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.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.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: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: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.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: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: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: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.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.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: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: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.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.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: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: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
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.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: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: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.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.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: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: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.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.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: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: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: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.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: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: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.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.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: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: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.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.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: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: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.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.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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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.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: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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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: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
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: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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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.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: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: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: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: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: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
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`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`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`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`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`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`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
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
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`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`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
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`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`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
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`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`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
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
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`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`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
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
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`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`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
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
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`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`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
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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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
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`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
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`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`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`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`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`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`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
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`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`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
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`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`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
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`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`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
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`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`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`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`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`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
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`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`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
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`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`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
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
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`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
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`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
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
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
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
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`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`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`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
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`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
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`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`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
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`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`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`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`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`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`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`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`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`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
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`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
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
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
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
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`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
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`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`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
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`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
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`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
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
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`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`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`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`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`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`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`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
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`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
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`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
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
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
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
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
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`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`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`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
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
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
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
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`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`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
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`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`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`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`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`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
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`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`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`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
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`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`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`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`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
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`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`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
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`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
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`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`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
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`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`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`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
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
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`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
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`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
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
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
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`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`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
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`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
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`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`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
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
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`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`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
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
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`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`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
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
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`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
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`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
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`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
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
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
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`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
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
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`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
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
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`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`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`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
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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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`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
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
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`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`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`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
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
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`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
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`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
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`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`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`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`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`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`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`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
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`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`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
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
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`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
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`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`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
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`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
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
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
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`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`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`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`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`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
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
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`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`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`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
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
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
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
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`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`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`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`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`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`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`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
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
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
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`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`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`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
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`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
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`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`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
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
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`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
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
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`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
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`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`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`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
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
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`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`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
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`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
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
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`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`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
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`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
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`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
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
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`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
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
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`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
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
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`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`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`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
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`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`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`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`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`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`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
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`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`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
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
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`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
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`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`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
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
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
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`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`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
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`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
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`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
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`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`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`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
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`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`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`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
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
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`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`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`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
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
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`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`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
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
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
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`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
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
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`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
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`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`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
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
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`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`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`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`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
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`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`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
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`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
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
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
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
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`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`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`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
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
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
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`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
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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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`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
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`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`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
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`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
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`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`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
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
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
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
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`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
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`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
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`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
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
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
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`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
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`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
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
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
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
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
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`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
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`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
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`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`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`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
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
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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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
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
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
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`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
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`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
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`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`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`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
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`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`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`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`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`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`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`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
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
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`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`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
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`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
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`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
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`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
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`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`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`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`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`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
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`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`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
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`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
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
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`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`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`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
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
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
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
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`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
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`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
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
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
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
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`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
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`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
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`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
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`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`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`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
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
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
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
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
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`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`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`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
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
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
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`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`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`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`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`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
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`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`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
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
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`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`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
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
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
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
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`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`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
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`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`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
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
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`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`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`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
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
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`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`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`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`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`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
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`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
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`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`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
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`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
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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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
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
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`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
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
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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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`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`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`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`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`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`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
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`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`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`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
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`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`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
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`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`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
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`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`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`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
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`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
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`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`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`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`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
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
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`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`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`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
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`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
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
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`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`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`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
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`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
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
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
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`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`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
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`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`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`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`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`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
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
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`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`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`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`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`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`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`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
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`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`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
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
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`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
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`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
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`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
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`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`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`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`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`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
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
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
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
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`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`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
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
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`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`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`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`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`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`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
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`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
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`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
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`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`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
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
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`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
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`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`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
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`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`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
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
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
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`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`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`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`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`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
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`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
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
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`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`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
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`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`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`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`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
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`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`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`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
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`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
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
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`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`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`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
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`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
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`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`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
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
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`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`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`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
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
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
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`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
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`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`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`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`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`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`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
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
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`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`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
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
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
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
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`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`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`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
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
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
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`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`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`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
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
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`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`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
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`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`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
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
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`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
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`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
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`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`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`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
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
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`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`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
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`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
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`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`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
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
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`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`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`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
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
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
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
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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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
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
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`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
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`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
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`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`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
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
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`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`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`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`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`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
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`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`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`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
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`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`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
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
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
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`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`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
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
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`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`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`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
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`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`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
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`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
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`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`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`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`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`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`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`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
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`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`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
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
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`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`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
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
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
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`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
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`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`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`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
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
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
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
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`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
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`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`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`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`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`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`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
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
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
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`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`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`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
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
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`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`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`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
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`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`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`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
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
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
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
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`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`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`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`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
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
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
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`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
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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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
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`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
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`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
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
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`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
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`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`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`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
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
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`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`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`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
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
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
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
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`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`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`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
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
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`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`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`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
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`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
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`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
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`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
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
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`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`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
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`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
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`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
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`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`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
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`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
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`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`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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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`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
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`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
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`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
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
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`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
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`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`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`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
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
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`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`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`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`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
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`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
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`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
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`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`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
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
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`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`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`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`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
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
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
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`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`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`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
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`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`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`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`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`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`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`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
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`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`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
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`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`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
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`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
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
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`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`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
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
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`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`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`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
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
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`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
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
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`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
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`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`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
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`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`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
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`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`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`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`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`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
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`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
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
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`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
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`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
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`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
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`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`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`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`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
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
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`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`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`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
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
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`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`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`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
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
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`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
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`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`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
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`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
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`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`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
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
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
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`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
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
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`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`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`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`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`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
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`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`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
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`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`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`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`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`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
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`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
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`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
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
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`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`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
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`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`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
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`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
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`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
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`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`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
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
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`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`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`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
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
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`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`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`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`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
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
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`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`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
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
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`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`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`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`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`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`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
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`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`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
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
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
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`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
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`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
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`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`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`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
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`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
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
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`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`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`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`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
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
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`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
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`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`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
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`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
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`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`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
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
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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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
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`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`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
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
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`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`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`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
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`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
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`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`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
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`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`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`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
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`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
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`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`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`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`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
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`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`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`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
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
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
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
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
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`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
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`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`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
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`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
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`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`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`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
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`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`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`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`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`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`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`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
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
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
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`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`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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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
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
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
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`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
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`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`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`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`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`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
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
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`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`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`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`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`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`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
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
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`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`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`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`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`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
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`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`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
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`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`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`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
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`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
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
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`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
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`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`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
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`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
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`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`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`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`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`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`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`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`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`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
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`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
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`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`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
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
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
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`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`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`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`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
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`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`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`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`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`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
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`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
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`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
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
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`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`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
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`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`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
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
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`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
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
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
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`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`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`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
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
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`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
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`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`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
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
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
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`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`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`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
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
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`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`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
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
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
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`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`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
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`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`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`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`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`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`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
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
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`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`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`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`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`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`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`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
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
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`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`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`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
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
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`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
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
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`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
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`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
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`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`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
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
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`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`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
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`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
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`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
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`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`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`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
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`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`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
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`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
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
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`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`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
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`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
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`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
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`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`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`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
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
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`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`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`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`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`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
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`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
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`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`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`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`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`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
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`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
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`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
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`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
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`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`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
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`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
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
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`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`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`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
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`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
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`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`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\...
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: 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...
compiler
[06:14:20.045] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
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 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:37.807] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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.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
core
[10:36:23.705] #0  <unavailable> in ?? ()
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.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
core
[01:31:36.579] #0  <unavailable> in ?? ()
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.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 ?? ()
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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[18:41:09.527] smgr.c:487:9: error: unused variable 'which' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[18:39:58.894] 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:39:23.979] smgr.c:487:41: error: unused variable ‘which’ [-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.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: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: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: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: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: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: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: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: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: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: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...
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...
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: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: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: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...
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: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.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: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: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...
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.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.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  <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: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
core
[11:30:16.449]   * frame #0: 0x0000000100ab0b70 dyld`_dyld_start
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.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
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.126] #0  <unavailable> in ?? ()
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:1413:12: error: ‘varcollid’ 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:1638:38: error: ‘one_elem’ 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:1638:38: error: ‘one_elem’ 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]
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: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: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:03.504] #0  <unavailable> in ?? ()
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: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: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: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: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: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...
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: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: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...
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  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: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
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:42.435] #0  <unavailable> in ?? ()
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`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
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`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`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
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: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: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  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: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: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: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: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.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: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: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.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.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: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: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.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: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: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: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: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: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.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: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: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.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: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: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.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.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: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: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: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: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: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.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: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: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.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.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: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: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.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: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: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.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: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: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.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: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: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: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: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
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: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: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: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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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
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: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: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: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.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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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:59.048] #0  <unavailable> in ?? ()
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.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.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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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.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: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: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: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: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: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.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: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: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: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: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: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: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
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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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.801] #0  0x00007f7e37aa9ebc in ?? ()
[21:15:36.223] #0  0x00007f35d54a9ebc 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: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: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: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: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
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`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
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`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
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`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`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`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`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
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`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
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`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
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`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`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`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
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`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`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`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
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
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`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`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
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
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`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
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
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`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`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
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
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`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
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`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`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
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`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`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
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
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`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`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`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`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
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
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`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
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`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`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`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
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`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
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`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`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
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
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`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`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`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
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`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
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
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`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
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`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`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`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
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`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`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`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
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
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
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`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`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`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
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
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`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`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`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
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`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
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`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`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`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
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
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`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
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`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
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`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`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
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
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
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`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`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
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
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`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`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`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
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
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`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`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`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
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
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`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`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
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`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
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`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`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`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`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`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
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
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
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
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`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`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
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
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`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`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`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
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
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`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`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`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`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
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`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`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
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`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`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`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
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
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`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`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`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
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
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`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`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`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`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`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`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`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`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`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
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
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`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`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`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`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
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
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`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
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`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`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
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`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`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
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
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`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`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
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`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
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
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`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`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`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`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
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`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`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`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
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`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
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`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`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`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
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
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
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`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`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`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`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
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
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
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`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
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`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
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
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
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
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`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`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
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
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`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`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`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
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
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`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
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`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`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`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
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
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`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`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`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
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
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
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`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`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`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
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`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
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`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`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
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`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`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
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`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`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
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
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`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`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
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`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
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
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
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
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`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`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
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
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
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`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
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`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`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`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`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`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
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
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`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
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`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`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
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`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`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`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
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`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
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
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
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`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
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
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`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
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`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
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`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
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`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
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`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
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`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
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
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`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
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
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`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`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
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`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
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
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`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
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`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
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`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
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`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
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
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`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
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
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`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`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
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`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`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`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`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`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`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`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`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`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
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`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
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
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`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
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`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`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`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`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`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`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`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`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
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
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`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`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
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
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
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
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
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
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`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`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`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`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
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`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`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
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
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`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
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`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`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
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
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
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`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`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`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
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
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`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
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
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`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
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`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`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
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`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
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`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
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`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`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
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
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
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`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`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`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
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`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`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
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
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`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`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`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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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`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
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`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
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`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`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
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
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`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
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`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`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`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`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
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
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`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`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`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
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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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`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`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
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
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`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`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`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
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
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`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
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
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`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`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
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
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`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`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`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`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`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
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`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
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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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`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
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
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`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`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`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
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`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
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`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`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`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`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`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`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`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
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
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
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
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`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`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`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
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`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
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`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`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
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
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`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`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`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
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
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`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`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`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`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`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`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`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
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
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`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`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`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`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
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
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
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
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`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`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`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
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`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
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
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`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`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`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
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`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`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
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`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
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
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`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`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
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`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`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`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`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`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
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
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`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`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`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
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`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
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`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`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`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`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`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`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`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`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`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`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
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
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`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
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`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
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`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`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`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`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`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`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`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
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
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
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`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`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`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
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`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`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
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`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`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
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`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`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`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`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
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`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
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`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`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`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`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
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
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
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`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`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`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
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
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`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`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
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
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`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`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
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`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
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
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`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`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
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
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`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`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`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`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
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
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`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`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
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
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`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
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`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`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
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`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`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`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`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`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
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
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`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`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`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
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
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`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
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`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
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
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`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`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`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`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
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
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
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`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
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
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
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`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
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`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
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
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`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
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`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
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
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`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
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`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`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`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`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
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
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`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`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
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
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`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
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`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
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`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`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`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`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
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
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`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
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
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`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`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
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`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
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`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`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
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
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`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`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
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
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`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
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`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
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`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`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
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`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
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
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
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`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`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`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
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
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`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
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
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`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`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
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`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
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
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
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`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`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`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
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
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
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`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`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`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`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
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`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`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
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`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
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
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`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
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`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
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
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
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
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`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`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`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`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`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`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`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`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
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`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
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
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`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
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
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
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`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
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`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`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
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
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
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
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`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`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
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`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`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
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`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
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`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`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`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`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`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
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`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`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
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`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`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
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
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`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`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
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`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
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`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`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`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
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`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`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`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
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`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
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`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
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`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`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
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
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
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`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`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
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`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`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
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
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`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
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`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`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
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`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`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`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
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`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`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
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
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`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`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
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`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`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
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`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
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`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`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`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`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`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`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
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
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`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`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`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`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`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
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`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
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`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`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
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
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`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
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`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
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`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`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`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`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`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`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
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`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`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
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`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`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`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
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
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
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
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`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`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`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`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`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
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`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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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`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
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`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`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`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`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`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`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`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`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`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
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
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`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
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
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
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`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`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`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
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`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
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`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
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`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`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`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`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`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
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
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`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
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`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`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
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`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
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`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
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`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`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`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
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`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
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`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
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`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
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`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`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`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
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
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`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
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`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
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
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`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`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`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
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`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`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`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
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
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`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`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
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`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`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
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
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
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`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`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
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
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`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
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
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`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`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`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`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
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`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`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
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`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`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
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`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
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`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
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`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`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
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`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
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`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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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`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
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`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`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`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
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`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`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`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`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`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`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`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`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`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`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
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`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
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`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
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`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`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
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`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`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
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`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
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`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`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`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
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`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`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
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`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`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
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
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
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
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`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`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`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`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
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`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`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`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
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
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`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`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`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
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`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`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
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
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
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`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`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
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
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
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
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`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`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`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
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`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`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`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
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
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`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`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`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
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
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
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
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`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
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
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
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`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`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`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`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
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`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`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`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
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`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
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
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`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`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`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
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`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
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`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
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`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
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`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`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
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`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`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
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`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`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
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`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
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`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`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`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
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`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
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`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
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
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`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`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
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`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
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`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`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`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
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`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`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`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
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
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`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
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`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
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`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`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`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`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`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
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`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`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`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
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`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`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
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`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
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`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`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
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
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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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`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`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
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`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
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
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`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`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`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
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
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`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`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`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
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`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`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
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`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
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`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`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`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`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`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`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`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
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`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
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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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
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`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
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`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
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`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`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
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`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`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
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
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`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
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`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
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
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
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`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
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
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
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`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`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
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`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`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
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
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
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`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`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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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`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
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`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
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`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`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
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
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`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`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`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`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`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`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
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`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`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`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
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
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`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`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`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
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`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
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`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
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
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
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
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
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
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
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`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
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`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`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
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`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`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`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`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
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`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`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`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
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`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`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
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
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`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
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
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`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
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`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`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
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`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`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`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`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`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
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`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`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`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
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`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
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`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
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
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
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`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
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
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`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`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`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`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
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
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`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`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`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`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
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
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
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`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
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`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`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
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
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
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
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
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`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
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`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
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`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
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`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`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
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`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
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`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
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
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`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`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`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
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
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`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`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`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`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
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
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`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
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`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
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
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`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`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
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
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`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`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`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
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
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
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  <unavailable> in ?? ()
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
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:2834:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
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.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 ?? ()
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
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:21.057] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[19:52:21.057] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[19:52:09.843] ../src/backend/tcop/postgres.c(2834): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[19:52:09.843] ../src/backend/tcop/postgres.c(2838): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5308 doc: virtual envs with Pl/Python
Linux - Debian Bookworm - Meson
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
core
[10:53:00.053] #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-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  <unavailable> in ?? ()
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: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:27:01.771] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[02:26:45.095] ../src/backend/libpq/be-secure-openssl.c(1566): 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_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.143] ../src/backend/libpq/be-secure-openssl.c(1575): 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: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
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
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  <unavailable> in ?? ()
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
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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:43:16.563] smgr.c:487:9: error: unused variable 'which' [-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: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:46:07.357] 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]
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.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...
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...
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: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...
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...
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: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...
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...
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: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: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: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`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
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`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`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
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`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`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
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`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
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`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
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`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`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
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.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 ?? ()
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...
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: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: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...
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: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: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: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...
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: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: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: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: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...
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: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.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: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: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: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.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: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: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: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: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: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: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...
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  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
core
[23:20:31.915] #0  <unavailable> in ?? ()
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.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
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.175] #0  <unavailable> 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: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.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
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
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: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: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: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: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.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: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: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: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.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: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...
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: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: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: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...
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: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: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: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: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: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: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: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.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.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: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.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: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: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: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: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: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: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:1638:38: error: ‘one_elem’ 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]
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: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: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: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: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: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...
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: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: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...
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`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`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`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
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`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
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:21.194] #0  <unavailable> in ?? ()
core
[15:45:20.288] #0  <unavailable> in ?? ()
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.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
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: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  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
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: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: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: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: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.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.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: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: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.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: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: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.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.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: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: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: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: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: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.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: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: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.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.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: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: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: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: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.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.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: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: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.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: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: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.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.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: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: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: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: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.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: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: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: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.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.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: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: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: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.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.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: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: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: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: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: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: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: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: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: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.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: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: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: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: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.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: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: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: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: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: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: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: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: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: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.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.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: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: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: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.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: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: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: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: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: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: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.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: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: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: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: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: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.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: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: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: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: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: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.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: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
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: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: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: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: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: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: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.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.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: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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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: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
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.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.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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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`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
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`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`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`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
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`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
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`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`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
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`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`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`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
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`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
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`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`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`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`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`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`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`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
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
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`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
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
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
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
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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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
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
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
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
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`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
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`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
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`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
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`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`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
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
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
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`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`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`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`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`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`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`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`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`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`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
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
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
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
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
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`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`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
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
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`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`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`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
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
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`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`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`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
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
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
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
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`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
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`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
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`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`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
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`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`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
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
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`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`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`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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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
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`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
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`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
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`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
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
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`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`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`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`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
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`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
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`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`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
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
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`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
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`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`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
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`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
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
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
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`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`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`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
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`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
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`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`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
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
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
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
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`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
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`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
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`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
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
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
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`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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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`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
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
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
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`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`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
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
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`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`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
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`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
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`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`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
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
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`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`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`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
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`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`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`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
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`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`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`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
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
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`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
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`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
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`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
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`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`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
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`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`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
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`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
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
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`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`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`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
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`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
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
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`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`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
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
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`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
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
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`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
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`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`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`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`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`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
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
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
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`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
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`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
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
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
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
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`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`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`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
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`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`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`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
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`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`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`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`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
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`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
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`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`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
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`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
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
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`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
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`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`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
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`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
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
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`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`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
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
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
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
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`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`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
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
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
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
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`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
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
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`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
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
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
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
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`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`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
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
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`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
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`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`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`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`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`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`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`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
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
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
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`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
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`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`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`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
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
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
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`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`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`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`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
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
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
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
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
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`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`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
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`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
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
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`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`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
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`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`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
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
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
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
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`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
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
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`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
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
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`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`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`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`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
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
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`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`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
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`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
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`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
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`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
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
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`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
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`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
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`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
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
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`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`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`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
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
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`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
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
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`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`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`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
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`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`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`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`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`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`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`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
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`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
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
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
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`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
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`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`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
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`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
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`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
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`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`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`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`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`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`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`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`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
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`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`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
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
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`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`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`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
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`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`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`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`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`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`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`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`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`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
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`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
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`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
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`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
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`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`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
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`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`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
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`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
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`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`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
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
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`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`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`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
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`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`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`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`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`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
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`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`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`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
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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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`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`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
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`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`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
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
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`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`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`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
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`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`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`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
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
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
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`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
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`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`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`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`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
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`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`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
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
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`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
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
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`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
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`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
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`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`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`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
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`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`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`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`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`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`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`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`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`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`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
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`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`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
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
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`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`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`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
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
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`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
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`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`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`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`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
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
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`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
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
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
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`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
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
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`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
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`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
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`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
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`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
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
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`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`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
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
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`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`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`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`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
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`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
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
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`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`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`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
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
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`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`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
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`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
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`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
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`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`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
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
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`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`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
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`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
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`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`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
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
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`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`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
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`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
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`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`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
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`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
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`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`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`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`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`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`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
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`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`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
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`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`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
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
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`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`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`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
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
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`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`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`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`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
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`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
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
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
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`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`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`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`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`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`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
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
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
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`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`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`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
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`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
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
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`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
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
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
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
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
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
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`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
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
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`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
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`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
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
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
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
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
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`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`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
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`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
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`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`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
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
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
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`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
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`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
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`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
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
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`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`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
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
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`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`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`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
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`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`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
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
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`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
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`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`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
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
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`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`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`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
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`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`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`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`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`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`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
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`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`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`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`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
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`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
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`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
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
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
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`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`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`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`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
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
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
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
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`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`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
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`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
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`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`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`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
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`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
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`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`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
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`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
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`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
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`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
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
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`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`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`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
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`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`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
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
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
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`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`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
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`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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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`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
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
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`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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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
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`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`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`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
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
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`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`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
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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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
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
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`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`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
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
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`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
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`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`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`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
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`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
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
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`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
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
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`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`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`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
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
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
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`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
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`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`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`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
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
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`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`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`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
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`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
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`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`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`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
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`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
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`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`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`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`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
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`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`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
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`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`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
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`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`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
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`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
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`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
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`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
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`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
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
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
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
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
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`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`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`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`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`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
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
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`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
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`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`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
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
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`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`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`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
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
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`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
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
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
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`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`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
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`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
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`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`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`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
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
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`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`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`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
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
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`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`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`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`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`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`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`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
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`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`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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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
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
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
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`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`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
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`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`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`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
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
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
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
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
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`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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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
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`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`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
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`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
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`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
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
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`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
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`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
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`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`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
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`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`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`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`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`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
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`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
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`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
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`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`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
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`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
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`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
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`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`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
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
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`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`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`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`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
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`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
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`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
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`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
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`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
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`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`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
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`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`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`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`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
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`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`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`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
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`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`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
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
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
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
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
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
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`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`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
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`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
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`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`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
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
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`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`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`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`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`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
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`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
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
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`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
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`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`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`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
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
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`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`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`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
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
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
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`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
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
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`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`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
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`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
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
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
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`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
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`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`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`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
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`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
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
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`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`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`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
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
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`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`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`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`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
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
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`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`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
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`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`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`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`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`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`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`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`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`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`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`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`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
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`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`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`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
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
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`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
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
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`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`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`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`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
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
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`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
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`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
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`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`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
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`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`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`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`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`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`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`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
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`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
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`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
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
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`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`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`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`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`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
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`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`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`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
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
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`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
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
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`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
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`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`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`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
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`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
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
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`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
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`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`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
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
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`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
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`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
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`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`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`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`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`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`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
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`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
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
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
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`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
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`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
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
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`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
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
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`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
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
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`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
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`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`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`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`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`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`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
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`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
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
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`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
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
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`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
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`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
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`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
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`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`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`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`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`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`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`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
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`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
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`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`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`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`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`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`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
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
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`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
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
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`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`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
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
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`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`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`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`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
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
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`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`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`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`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`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`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`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
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`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
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
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`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
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`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`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`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`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`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`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`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`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
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`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
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
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`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
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
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`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
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
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`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
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`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`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`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`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`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`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`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`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
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
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`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
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`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`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
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`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`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
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`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
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`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
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`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
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
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`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
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
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
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
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`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
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
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`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
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
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
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`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
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`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
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
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
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`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
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`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
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
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`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
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
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`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
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
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`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
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`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
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
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`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`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
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
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
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
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`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
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`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
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
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`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`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
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
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`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
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`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`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`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`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
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`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
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`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`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
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`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`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
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`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
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`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`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
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`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`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
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
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`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`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`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`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`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
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
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`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
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`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
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
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`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
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`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
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`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`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
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
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`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`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`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
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`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`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`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
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
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`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
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
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:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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:2834:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[11:38:50.061] postgres.c:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
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:08.483] ../src/backend/tcop/postgres.c(2838): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[11:32:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
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(2834): warning C4047: 'initializing': 'char *' differs in levels of indire...
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: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 C4024: 'ASN1_TIME_to_timestamptz': different type...
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...
compiler
[15:47:40.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
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: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 + ...
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
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  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
core
[07:00:35.180] #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-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  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.297] #0  <unavailable> in ?? ()
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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:13:12.328] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:12:15.106] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:12:15.106] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:10:57.757] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:10:57.757] smgr.c:487:41: error: unused variable ‘which’ [-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: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]
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.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.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.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.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: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...
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...
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`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`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
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`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`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
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
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
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`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`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`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
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
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.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 ?? ()
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
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: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: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:1413:12: error: ‘varcollid’ 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]
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: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: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: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: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: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: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...
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...
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`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`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
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`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
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.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
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 ?? ()
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: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
core
[19:11:22.050] #0  <unavailable> 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: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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:03:45.244] smgr.c:487:9: error: unused variable 'which' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:01:47.223] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:00:54.229] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:00:54.229] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:05:11.475] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:05:11.475] 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: 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.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...
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.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...
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: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...
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...
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: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...
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...
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`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
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
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`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
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`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
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`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`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`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`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.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 ?? ()
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
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.367] C:\strawberry\5.40.0.1\perl\lib\CORE\XSUB.h(572): warning C4005: 'lseek': macro redefinition
compiler
[06:42:45.540] 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.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
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 ?? ()
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:1638:38: error: ‘one_elem’ 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:1413:12: error: ‘varcollid’ 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:757:25: error: ‘btest’ 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: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]
compiler
[02:21:43.512] 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-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: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: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: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: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: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: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...
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...
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`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
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`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`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`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
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: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: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...
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: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: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: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: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: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: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: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: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...
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: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: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: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.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...
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.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.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: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...
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`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`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`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`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
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`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`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`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`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
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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:52:14.394] 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:52:05.623] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:51:33.186] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:51:33.186] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:51:24.593] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:51:24.593] 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]
compiler
[08:52:38.700] 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: 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: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...
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...
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: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...
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...
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: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: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: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:13.754] #0  <unavailable> in ?? ()
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: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
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: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...
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: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...
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`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
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
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`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`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`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
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(
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  <unavailable> in ?? ()
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
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.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
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
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:55.069] #0  <unavailable> in ?? ()
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: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: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:45:1: error: unused function 'sort_int32_cmp_2' [-Werror,-Wunused-function]
compiler
[08:12:28.994] qsort.c:63:1: error: unused function 'sort_int32_cmp_3' [-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:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
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: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:1413:12: error: ‘varcollid’ 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:757:25: error: ‘btest’ 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: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-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: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...
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.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: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
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`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
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
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: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: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: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: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.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.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...
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: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...
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: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: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: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: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: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: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...
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: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: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: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...
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  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
core
[09:35:34.069] #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-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: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...
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...
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: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  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:35.371] #0  <unavailable> in ?? ()
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
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: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:24:48.887] contradictory.c:757:25: error: ‘btest’ 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:1413:12: error: ‘varcollid’ 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: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: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: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...
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...
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: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  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: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`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`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`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`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`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: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: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: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: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: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: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.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...
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: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: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: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...
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: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: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...
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.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: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: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: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.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.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: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: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...
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.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 ?? ()
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
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:2836:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[12:15:13.213] postgres.c:2840:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
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 sbrk referenced in function finish_xact_c...
compiler
[12:14:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
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.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
core
[10:12:39.323] #0  <unavailable> in ?? ()
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: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
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  <unavailable> in ?? ()
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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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: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: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: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: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: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: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.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: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: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.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.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: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: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.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: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: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: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.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: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: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.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.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: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: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.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: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: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: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.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: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: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: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.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: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: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.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: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: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: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: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.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: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: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.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.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: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: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.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: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: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.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.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: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: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.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.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: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: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.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.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: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: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.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.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: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: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.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.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: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: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.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: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: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.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.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: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: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.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.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: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
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: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: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: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: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.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: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: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: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
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: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: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: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: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: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
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: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: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
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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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: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: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.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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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: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: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: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: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: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: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: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: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: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.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: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: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: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: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: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.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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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
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`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`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`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
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`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`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
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`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`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
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`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
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
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`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`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`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
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`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
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`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
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`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`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
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`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`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
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
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`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`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`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`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`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`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`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`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`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`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
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`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`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`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
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
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`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`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
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
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`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
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`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
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`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`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`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
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
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
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`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`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`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
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
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
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`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`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`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`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
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`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`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
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`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`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
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`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`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`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`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`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`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
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
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
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`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`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`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
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`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`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
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
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
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`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`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`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`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
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`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`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`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`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`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`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`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
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`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
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`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`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`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`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`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
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`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`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
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`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`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`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
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
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
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
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`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`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`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
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
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`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`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`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`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`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
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
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
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`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`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`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
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
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
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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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
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`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`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
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
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`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
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
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
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
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
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`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`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
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`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`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
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`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
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`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
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`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
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`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`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
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`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`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`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
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
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`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
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`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
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`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
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
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`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`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`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
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
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
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`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
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`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
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`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
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`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`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`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`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
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`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`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
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`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
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
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`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`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`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`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`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`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`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`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
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
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`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
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
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
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
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
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
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`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
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`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
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`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
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`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
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`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
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`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
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
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`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
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`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`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`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`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`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`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`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
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
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
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`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
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`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
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`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
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
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
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`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`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
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
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
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`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
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`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`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`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`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`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`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`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`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
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`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`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`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
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`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`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`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
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
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`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`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`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
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
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`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`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
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`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`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
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`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`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`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
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
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`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
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`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`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
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`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
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
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`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
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`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`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`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
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
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
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`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`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
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
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`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
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`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`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
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`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`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
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
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`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
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`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`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`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
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`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
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
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`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`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`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`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
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`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
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
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`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`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`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`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
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`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`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`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
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`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`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
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`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
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`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`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`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
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
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
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`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
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`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
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`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`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
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`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`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
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
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`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`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`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
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`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`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
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
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`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
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
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`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
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
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`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`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
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`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
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`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
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`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`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`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
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
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
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`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`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
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`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`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
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`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
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`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
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`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
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
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
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`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`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`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
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`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`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
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
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
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
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`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
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`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`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`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
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`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
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
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`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`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`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`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`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`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
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
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
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`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
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
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
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`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`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`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`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
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`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`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`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
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
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`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
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
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
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`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`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`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`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`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`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`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
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`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
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`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`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`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
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
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`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
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`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
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
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`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`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
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`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`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
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`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
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`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
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
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`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`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`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`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
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
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`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
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
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
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`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
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`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
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
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`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
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`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`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`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
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`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`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`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`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
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`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`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`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
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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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`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`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`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
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
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
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`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`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`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
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`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`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`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`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
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`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`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
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`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
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`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`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
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
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
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`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`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
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
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
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
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`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`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`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
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
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`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
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`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
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`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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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`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`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`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`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`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
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`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
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`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`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
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`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
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`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`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`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
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`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
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`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`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`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
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
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
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`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`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`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
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
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`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
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`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
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`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
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
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
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
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`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
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`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`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
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
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
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`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
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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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`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
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
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
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`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`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`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
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
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`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
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
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`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
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
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`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
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`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`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`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`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`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`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
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`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
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
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`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
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
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`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
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`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
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
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`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`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`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`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
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
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`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
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
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`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
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`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
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
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
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`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`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`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
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
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
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`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
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`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`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`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
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
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`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`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`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
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`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
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`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
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`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`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
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`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`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`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`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
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
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`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
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`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
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`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
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
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`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
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`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
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
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
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`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
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`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
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`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
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`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
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`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`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
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`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
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
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
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`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
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`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
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`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`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
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`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
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
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`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`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`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
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`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`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
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
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`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
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`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`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
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
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`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`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`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
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
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`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
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`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
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`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`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
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
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
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
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`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`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`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
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`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
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`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`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`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
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`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
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`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
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
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
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
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`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
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`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`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`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`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`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`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`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`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`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
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
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`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`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
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`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
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
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`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`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`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
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`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
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`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`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
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
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
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
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
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`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
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`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
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
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`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`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
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
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`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`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`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
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`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`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
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
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`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
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`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`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
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`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
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`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`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
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`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`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`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
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
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`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`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
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`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
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
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`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`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
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
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`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`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`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
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
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`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`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`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
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
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`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`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`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
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`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
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`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`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
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
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
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`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`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`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
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
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
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`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`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`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
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
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
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`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`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`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`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`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`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
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`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`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
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`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
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`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`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`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
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
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
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
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`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
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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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
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
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`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`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`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`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`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`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`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`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`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`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
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`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
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
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
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
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
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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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
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
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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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
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`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
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`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`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`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`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`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`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`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`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`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`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`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
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
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`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
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`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
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
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`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`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`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
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`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`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
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
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
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`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`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
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
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`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`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
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
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`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`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`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
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
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
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
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`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
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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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
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`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`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
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`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`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`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`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`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`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
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`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`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`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
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`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`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`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
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
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
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`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
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`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
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`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`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
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`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
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
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`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`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
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
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`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
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`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`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
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`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
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
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`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
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`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`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
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`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`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
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`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
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
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`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`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
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
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`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`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`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
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`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
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`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
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`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
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`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
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`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
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`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`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
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
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`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`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
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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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
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
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
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`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`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`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
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
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`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
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
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`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
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
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
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
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
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
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`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`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
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
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`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`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
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
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`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
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
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`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`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`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
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
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`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
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`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`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
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`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
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`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`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
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
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`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
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`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
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
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`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`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`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`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
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
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`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
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`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
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`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`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
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
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
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
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
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`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`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`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
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
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
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`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`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`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
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
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`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`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
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`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
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`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`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
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`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`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`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
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
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
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`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`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`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
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`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
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`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
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`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`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`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
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
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`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`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`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`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
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`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`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
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`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
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`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`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`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
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`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
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`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`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
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`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`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`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`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
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`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`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
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`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`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`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`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
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
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
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`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`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
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`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`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`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`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`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`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
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
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
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
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
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`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`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`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
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
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`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`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`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
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
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`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`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`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
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`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
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
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`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`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`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
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`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
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`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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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`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`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`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
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
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`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`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
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`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`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
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
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`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
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`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
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`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
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: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...
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: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: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: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: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: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: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: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: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...
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: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: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: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: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: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: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: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: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: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  <unavailable> in ?? ()
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
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.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
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 ?? ()
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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:31:49.553] smgr.c:487:41: error: unused variable ‘which’ [-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.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...
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.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...
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`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`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`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`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`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`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.175] #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.288] #0  <unavailable> in ?? ()
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.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: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...
compiler
[17:37:52.488] ../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
[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.642] #0  0x00007f30c36aeda4 in ?? ()
[03:05:55.642] #1  0x0000000000000000 in ?? ()
core
[03:05:55.502] #0  <unavailable> in ?? ()
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 ?? ()
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.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.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.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: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:42:37.686] contradictory.c:1638:38: error: ‘one_elem’ 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]
compiler
[22:49:23.112] 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-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: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: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: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: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.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: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`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
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
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.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  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.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  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 ?? ()
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 ?? ()
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:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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: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:41.489] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[05:19:31.101] ../src/backend/tcop/postgres.c(2836): warning C4047: 'initializing': 'char *' differs in levels of indire...
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(2840): warning C4047: '=': 'char *' differs in levels of indirection from ...
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:04.892] #0  <unavailable> in ?? ()
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
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: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...
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...
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:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[18:27:24.158] 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
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`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
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`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`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
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
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`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`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`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
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`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`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
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`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
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
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`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
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`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`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
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`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
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`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
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`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`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
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`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
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
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`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`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
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`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
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
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`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`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`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
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`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`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
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`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
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
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
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
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`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`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`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`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
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`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
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`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`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
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
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`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`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
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`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`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`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`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`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`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`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`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`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
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
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`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
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
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
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`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`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
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`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`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
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
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`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`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
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
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`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
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
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`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`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`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`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
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
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`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`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
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
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`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`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
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
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
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`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`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`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
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
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`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`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
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`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`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
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`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
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`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`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
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
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`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`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`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`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
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`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
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
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
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
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`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
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
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`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`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`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`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
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`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`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`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
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
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
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`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`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
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
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`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
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`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`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`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
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`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
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
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`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
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`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
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`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`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
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`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`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`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
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
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`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
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`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
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
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`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`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
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
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`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
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`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`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
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`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
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`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`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`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`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`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`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`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`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
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
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
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`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`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`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
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`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`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`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`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`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`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
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
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
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`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`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`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
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`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`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`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
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`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
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`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`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`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`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`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`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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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`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
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`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`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
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`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
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
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`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
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`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`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
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`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`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`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`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`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
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`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
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
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`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`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`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
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
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`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`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`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
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`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`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`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`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`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
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`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`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
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`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`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`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
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
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`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`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
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`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
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
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
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`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
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`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
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
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`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`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`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
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
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
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`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`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
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`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
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`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`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`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`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`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`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`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`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
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`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
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`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`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
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`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
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`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`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`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`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`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`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
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
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`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
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
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`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`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`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
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
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`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
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
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`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`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`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
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
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`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`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`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
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
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`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
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`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`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`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
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`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
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`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
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`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
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`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`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
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`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
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`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`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
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`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
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`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`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
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`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`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`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`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
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`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`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`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
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`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`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`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
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
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
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`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`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`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`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
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`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`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
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`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
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`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`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`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`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`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`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`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
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
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
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`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`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`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`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
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`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
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
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`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`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
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`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`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
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
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`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`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`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
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`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`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`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
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`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
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
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`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`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`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`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
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`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`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`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`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
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
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`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`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`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`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`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`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
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
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`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`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
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`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
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`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`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
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`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
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`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
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`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`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
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
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`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`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
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`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`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
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
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`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`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`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`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
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`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
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`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`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`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
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
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`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`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
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`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
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`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`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
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`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
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`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
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`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`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
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
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`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
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`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
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`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`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`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
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
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`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
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`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`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`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
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
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
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`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`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`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`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
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`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`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`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
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`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`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`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
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`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`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`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
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
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`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
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`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
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`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`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
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`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
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
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`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`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
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`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`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`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
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
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`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`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`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
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
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`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
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`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`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
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`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
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
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`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`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`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
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`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
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
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`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
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
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`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`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`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
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
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`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`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
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
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`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`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`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
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`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`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
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
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`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`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
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`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
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`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`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
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`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`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
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
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`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
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`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
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`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`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
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
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
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`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
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`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
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
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`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`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`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
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
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`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`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
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
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`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`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`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
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`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
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`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`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
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`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`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`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`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
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`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
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`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`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
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`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
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
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`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`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
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
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`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
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`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
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`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`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
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`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`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
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`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
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`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
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`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`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
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`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
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`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`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
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`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`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`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`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`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`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`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
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
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
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`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`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
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`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`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`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
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
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
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`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`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
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
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`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
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`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
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`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`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
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`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`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`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`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
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`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
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
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`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`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`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
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`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`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
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
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`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`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`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`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
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
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`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`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
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
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`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`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`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`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`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`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
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`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
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
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`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`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
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
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
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`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`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`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
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`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`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
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`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`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`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
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
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`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`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`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`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
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`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`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
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`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
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
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
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`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`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
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
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`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`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
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`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`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`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`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`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
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`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`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`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
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`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`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`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`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`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`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`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`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`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
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
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
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
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`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
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`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`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
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
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`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`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`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
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`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`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`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
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
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`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`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`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`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`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
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`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`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
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`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
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`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`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
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`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`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`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`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`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`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`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`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`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`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
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
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`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`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
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`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
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`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
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`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
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
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`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
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
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`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`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
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`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
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`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
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
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`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`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
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`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
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`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
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
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`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`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`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
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`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
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
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`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
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`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
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`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`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`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
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`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`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`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
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
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`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
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
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`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
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`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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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`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`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`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`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
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`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
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`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`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`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
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
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`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`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`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`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
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`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`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
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
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
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
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`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
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
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`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
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
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`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`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
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
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`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
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
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`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
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`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`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
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`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
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
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`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
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
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`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`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`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
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`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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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`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`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
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
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
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`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`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`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
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`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`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
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`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
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`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`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`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
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`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
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
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`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`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
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`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`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`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`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`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`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`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`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`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`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`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
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`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
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`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
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`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`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`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
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`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
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`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`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
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`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
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
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
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`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`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`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
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`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
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`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`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
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`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`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`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`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`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`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`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`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`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`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
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`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`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
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`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
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`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
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
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`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
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`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`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`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`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`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`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`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`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`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`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
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
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`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
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`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
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
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
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`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`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`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`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`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
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`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`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
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
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`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
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`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`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
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`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
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`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
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`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`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`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
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`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`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`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`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`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`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
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`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
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`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`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`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`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`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`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`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
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
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`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`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`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
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`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
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`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`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`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`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`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`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
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`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
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`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`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`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`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`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
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
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
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`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
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`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
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
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`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`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`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`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`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
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`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`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
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`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`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`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
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
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
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`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`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`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
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`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`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`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`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`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
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`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
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`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
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`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`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
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`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`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`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`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`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`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
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
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`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
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`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`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
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`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
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
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`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
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`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
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`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`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
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`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`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
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`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
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
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
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`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
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`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`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`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
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
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`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
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`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`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`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
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
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`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`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`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
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
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`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`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`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
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
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
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
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`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`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
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`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`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`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`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`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
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`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
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`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
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`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
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
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
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`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`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
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
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
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
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
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`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`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
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`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`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`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
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
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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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`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`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
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`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
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`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
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
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
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
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`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`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`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`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
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
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`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
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`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`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`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
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`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`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
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
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
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
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`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
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
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
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`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
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
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`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`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
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`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
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
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`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`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`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`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`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`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`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`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`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`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`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`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`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
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
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`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
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
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`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`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`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
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`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`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`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
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`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`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
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`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
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`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
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`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
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`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`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`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
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
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
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`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`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
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
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`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
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
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`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`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
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`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`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
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`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
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`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
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`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`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
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`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
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`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`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
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
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`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
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`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`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`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
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
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`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
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`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`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
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`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
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`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`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
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`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`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
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`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
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`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`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`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
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
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`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`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
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`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
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
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`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
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`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
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
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`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`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`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`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`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
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
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`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`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`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`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
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`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`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`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
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
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
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`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`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
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
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`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`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
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`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
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`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`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`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
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
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
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`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
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`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`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`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
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
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`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
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`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`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
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
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`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`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`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`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
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
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
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`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`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
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
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`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`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`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`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`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`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`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
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
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
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`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
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
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
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`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`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
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`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
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`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`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: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: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: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: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.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: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: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: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: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: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: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: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: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: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
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: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: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: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: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: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: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: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: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: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.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: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: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: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.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: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: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: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: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
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: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: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
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: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: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: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: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: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: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: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.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: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: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: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: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: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
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: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
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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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
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: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: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
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: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: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
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: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: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.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: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.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...
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...
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: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: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: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.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...
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.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...
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  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
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
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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:27:11.390] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:27:02.908] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:27:02.908] smgr.c:487:41: error: unused variable ‘which’ [-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: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...
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...
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: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.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
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: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: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...
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`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
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`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
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`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`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`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`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`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(
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
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...