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.

50/4980 Expand applicability of aggregate's sortop optimization
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2024-11-23 21:11:10.082160000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/join.out	2024-11-23 21:14:00.671270000 +...
@@ -2225,11 +2225,10 @@
 select count(*) from tenk1 a where unique1 in
   (select unique1 from tenk1 b join tenk1 c using (unique1)
    where b.unique2 = 42);
- count 
--------
-     1
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 17307 waits for AccessShareLock on relation 25142 of database 16384; blocked by process 17315.
+Process 17315 waits for AccessExclusiveLock on relation 16418 of database 16384; blocked by process 17307.
+HINT:  See server log for query details.
 --
 -- regression test: check for failure to generate a plan with multiple
 -- degenerate IN clauses
tap
[21:14:50.171](74.416s) not ok 2 - regression tests pass
test
[21:16:41.492] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2024-11-23 21:11:02.846240593 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/arrays.out	2024-11-23 21:18:05.141664267 +0000
@@ -2239,11 +2239,10 @@
 (1 row)
 
 select array_agg(nullif(ten, 4)) from (select ten from tenk1 where unique1 < 15 order by unique1) ss;
-               array_agg               
----------------------------------------
- {0,1,2,3,NULL,5,6,7,8,9,0,1,2,3,NULL}
-(1 row)
-
+ERROR:  deadlock detected
+DETAIL:  Process 44443 waits for AccessShareLock on relation 25169 of database 16387; blocked by process 44438.
+Process 44438 waits for AccessExclusiveLock on relation 16421 of database 16387; blocked by process 44443.
+HINT:  See server log for query details.
 select array_agg(unique1) from tenk1 where unique1 < -15;
  array_agg 
 -----------
tap
[21:19:17.345](99.228s) not ok 5 - regression tests pass
50/5099 CREATE OR REPLACE MATERIALIZED VIEW
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10999
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 17611
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 10673
core
[20:56:25.312] #0  0x0000000829a4141a in thr_kill () from /lib/libc.so.7
[20:56:25.312] #1  0x00000008299bae64 in raise () from /lib/libc.so.7
[20:56:25.312] #2  0x0000000829a6b6f9 in abort () from /lib/libc.so.7
[20:56:25.312] #3  0x0000000000a9d9d5 in ExceptionalCondition (conditionName=0x2ebfba "queryDesc->sourceText != NULL", f...
[20:56:25.312] #4  0x000000000076e0e9 in standard_ExecutorStart (queryDesc=0x832b14088, eflags=0) at ../src/backend/exec...
[20:56:25.312] #5  0x0000000000703ae5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[20:56:25.312] #6  RefreshMatViewByOid (matviewOid=28400, is_create=<optimized out>, skipData=<optimized out>, concurren...
[20:56:25.312] #7  0x00000000007036c6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[20:56:25.312] #8  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x834ed4500, stmt=stmt@entry=0x832b66fd0...
[20:56:25.312] #9  0x0000000000949698 in ProcessUtilitySlow (pstate=pstate@entry=0x834ed4500, pstmt=pstmt@entry=0x832aa8...
core
[20:56:25.905] #0  0x000000082caea41a in thr_kill () from /lib/libc.so.7
[20:56:25.905] #1  0x000000082ca63e64 in raise () from /lib/libc.so.7
[20:56:25.905] #2  0x000000082cb146f9 in abort () from /lib/libc.so.7
[20:56:25.905] #3  0x0000000000a9d9d5 in ExceptionalCondition (conditionName=0x2ebfba "queryDesc->sourceText != NULL", f...
[20:56:25.905] #4  0x000000000076e0e9 in standard_ExecutorStart (queryDesc=0x8363ad088, eflags=0) at ../src/backend/exec...
[20:56:25.905] #5  0x00000008396ed9c2 in pgss_ExecutorStart (queryDesc=0x8363ad088, eflags=6) at ../contrib/pg_stat_stat...
[20:56:25.905] #6  0x0000000000703ae5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[20:56:25.905] #7  RefreshMatViewByOid (matviewOid=28354, is_create=<optimized out>, skipData=<optimized out>, concurren...
[20:56:25.905] #8  0x00000000007036c6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[20:56:25.905] #9  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x8362fe900, stmt=stmt@entry=0x83637efd0...
core
[20:56:25.601] #0  0x000000082a16841a in thr_kill () from /lib/libc.so.7
[20:56:25.601] #1  0x000000082a0e1e64 in raise () from /lib/libc.so.7
[20:56:25.601] #2  0x000000082a1926f9 in abort () from /lib/libc.so.7
[20:56:25.601] #3  0x0000000000a9d9d5 in ExceptionalCondition (conditionName=0x2ebfba "queryDesc->sourceText != NULL", f...
[20:56:25.601] #4  0x000000000076e0e9 in standard_ExecutorStart (queryDesc=0x84324f088, eflags=0) at ../src/backend/exec...
[20:56:25.601] #5  0x0000000000703ae5 in refresh_matview_datafill (dest=<optimized out>, query=<optimized out>, queryStr...
[20:56:25.601] #6  RefreshMatViewByOid (matviewOid=28467, is_create=<optimized out>, skipData=<optimized out>, concurren...
[20:56:25.601] #7  0x00000000007036c6 in ExecRefreshMatView (stmt=<optimized out>, queryString=queryString@entry=0x0, qc...
[20:56:25.601] #8  0x00000000006da7bc in ExecCreateTableAs (pstate=pstate@entry=0x835c89900, stmt=stmt@entry=0x835b82fd0...
[20:56:25.601] #9  0x0000000000949698 in ProcessUtilitySlow (pstate=pstate@entry=0x835c89900, pstmt=pstmt@entry=0x835abb...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.935408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:52:07.249503000 +00...
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-23 20:50:02.991511000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2024-11-23 20:52:07.2492300...
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.935408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:52:45.510139000 +...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.935408000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-23 20:52:06.023455000 +0000
@@ -588,4 +588,10 @@
 CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a);
 UPDATE brin_insert_optimization SET a = a;
 REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx;
-DROP TABLE brin_insert_optimization;
+WARNING:  terminating connection because of crash of another server process
+DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because anothe...
+HINT:  In a moment you should be able to reconnect to the database and repeat your command.
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2024-11-23 20:50:02.991511000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2024-11-23 20:52:06.023912000 +0000
@@ -1842,1417 +1842,10 @@
 -- Do the same concurrently
...
tap
[20:52:09.184](27.496s) not ok 5 - regression tests pass
[20:52:10.991](1.791s) not ok 6 - dump before running pg_upgrade
tap
[20:52:47.486](29.111s) not ok 2 - regression tests pass
test
[20:55:14.610]  23/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:55:14.610]  22/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:55:14.610]  52/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 38725
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "execMain.c", Line: 195, PID: 24480
core
[20:57:47.828] #0  0x00007f07272abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:47.828] #1  0x00007f072725cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:47.828] #2  0x00007f0727247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:47.828] #3  0x00005655034e8ad1 in ExceptionalCondition (conditionName=conditionName@entry=0x5655037c5f60 "queryDe...
[20:57:47.828] #4  0x0000565502ce12d3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x6250001f0d20, eflags=eflags...
[20:57:47.828] #5  0x0000565502ce1508 in ExecutorStart (queryDesc=queryDesc@entry=0x6250001f0d20, eflags=eflags@entry=0)...
[20:57:47.828] #6  0x0000565502bd76ea in refresh_matview_datafill (dest=0x6250001ed5a8, query=<optimized out>, query@ent...
[20:57:47.828] #7  0x0000565502bd9e13 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[20:57:47.828] #8  0x0000565502bda01f in ExecRefreshMatView (stmt=0x6210000d5230, queryString=queryString@entry=0x0, qc=...
[20:57:47.828] #9  0x0000565502b79b67 in ExecCreateTableAs (pstate=pstate@entry=0x619000052480, stmt=stmt@entry=0x625000...
core
[20:57:49.150] #0  0x00007f2e120abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:49.150] #1  0x00007f2e1205cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:49.150] #2  0x00007f2e12047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:57:49.150] #3  0x0000558c27727ad1 in ExceptionalCondition (conditionName=conditionName@entry=0x558c27a04f60 "queryDe...
[20:57:49.150] #4  0x0000558c26f202d3 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x625000202520, eflags=eflags...
[20:57:49.150] #5  0x0000558c26f20508 in ExecutorStart (queryDesc=queryDesc@entry=0x625000202520, eflags=eflags@entry=0)...
[20:57:49.150] #6  0x0000558c26e166ea in refresh_matview_datafill (dest=0x6250002065a8, query=<optimized out>, query@ent...
[20:57:49.150] #7  0x0000558c26e18e13 in RefreshMatViewByOid (matviewOid=<optimized out>, is_create=is_create@entry=fals...
[20:57:49.150] #8  0x0000558c26e1901f in ExecRefreshMatView (stmt=0x62100000be30, queryString=queryString@entry=0x0, qc=...
[20:57:49.150] #9  0x0000558c26db8b67 in ExecCreateTableAs (pstate=pstate@entry=0x6190000bdc80, stmt=stmt@entry=0x625000...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:05.074490527 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out	2024-11-23 20:56:33.318201844 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:05.074490527 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out	2024-11-23 20:54:33.858289851 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[20:56:35.258](36.730s) not ok 5 - regression tests pass
[20:56:37.538](2.269s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 29746
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 36150
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 28900
core
[20:58:25.710] #0  0x00007f07678a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:25.710] #1  0x00007f076785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:25.710] #2  0x00007f0767845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:25.710] #3  0x000055b0e9887008 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0e9afc475 "queryDe...
[20:58:25.710] #4  0x000055b0e9206133 in standard_ExecutorStart (queryDesc=0x55b0ff3adaf0, eflags=0) at ../src/backend/e...
[20:58:25.710] #5  0x00007f0764ec26f7 in pgss_ExecutorStart (queryDesc=0x55b0ff3adaf0, eflags=<optimized out>) at ../con...
[20:58:25.710] #6  0x000055b0e92062c8 in ExecutorStart (queryDesc=queryDesc@entry=0x55b0ff3adaf0, eflags=eflags@entry=0)...
[20:58:25.710] #7  0x000055b0e912a688 in refresh_matview_datafill (dest=0x55b0ff3aab68, query=<optimized out>, query@ent...
[20:58:25.710] #8  0x000055b0e912c9ef in RefreshMatViewByOid (matviewOid=28308, is_create=is_create@entry=false, skipDat...
[20:58:25.710] #9  0x000055b0e912cb2e in ExecRefreshMatView (stmt=0x55b0ff3e2cf0, queryString=queryString@entry=0x0, qc=...
core
[20:58:27.133] #0  0x00007f168cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:27.133] #1  0x00007f168cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:27.133] #2  0x00007f168cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:27.133] #3  0x000055bc276ce008 in ExceptionalCondition (conditionName=conditionName@entry=0x55bc27943475 "queryDe...
[20:58:27.133] #4  0x000055bc2704d133 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55bc545cae00, eflags=eflags...
[20:58:27.133] #5  0x000055bc2704d30f in ExecutorStart (queryDesc=queryDesc@entry=0x55bc545cae00, eflags=eflags@entry=0)...
[20:58:27.133] #6  0x000055bc26f71688 in refresh_matview_datafill (dest=0x55bc545c7e48, query=<optimized out>, query@ent...
[20:58:27.133] #7  0x000055bc26f739ef in RefreshMatViewByOid (matviewOid=28145, is_create=is_create@entry=false, skipDat...
[20:58:27.133] #8  0x000055bc26f73b2e in ExecRefreshMatView (stmt=0x55bc5458b4b0, queryString=queryString@entry=0x0, qc=...
[20:58:27.133] #9  0x000055bc26f29748 in ExecCreateTableAs (pstate=pstate@entry=0x55bc545266b0, stmt=stmt@entry=0x55bc54...
core
[20:58:28.529] #0  0x00007f7530aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:28.529] #1  0x00007f7530a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:28.529] #2  0x00007f7530a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:58:28.529] #3  0x0000560f9411e008 in ExceptionalCondition (conditionName=conditionName@entry=0x560f94393475 "queryDe...
[20:58:28.529] #4  0x0000560f93a9d133 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x560fcae2fbd0, eflags=eflags...
[20:58:28.529] #5  0x0000560f93a9d30f in ExecutorStart (queryDesc=queryDesc@entry=0x560fcae2fbd0, eflags=eflags@entry=0)...
[20:58:28.529] #6  0x0000560f939c1688 in refresh_matview_datafill (dest=0x560fcad29ba8, query=<optimized out>, query@ent...
[20:58:28.529] #7  0x0000560f939c39ef in RefreshMatViewByOid (matviewOid=28538, is_create=is_create@entry=false, skipDat...
[20:58:28.529] #8  0x0000560f939c3b2e in ExecRefreshMatView (stmt=0x560fcad43920, queryString=queryString@entry=0x0, qc=...
[20:58:28.529] #9  0x0000560f93979748 in ExecCreateTableAs (pstate=pstate@entry=0x560fcad6ea00, stmt=stmt@entry=0x560fca...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.582136041 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:54:50.144136583 +00...
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.582136041 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:55:22.532310998 +...
@@ -363,229 +363,10 @@
 	END LOOP;
 END;
 $x$;
-RESET enable_seqscan;
-RESET enable_bitmapscan;
-INSERT INTO brintest SELECT
-	repeat(stringu1, 42)::bytea,
-	substr(stringu1, 1, 1)::"char",
-	stringu1::name, 142857 * tenthous,
-	thousand,
-	twothousand,
-	repeat(stringu1, 42),
-	unique1::oid,
-	format('(%s,%s)', tenthous, twenty)::tid,
-	(four + 1.0)/(hundred+1),
-	odd::float8 / (tenthous + 1),
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out	2024-11-23 20:50:02.582136041 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out	2024-11-23 20:54:46.260128197 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[20:54:55.734](30.076s) not ok 5 - regression tests pass
[20:54:58.010](2.259s) not ok 6 - dump before running pg_upgrade
tap
[20:55:25.926](26.977s) not ok 2 - regression tests pass
test
[20:57:23.040]  26/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:57:23.040]  17/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:57:23.040]  56/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12188
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 19144
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 12242
core
[20:58:25.031]   * frame #0: 0x00000001993355f0 libsystem_kernel.dylib`__pthread_kill + 8
[20:58:25.031]     frame #1: 0x000000019936dc20 libsystem_pthread.dylib`pthread_kill + 288
[20:58:25.031]     frame #2: 0x000000019927aa30 libsystem_c.dylib`abort + 180
[20:58:25.031]     frame #3: 0x000000010107d5fc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[20:58:25.031]     frame #4: 0x0000000100dadadc postgres`standard_ExecutorStart(queryDesc=0x000000012d81e020, eflags=0) ...
[20:58:25.031]     frame #5: 0x00000001017cfd14 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x000000012d81e020...
[20:58:25.031]     frame #6: 0x0000000100d5bbd0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[20:58:25.031]     frame #7: 0x0000000100d5bb58 postgres`RefreshMatViewByOid(matviewOid=28271, is_create=false, skipData...
[20:58:25.031]     frame #8: 0x0000000100d5b328 postgres`ExecRefreshMatView(stmt=0x000000012d81ad30, queryString=<unavai...
[20:58:25.031]     frame #9: 0x0000000100d39bcc postgres`ExecCreateTableAs(pstate=0x000000012d82c100, stmt=0x000000012e0...
core
[20:59:02.666]   * frame #0: 0x00000001993355f0 libsystem_kernel.dylib`__pthread_kill + 8
[20:59:02.666]     frame #1: 0x000000019936dc20 libsystem_pthread.dylib`pthread_kill + 288
[20:59:02.666]     frame #2: 0x000000019927aa30 libsystem_c.dylib`abort + 180
[20:59:02.666]     frame #3: 0x0000000100ff15fc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[20:59:02.666]     frame #4: 0x0000000100d21adc postgres`standard_ExecutorStart(queryDesc=0x0000000117019c20, eflags=0) ...
[20:59:02.666]     frame #5: 0x0000000100d21478 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[20:59:02.666]     frame #6: 0x0000000100ccfbd0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[20:59:02.666]     frame #7: 0x0000000100ccfb58 postgres`RefreshMatViewByOid(matviewOid=28609, is_create=false, skipData...
[20:59:02.666]     frame #8: 0x0000000100ccf328 postgres`ExecRefreshMatView(stmt=0x0000000137897330, queryString=<unavai...
[20:59:02.666]     frame #9: 0x0000000100cadbcc postgres`ExecCreateTableAs(pstate=0x000000011700ab00, stmt=0x00000001370...
core
[20:59:40.860]   * frame #0: 0x00000001993355f0 libsystem_kernel.dylib`__pthread_kill + 8
[20:59:40.860]     frame #1: 0x000000019936dc20 libsystem_pthread.dylib`pthread_kill + 288
[20:59:40.860]     frame #2: 0x000000019927aa30 libsystem_c.dylib`abort + 180
[20:59:40.860]     frame #3: 0x0000000102b655fc postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[20:59:40.860]     frame #4: 0x0000000102895adc postgres`standard_ExecutorStart(queryDesc=0x000000011901f620, eflags=0) ...
[20:59:40.860]     frame #5: 0x0000000102895478 postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[20:59:40.860]     frame #6: 0x0000000102843bd0 postgres`RefreshMatViewByOid [inlined] refresh_matview_datafill(dest=<un...
[20:59:40.860]     frame #7: 0x0000000102843b58 postgres`RefreshMatViewByOid(matviewOid=28031, is_create=false, skipData...
[20:59:40.860]     frame #8: 0x0000000102843328 postgres`ExecRefreshMatView(stmt=0x0000000119017f30, queryString=<unavai...
[20:59:40.860]     frame #9: 0x0000000102821bcc postgres`ExecCreateTableAs(pstate=0x000000013a096900, stmt=0x00000001390...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-23 20:49:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:51:59
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr...
--- /Users/admin/pgsql/src/test/regress/expected/brin.out	2024-11-23 20:49:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:52:40
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2024-11-23 20:49:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2024-11-23 20:51:59
@@ -1846,1413 +1846,10 @@
 REINDEX TABLE sro_tab;
 REINDEX INDEX sro_idx;
 REINDEX TABLE CONCURRENTLY sro_tab;
-DROP INDEX sro_idx;
--- CLUSTER
-CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0)));
-CLUSTER sro_tab USING sro_cluster_idx;
-DROP INDEX sro_cluster_idx;
--- BRIN index
-CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0)));
-SELECT brin_desummarize_range('sro_brin', 0);
- brin_desummarize_range 
-------------------------
- 
-(1 row)
-
...
tap
[20:52:05.861](49.202s) not ok 5 - regression tests pass
[20:52:07.654](1.771s) not ok 6 - dump before running pg_upgrade
tap
[20:52:45.913](49.096s) not ok 2 - regression tests pass
test
[20:54:47.580]  31/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:54:47.580]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[20:54:47.580]  90/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 6220
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 7032
assertion
TRAP: failed Assert("queryDesc->sourceText != NULL"), File: "../src/backend/executor/execMain.c", Line: 195, PID: 5292
core
0000003a`e83fe240 00007ff6`b5b2e908     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`e83fe280 00007ff6`b5610779     postgres!ExceptionalCondition(
0000003a`e83fe2c0 00007ff6`b56105fa     postgres!standard_ExecutorStart(
0000003a`e83fe310 00007ff6`b5563289     postgres!ExecutorStart(
0000003a`e83fe340 00007ff6`b5562c20     postgres!refresh_matview_datafill(
0000003a`e83fe3d0 00007ff6`b5562488     postgres!RefreshMatViewByOid(
0000003a`e83fe620 00007ff6`b5521c97     postgres!ExecRefreshMatView(
0000003a`e83fe6a0 00007ff6`b5904687     postgres!ExecCreateTableAs(
0000003a`e83fe7c0 00007ff6`b590034f     postgres!ProcessUtilitySlow(
0000003a`e83ff0e0 00007ff6`b58ff299     postgres!standard_ProcessUtility(
core
0000003a`e8bff708 00007ffd`e22f45ca     ntdll!NtFsControlFile+0x14
0000003a`e8bff710 00007ff6`b57e422b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`e8bff780 00007ffd`e4284cb0     postgres!pg_signal_thread(
0000003a`e8bff880 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e8bff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e8fff6f8 00007ffd`e22ad71e     ntdll!NtWaitForSingleObject+0x14
0000003a`e8fff700 00007ff6`b57e5ccc     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003a`e8fff7a0 00007ffd`e4284cb0     postgres!pg_timer_thread(
0000003a`e8fff7e0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e8fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e93ffb98 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e93ffba0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
0000003a`e93ffe90 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e93ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`e87ff498 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`e87ff4a0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
0000003a`e87ff790 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`e87ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f0bfe060 00007ff6`b5b2e908     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`f0bfe0a0 00007ff6`b5610779     postgres!ExceptionalCondition(
000000c1`f0bfe0e0 00007ff6`b56105fa     postgres!standard_ExecutorStart(
000000c1`f0bfe130 00007ff6`b5563289     postgres!ExecutorStart(
000000c1`f0bfe160 00007ff6`b5562c20     postgres!refresh_matview_datafill(
000000c1`f0bfe1f0 00007ff6`b5562488     postgres!RefreshMatViewByOid(
000000c1`f0bfe440 00007ff6`b5521c97     postgres!ExecRefreshMatView(
000000c1`f0bfe4c0 00007ff6`b5904687     postgres!ExecCreateTableAs(
000000c1`f0bfe5e0 00007ff6`b590034f     postgres!ProcessUtilitySlow(
000000c1`f0bfef00 00007ff6`b58ff299     postgres!standard_ProcessUtility(
core
000000c1`f13ffa98 00007ffd`e22f45ca     ntdll!NtFsControlFile+0x14
000000c1`f13ffaa0 00007ff6`b57e422b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`f13ffb10 00007ffd`e4284cb0     postgres!pg_signal_thread(
000000c1`f13ffc10 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f13ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f17ffc98 00007ffd`e22ad71e     ntdll!NtWaitForSingleObject+0x14
000000c1`f17ffca0 00007ff6`b57e5ccc     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c1`f17ffd40 00007ffd`e4284cb0     postgres!pg_timer_thread(
000000c1`f17ffd80 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f17ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f1bff848 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f1bff850 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
000000c1`f1bffb40 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f1bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`f0fffbe8 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`f0fffbf0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
000000c1`f0fffee0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`f0ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5adff5a8 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`5adff5b0 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
00000007`5adff8a0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5adff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5a1ff528 00007ffd`e4c8b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`5a1ff530 00007ffd`e4284cb0     ntdll!TppWorkerThread+0x2df
00000007`5a1ff820 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5a1ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5a5ff998 00007ffd`e22f45ca     ntdll!NtFsControlFile+0x14
00000007`5a5ff9a0 00007ff6`b57e422b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`5a5ffa10 00007ffd`e4284cb0     postgres!pg_signal_thread(
00000007`5a5ffb10 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5a5ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`5a9ff8c8 00007ffd`e22ad71e     ntdll!NtWaitForSingleObject+0x14
00000007`5a9ff8d0 00007ff6`b57e5ccc     KERNELBASE!WaitForSingleObjectEx+0x8e
00000007`5a9ff970 00007ffd`e4284cb0     postgres!pg_timer_thread(
00000007`5a9ff9b0 00007ffd`e4cfedcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`5a9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`59dfdcc0 00007ff6`b5b2e908     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`59dfdd00 00007ff6`b5610779     postgres!ExceptionalCondition(
00000007`59dfdd40 00007ffd`ccb62d26     postgres!standard_ExecutorStart(
00000007`59dfdd90 00007ff6`b56105ea     pg_stat_statements!pgss_ExecutorStart(
00000007`59dfddd0 00007ff6`b5563289     postgres!ExecutorStart(
00000007`59dfde00 00007ff6`b5562c20     postgres!refresh_matview_datafill(
00000007`59dfde90 00007ff6`b5562488     postgres!RefreshMatViewByOid(
00000007`59dfe0e0 00007ff6`b5521c97     postgres!ExecRefreshMatView(
00000007`59dfe160 00007ff6`b5904687     postgres!ExecCreateTableAs(
00000007`59dfe280 00007ff6`b590034f     postgres!ProcessUtilitySlow(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-23 20:50:13.811024900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out	2024-11-23 20:53:00.854459600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-23 20:50:13.811024900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out	2024-11-23 20:55:03.253414600 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/brin.out	2024-11-23 20:50:13.811024900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/brin.out	2024-11-23 20:52:52.026827700 +0000
@@ -539,53 +539,10 @@
 -- vacuum actually removes the TOAST rows. Creating an index concurrently
 -- is a one way to achieve that, because it does exactly such wait.
 CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a);
-DROP INDEX brin_test_temp_idx;
--- vacuum the table, to discard TOAST data
-VACUUM brintest_3;
--- retry insert with a different random-looking (but deterministic) value
--- the value is different, and so should replace either min or max in the
--- brin summary
-WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i))
-INSERT INTO brintest_3
-SELECT val, val, val, val FROM rand_value;
--- now try some queries, accessing the brin index
-SET enable_seqscan = off;
-EXPLAIN (COSTS OFF)
-SELECT * FROM brintest_3 WHERE b < '0';
...
tap
[20:53:39.722](86.785s) not ok 5 - regression tests pass
[20:53:42.649](2.907s) not ok 6 - dump before running pg_upgrade
tap
[20:55:32.223](88.788s) not ok 2 - regression tests pass
test
[21:02:06.772]  21/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:02:06.772]  19/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:02:06.772]  64/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5300 New "single" COPY format
macOS - Sonoma - Meson
tap
[20:37:51.681](0.000s) not ok 2 - bt_index_parent_check: interrupted page deletion detected
test
[20:38:34.650] 230/314 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
50/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[16:24:36.699] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:24:05.753] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:29:37.912] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
50/5279 Add XMLSerialize: version (SQL/XML X076), explicit declaration (SQL/XML X078)
macOS - Sonoma - Meson
tap
[13:42:44.743](0.000s) not ok 199 - pgbench backslash commands stdout /(?^:type: .*/001_pgbench_backslash_commands)/
[13:42:44.743](0.000s) not ok 200 - pgbench backslash commands stdout /(?^:processed: 1/1)/
[13:42:44.743](0.000s) not ok 201 - pgbench backslash commands stdout /(?^:shell-echo-output)/
test
[13:43:40.091] 214/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
50/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-23 13:02:26.355615300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2024-11-23 13:07:26.768994800 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/subselect.out	2024-11-23 13:02:26.355615300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2024-11-23 13:04:52.127665400 +0000
@@ -2313,15 +2313,16 @@
 EXPLAIN (COSTS OFF)
 SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid)
 WHERE c.oid IN (VALUES (1), (2));
-                          QUERY PLAN                           
----------------------------------------------------------------
- Hash Join
-   Hash Cond: (a.oid = c.oid)
-   ->  Seq Scan on pg_am a
-   ->  Hash
-         ->  Index Scan using pg_class_oid_index on pg_class c
-               Index Cond: (oid = ANY ('{1,2}'::integer[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[13:08:53.650](130.358s) not ok 2 - regression tests pass
test
[13:15:27.968]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[13:15:27.968]  92/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5263 removes attndims and typndims entirely
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/query_cancel.out	2024-11-23 10:19:52.020491370 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/query_cancel.out	2024-11-23 10:26:24.774619725 +0000
@@ -29,4 +29,5 @@
 -- This would take very long if not canceled:
 SELECT count(*) FROM ft1 a CROSS JOIN ft1 b CROSS JOIN ft1 c CROSS JOIN ft1 d;
 ERROR:  canceling statement due to statement timeout
+WARNING:  could not get result of cancel request due to timeout
 COMMIT;
test
[10:27:46.670] 153/314 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
50/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[07:57:54.334] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[07:55:53.523] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[07:53:17.528] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[07:51:20.655] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[08:01:28.517] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
50/5246 Allow SQL functions use CachedPlan machinery
FreeBSD - 13 - Meson
core
[05:02:55.052] #0  0x0000202478b2623a in copy_file_range () from /lib/libc.so.7
[05:02:55.052] #1  0x0000201c56e773e0 in ?? ()
[05:02:55.052] #2  0x0000201c56e7701e in ?? ()
[05:02:55.052] #3  0x0000201c56e768ad in ?? ()
[05:02:55.052] #4  0x0000201c56e7633d in ?? ()
[05:02:55.052] #5  0x0000202477b86408 in ?? ()
[05:02:55.052] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:12.942262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-23 04:58:47.435372000 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:12.942262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-23 04:59:36.829717000 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:12.942262000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-23 04:58:44.678898000 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:59:07.473](70.258s) not ok 5 - regression tests pass
tap
[04:59:54.586](79.913s) not ok 2 - regression tests pass
test
[05:01:49.233]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:49.233] 104/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:01:49.233] 158/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:11.221321176 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/xml.out	2024-11-23 05:02:03.374309155 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/src/test/regress/results/xml.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:11.221321176 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/xml.out	2024-11-23 05:00:16.054504202 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[05:02:09.038](102.501s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[05:02:52.569] #0  0x00007f1ca230eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.569] #1  0x000055685ad0acc0 in ?? ()
[05:02:52.569] #2  0x000055685ad0aefa in ?? ()
[05:02:52.569] #3  0x000055685ad0c630 in ?? ()
[05:02:52.569] #4  0x000055685ad06371 in ?? ()
[05:02:52.569] #5  0x000055685ad0520f in ?? ()
[05:02:52.569] #6  0x000055685ad05c3b in ?? ()
[05:02:52.569] #7  0x000055685ad0366f in ?? ()
[05:02:52.569] #8  0x00007f1ca226224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.569] #9  0x00007f1ca2262305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:02:52.452] #0  0x00007f2a5a9107b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.452] #1  0x0000555939c51291 in ?? ()
[05:02:52.452] #2  0x0000555939c55671 in ?? ()
[05:02:52.452] #3  0x0000555939c56577 in ?? ()
[05:02:52.452] #4  0x0000555939c505bc in ?? ()
[05:02:52.452] #5  0x0000555939c4eeda in ?? ()
[05:02:52.452] #6  0x00007f2a5a83b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.452] #7  0x00007f2a5a83b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[05:02:52.452] #8  0x0000555939c4f171 in ?? ()
[05:02:52.568] #0  0x00007f1ca230eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:13.128322101 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-23 04:59:26.955524411 +000...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:13.128322101 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-23 05:00:03.688970930 +0...
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/xml.out	2024-11-23 04:57:13.128322101 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/xml.out	2024-11-23 04:59:20.571381816 +0000
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:59:37.442](68.541s) not ok 5 - regression tests pass
tap
[05:00:13.004](71.958s) not ok 2 - regression tests pass
test
[05:01:46.481]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:46.481] 124/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:01:46.481] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[05:04:51.481]   * frame #0: 0x000000018fbb7894 dyld`__open + 8
[05:04:51.481]     frame #1: 0x000000018fb4b754 dyld`open + 40
[05:04:51.481]     frame #2: 0x000000018fbaeaac dyld`open_with_subsystem + 60
[05:04:51.481]     frame #3: 0x000000018fb99d34 dyld`dyld3::open(char const*, int, int) + 52
[05:04:51.481]     frame #4: 0x000000018fb72560 dyld`dyld4::SyscallDelegate::mapFileReadOnly(Diagnostics&, char const*, ...
[05:04:51.481]     frame #5: 0x000000018fb72178 dyld`dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char c...
[05:04:51.481]     frame #6: 0x000000018fb69d2c dyld`dyld4::Loader::getOnDiskBinarySliceOffset(dyld4::RuntimeState&, dyl...
[05:04:51.481]     frame #7: 0x000000018fb6de60 dyld`dyld4::JustInTimeLoader::makeLaunchLoader(Diagnostics&, dyld4::Runt...
[05:04:51.481]     frame #8: 0x000000018fb4f5ac dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 496
[05:04:51.481]     frame #9: 0x000000018fb4eef4 dyld`start + 1868
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-23 04:57:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out	2024-11-23 04:58:54
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-23 04:57:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/xml.out	2024-11-23 04:59:50
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/xml.out /Users/admin/pgsql/build/testrun/regress/regress/results/x...
--- /Users/admin/pgsql/src/test/regress/expected/xml.out	2024-11-23 04:57:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/xml.out	2024-11-23 04:58:54
@@ -855,7 +855,7 @@
 
 SELECT xpath('', '<!-- error -->');
 ERROR:  empty XPath expression
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 SELECT xpath('//text()', '<local:data xmlns:local="http://127.0.0.1"><local:piece id="1">number one</local:piece><local...
      xpath      
 ----------------
@@ -1221,7 +1221,7 @@
 DETAIL:  line 1: Namespace prefix nosuchprefix on tag is not defined
 <nosuchprefix:tag/>
                  ^
-CONTEXT:  SQL function "xpath" statement 1
+CONTEXT:  SQL function "xpath" during startup
 -- XPath deprecates relative namespaces, but they're not supposed to
 -- throw an error, only a warning.
...
tap
[04:59:00.473](40.778s) not ok 5 - regression tests pass
tap
[04:59:58.819](56.464s) not ok 2 - regression tests pass
test
[05:01:43.215]  27/314 postgresql:regress / regress/regress                                            ERROR            ...
[05:01:43.215]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:01:43.215] 145/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5214 SQL:2023 JSON simplified accessor support
FreeBSD - 13 - Meson
tap
[04:04:12.271](1.822s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:04:21.978] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[04:06:35.287](0.746s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[04:06:42.917](0.420s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:06:53.819] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[04:03:23.857](1.097s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:03:35.870] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[04:11:06.731](2.012s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[04:11:35.520] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/5255 C-Language Functions docs on how to call internal functions
FreeBSD - 13 - Meson
test
[03:44:27.613] 244/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
50/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - 13 - Meson
core
[02:18:48.281] #0  0x00002a4c7fdfa5da in ?? () from /libexec/ld-elf.so.1
[02:18:48.281] #1  0x00002a4c7fdf66ec in ?? () from /libexec/ld-elf.so.1
[02:18:48.281] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:14.830560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:01:55.148084000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:14.830560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:02:37.0495970...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:14.830560000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:01:55.064426000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:01:57.741](61.328s) not ok 5 - regression tests pass
tap
[02:02:39.384](65.911s) not ok 2 - regression tests pass
test
[02:17:34.267]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:17:34.267]  77/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:17:34.267] 141/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:17:34.267] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.401508936 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2024-11-23 02:05:48.689610332 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out /tmp/cirrus-ci-build/src/test/isolation/ou...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partitioned-cic.out	2024-11-23 02:00:11.236893946 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2024-11-23 02:27:12.463375107 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.401508936 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/indexing.out	2024-11-23 02:06:52.078991285 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.401508936 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2024-11-23 02:03:15.701554032 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:05:51.830](92.223s) not ok 5 - regression tests pass
tap
[02:06:54.556](64.833s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.400713615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:02:46.118636301...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.400713615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:03:15.9192292...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2024-11-23 02:00:11.400713615 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:02:40.014536165 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:02:47.703](71.834s) not ok 5 - regression tests pass
tap
[02:03:18.644](69.494s) not ok 2 - regression tests pass
test
[02:18:12.613]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:18:12.613] 109/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:18:12.613] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:18:12.613] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-23 02:00:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:02:03
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-23 02:00:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:02:50
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2024-11-23 02:00:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:02:06
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:02:05.657](40.216s) not ok 5 - regression tests pass
tap
[02:02:52.329](44.061s) not ok 2 - regression tests pass
test
[02:18:07.940]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[02:18:07.940]  44/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[02:18:07.940] 136/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:18:07.940] 314/314 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-23 02:00:23.897336000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2024-11-23 02:04:02.460949300 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-23 02:00:23.897336000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2024-11-23 02:06:19.319871100 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/indexing.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/indexing.out	2024-11-23 02:00:23.897336000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2024-11-23 02:03:57.619150400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[02:04:10.319](107.661s) not ok 5 - regression tests pass
tap
[02:06:26.161](116.255s) not ok 2 - regression tests pass
test
[02:18:55.889]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[02:18:55.889]  35/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:18:55.889]  83/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[02:18:55.889] 309/309 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
50/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:14:45.777] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:15:03.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[01:15:03.709] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[22:45:03.512] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:44:53.533] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:44:20.675] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:44:10.534] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:45:29.740] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[22:53:49.743] #0  0x00007f3440b5ab93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.743] #1  0x0000559819105cc0 in ?? ()
[22:53:49.743] #2  0x0000559819105efa in ?? ()
[22:53:49.743] #3  0x0000559819107630 in ?? ()
[22:53:49.743] #4  0x0000559819101371 in ?? ()
[22:53:49.743] #5  0x000055981910020f in ?? ()
[22:53:49.743] #6  0x0000559819100c3b in ?? ()
[22:53:49.743] #7  0x00005598190fe66f in ?? ()
[22:53:49.743] #8  0x00007f3440aae24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.743] #9  0x00007f3440aae305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:49.615] #0  0x00007faff4e33da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #1  0x00007faff4de0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #2  0x00007faff4de0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #3  0x000055ccea3115c1 in ?? ()
[22:53:49.615] #4  0x000055ccea30b369 in ?? ()
[22:53:49.615] #5  0x000055ccea30a20f in ?? ()
[22:53:49.615] #6  0x000055ccea30ac3b in ?? ()
[22:53:49.615] #7  0x000055ccea30866f in ?? ()
[22:53:49.615] #8  0x00007faff4dcb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.615] #9  0x00007faff4dcb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:49.352] #0  0x00007fc767a8ca20 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.352] #1  0x00007fc767c17665 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #2  0x00007fc767c26c99 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #3  0x00007fc767c2322f in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #4  0x00007fc767c24bac in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #5  0x00007fc767c23a58 in ?? () from /lib64/ld-linux-x86-64.so.2
[22:53:49.352] #6  0x0000000000000003 in ?? ()
[22:53:49.352] #7  0x00007ffd2a5323c1 in ?? ()
[22:53:49.352] #8  0x00007ffd2a5323c4 in ?? ()
[22:53:49.352] #9  0x00007ffd2a532450 in ?? ()
core
[22:53:49.484] #0  <unavailable> in ?? ()
core
[22:53:49.871] #0  0x00007f17c5086da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #1  0x00007f17c5033239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #2  0x00007f17c5033497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #3  0x0000561b20e515c1 in ?? ()
[22:53:49.871] #4  0x0000561b20e4b369 in ?? ()
[22:53:49.871] #5  0x0000561b20e4a20f in ?? ()
[22:53:49.871] #6  0x0000561b20e4ac3b in ?? ()
[22:53:49.871] #7  0x0000561b20e4866f in ?? ()
[22:53:49.871] #8  0x00007f17c501e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.871] #9  0x00007f17c501e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:50.004] #0  <unavailable> in ?? ()
core
[22:53:50.004] #0  0x00007f17c5086da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #1  0x00007f17c5033239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #2  0x00007f17c5033497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #3  0x0000561b20e515f3 in ?? ()
[22:53:50.004] #4  0x0000561b20e4b369 in ?? ()
[22:53:50.004] #5  0x0000561b20e4a20f in ?? ()
[22:53:50.004] #6  0x0000561b20e4ac3b in ?? ()
[22:53:50.004] #7  0x0000561b20e4866f in ?? ()
[22:53:50.004] #8  0x00007f17c501e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:50.004] #9  0x00007f17c501e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[22:53:49.484] #0  0x00007faff4e33da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #1  0x00007faff4de0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #2  0x00007faff4de0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #3  0x000055ccea3115f3 in ?? ()
[22:53:49.484] #4  0x000055ccea30b369 in ?? ()
[22:53:49.484] #5  0x000055ccea30a20f in ?? ()
[22:53:49.484] #6  0x000055ccea30ac3b in ?? ()
[22:53:49.484] #7  0x000055ccea30866f in ?? ()
[22:53:49.484] #8  0x00007faff4dcb24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:53:49.484] #9  0x00007faff4dcb305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-22 22:43:29.491391115 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-22 22:49:38....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-22 22:43:29.491391115 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-22 22:50:2...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-22 22:43:29.491391115 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-22 22:49:33.173582766 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[22:49:54.289](66.714s) not ok 5 - regression tests pass
tap
[22:50:38.244](67.956s) not ok 2 - regression tests pass
test
[22:52:37.221]  32/314 postgresql:regress / regress/regress                                            ERROR            ...
[22:52:37.221]  92/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:52:37.221] 142/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5325 Add sortsupport for range types and btree_gist
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-22 18:50:42.679424000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:54:18.228639000 +0000
@@ -11,9 +11,7 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:50:42.682871000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:54:18.556376000 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
...
test
[18:56:52.903]  68/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out /tmp/cirrus-ci-build/build/testrun/btree_gist/r...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/partitions.out	2024-11-22 18:50:40.113914612 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:56:57.787911083 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:50:40.117906133 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:56:58.023909765 +00...
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[18:59:02.321]  69/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out /Users/admin/pgsql/build/testrun/btree_gist/regre...
--- /Users/admin/pgsql/contrib/btree_gist/expected/partitions.out	2024-11-22 18:49:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:52:48
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out /Users/admin/pgsql/build/testrun/btree_gist...
--- /Users/admin/pgsql/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:49:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:52:48
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[18:54:54.899]  64/314 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/partitions.out C:/cirrus/build/testrun/btree_gist/reg...
--- C:/cirrus/contrib/btree_gist/expected/partitions.out	2024-11-22 18:51:17.259336500 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/partitions.out	2024-11-22 18:57:41.735757500 +0000
@@ -11,10 +11,8 @@
 ) partition by range (id);
 create table parttmp_1_to_10 partition of parttmp for values from (1) to (10);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 create table parttmp_11_to_20 partition of parttmp for values from (11) to (20);
 NOTICE:  notice triggered for injection point btree-gist-sorted-build
-NOTICE:  notice triggered for injection point btree-gist-sorted-build
 insert into parttmp (id, valid_at) values
   (1, '[2000-01-01, 2000-02-01)'),
   (1, '[2000-02-01, 2000-03-01)'),
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/without_overlaps.out C:/cirrus/build/testrun/btree_gi...
--- C:/cirrus/contrib/btree_gist/expected/without_overlaps.out	2024-11-22 18:51:17.279335300 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/without_overlaps.out	2024-11-22 18:57:43.207938400 +0000
@@ -9,7 +9,6 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
...
test
[19:04:03.886]  73/309 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
50/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[16:41:40.331] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[16:41:32.116] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[16:41:02.635] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[16:40:55.744] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[16:42:02.646] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:21.885542000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:42:33.102496000 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:23.434482000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:41:55.749962000 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:23.434482000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:42:51.824883000 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:23.434482000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:41:57.560055000 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:42:14.492](64.820s) not ok 5 - regression tests pass
tap
[16:43:09.612](81.192s) not ok 2 - regression tests pass
test
[16:45:00.412]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:00.412]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:45:00.412]  84/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:45:00.412] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[16:50:33.186] #0  0x00007f472a6b0da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:33.186] #1  0x00007f472a65d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:33.186] #2  0x00007f472a718204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:50:33.186] #3  0x00007f472a72a85c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:50:33.186] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/contrib/file_fdw/results/file_...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:17.896828721 +0000
+++ /tmp/cirrus-ci-build/contrib/file_fdw/results/file_fdw.out	2024-11-22 16:44:15.660610029 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:20.059359746 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/copy2.out	2024-11-22 16:46:27.888502792 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:20.059359746 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/copy2.out	2024-11-22 16:47:53.540259593 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/src/test/regress/results/copy2.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:20.059359746 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/copy2.out	2024-11-22 16:43:48.384516657 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:46:42.529](124.602s) not ok 5 - regression tests pass
tap
[16:48:06.434](72.634s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out /tmp/cirrus-ci-build/build/testrun/file_fdw/regress...
--- /tmp/cirrus-ci-build/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:15.747059546 +0000
+++ /tmp/cirrus-ci-build/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:43:17.106173088 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:17.575059475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:42:52.962173537 +0...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:17.575059475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:43:31.838172764 ...
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out	2024-11-22 16:40:17.575059475 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:42:49.134173595 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:43:08.041](73.280s) not ok 5 - regression tests pass
tap
[16:43:42.547](74.187s) not ok 2 - regression tests pass
test
[16:45:24.701]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:45:24.701]  65/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:45:24.701] 123/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:45:24.701] 154/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[16:48:04.804]   * frame #0: 0x00000001816a2ee8 dyld`dyld4::PrebuiltLoader::dependent(dyld4::RuntimeState const&, unsign...
[16:48:04.804]     frame #1: 0x000000018169c2f8 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[16:48:04.804]     frame #2: 0x000000018169c33c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[16:48:04.804]     frame #3: 0x000000018169b3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[16:48:04.804]     frame #4: 0x000000018169afec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[16:48:04.804]     frame #5: 0x00000001816d5ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[16:48:04.804]     frame #6: 0x00000001816d0f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[16:48:04.804]     frame #7: 0x00000001816d5cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[16:48:04.804]     frame #8: 0x000000018169af54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[16:48:04.804]     frame #9: 0x00000001816d9414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
regress
diff -U3 /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out /Users/admin/pgsql/build/testrun/file_fdw/regress/res...
--- /Users/admin/pgsql/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:40:10
+++ /Users/admin/pgsql/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:42:50
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-22 16:40:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:42:00
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-22 16:40:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:42:53
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/copy2.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/copy2.out	2024-11-22 16:40:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:42:02
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:42:09.538](41.970s) not ok 5 - regression tests pass
tap
[16:43:00.813](51.405s) not ok 2 - regression tests pass
test
[16:44:45.271]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[16:44:45.271]  45/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[16:44:45.271]  66/314 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:44:45.271] 140/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/file_fdw/expected/file_fdw.out C:/cirrus/build/testrun/file_fdw/regress/r...
--- C:/cirrus/contrib/file_fdw/expected/file_fdw.out	2024-11-22 16:41:19.254946600 +0000
+++ C:/cirrus/build/testrun/file_fdw/regress/results/file_fdw.out	2024-11-22 16:47:18.338613500 +0000
@@ -91,7 +91,7 @@
 ');       -- ERROR
 ERROR:  COPY null representation cannot use newline or carriage return
 CREATE FOREIGN TABLE tbl () SERVER file_server OPTIONS (reject_limit '1');       -- ERROR
-ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE
+ERROR:  COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE or SET_TO_NULL
 CREATE FOREIGN TABLE tbl () SERVER file_server;  -- ERROR
 ERROR:  either filename or program is required for file_fdw foreign tables
 \set filename :abs_srcdir '/data/agg.data'
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-22 16:41:23.783718900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out	2024-11-22 16:45:06.007558500 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-22 16:41:23.783718900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/copy2.out	2024-11-22 16:47:23.868402600 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/copy2.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/copy2.out	2024-11-22 16:41:23.783718900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/copy2.out	2024-11-22 16:45:00.717030900 +0000
@@ -800,12 +800,12 @@
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "a"
 --fail
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null);
 ERROR:  failed to replace column containing erroneous data with null
-HINT:  Consider specifying the REJECT LIMIT option to skip erroneous rows.
+HINT:  Consider specifying the REJECT_LIMIT option to skip erroneous rows.
 CONTEXT:  COPY t_on_error_null, line 1, column a: "-1"
 --ok. Check interaction with REJECT LIMIT
 COPY t_on_error_null FROM STDIN WITH (on_error set_to_null, reject_limit 2);
@@ -835,7 +835,7 @@
 NOTICE:  failed to replace row attribute "l" with NULL at line 1.
...
tap
[16:45:28.800](121.014s) not ok 5 - regression tests pass
tap
[16:47:44.628](124.125s) not ok 2 - regression tests pass
test
[16:53:54.222]  20/309 postgresql:regress / regress/regress                                            ERROR           1...
[16:53:54.222]  38/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:53:54.222]  61/309 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[16:53:54.222] 101/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5339 Inconsistent output handling in 002_pg_upgrade.pl test logs
macOS - Sonoma - Meson
tap
[15:37:02.150](0.000s) not ok 253 - pgbench script error: sql syntax error stderr /(?^:prepared statement .* does not ex...
test
[15:37:56.478] 218/314 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
50/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/res...
--- /tmp/cirrus-ci-build/contrib/pgcrypto/expected/init.out	2024-11-22 14:48:14.681421000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pgcrypto/regress/results/init.out	2024-11-22 14:50:48.214294000 +0000
@@ -2,12 +2,30 @@
 -- init pgcrypto
 --
 CREATE EXTENSION pgcrypto;
+ERROR:  could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/pgcrypto.so": /tmp/cirrus-ci...
+CONTEXT:  SQL statement "CREATE FUNCTION digest(text, text)
+RETURNS bytea
+AS '$libdir/pgcrypto', 'pg_digest'
+LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE"
+extension script file "pgcrypto--1.3.sql", near line 6
 -- check error handling
 select gen_salt('foo');
-ERROR:  gen_salt: Unknown salt algorithm
+ERROR:  function gen_salt(unknown) does not exist
+LINE 1: select gen_salt('foo');
+               ^
+HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
...
test
[14:53:13.877]  81/314 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[14:50:40.432] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc...
compiler
[14:50:40.495] openssl.c.obj : error LNK2019: unresolved external symbol OSSL_LIB_CTX_get0_global_default referenced in ...
50/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-22 13:42:13.706541930 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2024-11-22 13:52:16.664049...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-22 13:42:13.706541930 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/sysviews.out	2024-11-22 13:51:52.0800...
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build-32/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2024-11-22 13:42:13.706541930 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/sysviews.out	2024-11-22 13:51:13.640108609 +0000
@@ -233,4 +233,4 @@
         from pg_get_process_memory_contexts(checkpointer_pid, false) where path = '{0}' into r; 
 	RAISE NOTICE '%', r;
 END $$;
-NOTICE:  (AllocSet,TopMemoryContext,,t)
+NOTICE:  (AllocSet,TopMemoryContext,,f)
tap
[13:52:42.628](117.373s) not ok 5 - regression tests pass
tap
[13:52:18.622](58.924s) not ok 2 - regression tests pass
test
[13:54:16.541]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[13:54:16.541] 146/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[13:54:16.541] 187/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
50/5012 Vacuum statistics
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:08.45950800...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[13:00:11.097]  46/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/sr...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:08.48030180...
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:59:3...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /tmp/cirrus-ci-build/bu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:04.76593883...
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[13:02:18.919]  41/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out /Users/admin/pgsql/build/...
--- /Users/admin/pgsql/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:53:10
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:56...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[12:58:42.499]  38/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out C:/cirrus/buil...
--- C:/cirrus/src/test/isolation/expected/vacuum-extending-in-repetable-read.out	2024-11-22 12:54:26.757533600 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/vacuum-extending-in-repetable-read.out	2024-11-22 12:58:41.08213...
@@ -9,10 +9,7 @@
     FROM pg_stat_get_vacuum_tables vt, pg_class c
     WHERE vt.relname = 'test_vacuum_stat_isolation' AND vt.relid = c.oid;
 
-relname|tuples_deleted|dead_tuples|tuples_frozen
--------+--------------+-----------+-------------
-(0 rows)
-
+ERROR:  relation "pg_stat_get_vacuum_tables" does not exist
 step s1_begin_repeatable_read: 
   BEGIN transaction ISOLATION LEVEL REPEATABLE READ;
   select count(ival) from test_vacuum_stat_isolation where id>900;
@@ -22,7 +19,8 @@
   100
 (1 row)
 
-step s2_update: UPDATE test_vacuum_stat_isolation SET ival = ival + 2 where id > 900;
...
test
[13:07:54.259]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
50/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
core
[10:51:32.534] #0  <unavailable> in ?? ()
core
[10:51:32.664] #0  0x00007f40a54b4da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #1  0x00007f40a5461239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #2  0x00007f40a5461497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #3  0x000056218f6ba5c1 in ?? ()
[10:51:32.664] #4  0x000056218f6b4369 in ?? ()
[10:51:32.664] #5  0x000056218f6b320f in ?? ()
[10:51:32.664] #6  0x000056218f6b3c3b in ?? ()
[10:51:32.664] #7  0x000056218f6b166f in ?? ()
[10:51:32.664] #8  0x00007f40a544c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.664] #9  0x00007f40a544c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:51:32.534] #0  0x00007f40a54b4da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #1  0x00007f40a5461239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #2  0x00007f40a5461497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #3  0x000056218f6ba5f3 in ?? ()
[10:51:32.534] #4  0x000056218f6b4369 in ?? ()
[10:51:32.534] #5  0x000056218f6b320f in ?? ()
[10:51:32.534] #6  0x000056218f6b3c3b in ?? ()
[10:51:32.534] #7  0x000056218f6b166f in ?? ()
[10:51:32.534] #8  0x00007f40a544c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:51:32.534] #9  0x00007f40a544c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
test
[10:50:22.129] 299/314 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
50/5089 Streaming Vacuum
macOS - Sonoma - Meson
core
[09:54:31.386]   * frame #0: 0x000000019b87575c dyld`dyld3::MachOFile::trieWalk(Diagnostics&, unsigned char const*, unsi...
[09:54:31.386]     frame #1: 0x000000019b840088 dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[09:54:31.386]     frame #2: 0x000000019b84033c dyld`dyld4::Loader::hasExportedSymbol(Diagnostics&, dyld4::RuntimeState&...
[09:54:31.386]     frame #3: 0x000000019b83f3c0 dyld`dyld4::Loader::resolveSymbol(Diagnostics&, dyld4::RuntimeState&, in...
[09:54:31.386]     frame #4: 0x000000019b83efec dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[09:54:31.386]     frame #5: 0x000000019b879ff0 dyld`invocation function for block in mach_o::Fixups::forEachBindTarget_...
[09:54:31.386]     frame #6: 0x000000019b874f50 dyld`dyld3::MachOFile::forEachChainedFixupTarget(Diagnostics&, dyld_chai...
[09:54:31.386]     frame #7: 0x000000019b879cc0 dyld`mach_o::Fixups::forEachBindTarget_ChainedFixups(Diagnostics&, void ...
[09:54:31.386]     frame #8: 0x000000019b83ef54 dyld`invocation function for block in dyld4::Loader::forEachBindTarget(D...
[09:54:31.386]     frame #9: 0x000000019b87d414 dyld`dyld3::MachOAnalyzer::withVMLayout(Diagnostics&, void (mach_o::Layo...
tap
[09:49:15.057](0.000s) not ok 105 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: wa...
[09:49:15.057](0.000s) not ok 106 - schema exclusion pattern overrides all inclusion patterns stderr /(?^:pg_amcheck: er...
test
[09:51:02.604] 139/314 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
50/4720 "unexpected duplicate for tablespace" problem in logical replication
FreeBSD - 13 - Meson
core
[06:37:04.754] #0  0x00000ce40bf3e5da in ?? () from /libexec/ld-elf.so.1
[06:37:04.754] #1  0x00000ce40bf3a6ec in ?? () from /libexec/ld-elf.so.1
[06:37:04.754] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:52.852761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:33:03.966721...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39412 |            |             0 |       39412 | pktable_pkey
+ 39407 |            |             0 |       39407 | pktable
+ 39415 |            |             0 |       39415 | fktable
+ 40014 |            |             0 |       40020 | foo
+ 40024 |            |             0 |       40024 | pg_toast_40014_index
+ 40023 |            |             0 |       40023 | pg_toast_40014
+ 40294 |            |             0 |       40294 | old_oids
+ 40325 |            |             0 |       40325 | pg_toast_40322
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:52.852761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:33:58.6888...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39464 |            |             0 |       39464 | pktable_pkey
+ 39460 |            |             0 |       39460 | pktable
+ 39466 |            |             0 |       39466 | fktable
+ 39946 |            |             0 |       39951 | foo
+ 39955 |            |             0 |       39955 | pg_toast_39946_index
+ 39954 |            |             0 |       39954 | pg_toast_39946
+ 40150 |            |             0 |       40150 | old_oids
+ 40185 |            |             0 |       40185 | pg_toast_40182
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:52.852761000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:33:02.567772000 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39507 |            |             0 |       39507 | pktable_pkey
+ 39503 |            |             0 |       39503 | pktable
+ 39509 |            |             0 |       39509 | fktable
+ 40015 |            |             0 |       40020 | foo
+ 40024 |            |             0 |       40024 | pg_toast_40015_index
+ 40023 |            |             0 |       40023 | pg_toast_40015
+ 40251 |            |             0 |       40251 | old_oids
+ 40270 |            |             0 |       40270 | pg_toast_40267
...
tap
[06:33:11.455](65.009s) not ok 5 - regression tests pass
tap
[06:34:06.851](83.212s) not ok 2 - regression tests pass
test
[06:35:55.363]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:35:55.363]  85/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:35:55.363] 161/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:51.339454695 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-11-22 06:37:37.921920247 +0000
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39570 |            |             0 |       39570 | users_id_seq
+ 39576 |            |             0 |       39576 | pg_toast_39571
+ 39577 |            |             0 |       39577 | pg_toast_39571_index
+ 39571 |            |             0 |       39571 | users
+ 39799 |            |             0 |       39799 | foo
+ 40019 |            |             0 |       40019 | forc_test
+ 39582 |            |             0 |       39582 | pktable_pkey
+ 39578 |            |             0 |       39578 | pktable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:51.339454695 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-11-22 06:39:26.833694593 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39522 |            |             0 |       39522 | pktable_pkey
+ 39517 |            |             0 |       39517 | pktable
+ 39524 |            |             0 |       39524 | fktable
+ 40055 |            |             0 |       40060 | foo
+ 40064 |            |             0 |       40064 | pg_toast_40055_index
+ 40063 |            |             0 |       40063 | pg_toast_40055
+ 40281 |            |             0 |       40281 | old_oids
+ 40299 |            |             0 |       40299 | pg_toast_40296
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:51.339454695 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-11-22 06:35:48.398562566 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39581 |            |             0 |       39581 | pktable_pkey
+ 39577 |            |             0 |       39577 | pktable
+ 39584 |            |             0 |       39584 | fktable
+ 40117 |            |             0 |       40122 | foo
+ 40126 |            |             0 |       40126 | pg_toast_40117_index
+ 40125 |            |             0 |       40125 | pg_toast_40117
+ 40348 |            |             0 |       40348 | old_oids
+ 40368 |            |             0 |       40368 | pg_toast_40365
...
tap
[06:37:46.687](104.551s) not ok 5 - regression tests pass
tap
[06:39:33.869](52.619s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:47.305105721 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:35:54.722556...
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39483 |            |             0 |       39483 | pktable_pkey
+ 39479 |            |             0 |       39479 | pktable
+ 39485 |            |             0 |       39485 | fktable
+ 39975 |            |             0 |       39980 | foo
+ 39984 |            |             0 |       39984 | pg_toast_39975_index
+ 39983 |            |             0 |       39983 | pg_toast_39975
+ 40212 |            |             0 |       40212 | old_oids
+ 40231 |            |             0 |       40231 | pg_toast_40228
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:47.305105721 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:36:25.0389...
@@ -3481,9 +3481,29 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39335 |            |             0 |       39335 | users_id_seq
+ 39343 |            |             0 |       39343 | pg_toast_39336
+ 39344 |            |             0 |       39344 | pg_toast_39336_index
+ 39336 |            |             0 |       39336 | users
+ 39701 |            |             0 |       39701 | foo
+ 40119 |            |             0 |       40119 | forc_test
+ 40500 |            |             0 |       40500 | pg_toast_40497
+ 40501 |            |             0 |       40501 | pg_toast_40497_index
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-11-22 06:30:47.305105721 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:35:48.126497703 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39391 |            |             0 |       39391 | pktable_pkey
+ 39387 |            |             0 |       39387 | pktable
+ 39394 |            |             0 |       39394 | fktable
+ 39998 |            |             0 |       40004 | foo
+ 40008 |            |             0 |       40008 | pg_toast_39998_index
+ 40007 |            |             0 |       40007 | pg_toast_39998
+ 40226 |            |             0 |       40226 | old_oids
+ 40249 |            |             0 |       40249 | pg_toast_40246
...
tap
[06:36:01.715](75.605s) not ok 5 - regression tests pass
tap
[06:36:31.995](72.031s) not ok 2 - regression tests pass
test
[06:38:15.363]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:38:15.363] 133/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:38:15.363] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-22 06:30:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:32:28
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39486 |            |             0 |       39486 | pktable_pkey
+ 39482 |            |             0 |       39482 | pktable
+ 39488 |            |             0 |       39488 | fktable
+ 40117 |            |             0 |       40122 | foo
+ 40126 |            |             0 |       40126 | pg_toast_40117_index
+ 40125 |            |             0 |       40125 | pg_toast_40117
+ 40345 |            |             0 |       40345 | old_oids
+ 40374 |            |             0 |       40374 | pg_toast_40371
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-22 06:30:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:33:11
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39371 |            |             0 |       39371 | pktable_pkey
+ 39367 |            |             0 |       39367 | pktable
+ 39373 |            |             0 |       39373 | fktable
+ 39929 |            |             0 |       39934 | foo
+ 39938 |            |             0 |       39938 | pg_toast_39929_index
+ 39937 |            |             0 |       39937 | pg_toast_39929
+ 40156 |            |             0 |       40156 | old_oids
+ 40176 |            |             0 |       40176 | pg_toast_40173
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/alter_table.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/alter_table.out	2024-11-22 06:30:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:32:28
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39517 |            |             0 |       39517 | pktable_pkey
+ 39513 |            |             0 |       39513 | pktable
+ 39519 |            |             0 |       39519 | fktable
+ 39998 |            |             0 |       40003 | foo
+ 40007 |            |             0 |       40007 | pg_toast_39998_index
+ 40006 |            |             0 |       40006 | pg_toast_39998
+ 40303 |            |             0 |       40303 | old_oids
+ 40320 |            |             0 |       40320 | pg_toast_40317
...
tap
[06:32:33.734](41.670s) not ok 5 - regression tests pass
tap
[06:33:17.302](44.509s) not ok 2 - regression tests pass
test
[06:35:16.363]  28/314 postgresql:regress / regress/regress                                            ERROR            ...
[06:35:16.363]  49/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:35:16.363] 139/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-22 06:31:01.251751200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-11-22 06:34:50.741748200 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38592 |            |             0 |       38592 | pktable_pkey
+ 38584 |            |             0 |       38584 | pktable
+ 38595 |            |             0 |       38595 | fktable
+ 39610 |            |             0 |       39615 | foo
+ 39620 |            |             0 |       39620 | pg_toast_39610_index
+ 39619 |            |             0 |       39619 | pg_toast_39610
+ 39875 |            |             0 |       39875 | pg_toast_39872
+ 39876 |            |             0 |       39876 | pg_toast_39872_index
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-22 06:31:01.251751200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-11-22 06:37:04.847251300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 39126 |            |             0 |       39126 | pktable_pkey
+ 39118 |            |             0 |       39118 | pktable
+ 39129 |            |             0 |       39129 | fktable
+ 39723 |            |             0 |       39723 | pg_toast_39683_index
+ 39722 |            |             0 |       39722 | pg_toast_39683
+ 39683 |            |             0 |       39718 | foo
+ 39936 |            |             0 |       39936 | old_oids
+ 39958 |            |             0 |       39958 | pg_toast_39954
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-11-22 06:31:01.251751200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-11-22 06:34:45.180775300 +0000
@@ -3481,9 +3481,20 @@
 WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid;
 SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid
 WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL;
- oid | mapped_oid | reltablespace | relfilenode | relname 
------+------------+---------------+-------------+---------
-(0 rows)
+  oid  | mapped_oid | reltablespace | relfilenode |       relname        
+-------+------------+---------------+-------------+----------------------
+ 38311 |            |             0 |       38311 | pktable_pkey
+ 38302 |            |             0 |       38302 | pktable
+ 38318 |            |             0 |       38318 | fktable
+ 39634 |            |             0 |       39643 | foo
+ 39647 |            |             0 |       39647 | pg_toast_39634_index
+ 39646 |            |             0 |       39646 | pg_toast_39634
+ 40007 |            |             0 |       40007 | pg_toast_40003_index
+ 40003 |            |             0 |       40003 | recur2
...
tap
[06:35:08.816](122.898s) not ok 5 - regression tests pass
tap
[06:37:21.804](118.712s) not ok 2 - regression tests pass
test
[06:44:01.009]  21/309 postgresql:regress / regress/regress                                            ERROR           1...
[06:44:01.009]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[06:44:01.009]  88/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5031 Remove dependence on integer wrapping
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgr...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-22 05:15:02.319848200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/date.out	2024-11-22 05:17:10.836448300 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/recovery/027_stream_re...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-22 05:15:02.319848200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/date.out	2024-11-22 05:19:36.900048700 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/date.out C:/cirrus/build/testrun/regress/regress/result...
--- C:/cirrus/src/test/regress/expected/date.out	2024-11-22 05:15:02.319848200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/date.out	2024-11-22 05:17:04.705327000 +0000
@@ -1533,4 +1533,4 @@
 select make_time(24, 0, 2.1);
 ERROR:  time field value out of range: 24:00:2.1
 SELECT make_date(-2147483648, 1, 1);
-ERROR:  date field value out of range: -2147483648-01-01
+ERROR:  date field value out of range: 24301-01-01
tap
[05:18:59.566](114.059s) not ok 5 - regression tests pass
tap
[05:21:30.440](133.442s) not ok 2 - regression tests pass
test
[05:28:06.930]   6/309 postgresql:regress / regress/regress                                            ERROR           1...
[05:28:06.930]  36/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:28:06.930]  95/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5252 Trim the heap free memory
CompilerWarnings
compiler
[02:10:20.850] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[02:10:20.850] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[02:10:20.850] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[02:10:20.850] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Linux - Debian Bookworm - Autoconf
tap
[02:09:59.047](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[02:11:44.342](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[02:13:17.858] 167/314 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:11:41.588] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[02:11:31.507] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[02:11:31.507] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[02:11:41.588] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
51/5380 Parametrization minimum password length
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out /tmp/cirrus-ci-build/build-32/testrun/pas...
--- /tmp/cirrus-ci-build/contrib/passwordcheck/expected/passwordcheck.out	2024-11-21 22:16:23.134863676 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-21 22:24:22.855539899 ...
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[22:26:27.832]  76/314 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out C:/cirrus/build/testrun/password...
--- C:/cirrus/contrib/passwordcheck/expected/passwordcheck.out	2024-11-21 22:16:38.829960700 +0000
+++ C:/cirrus/build/testrun/passwordcheck/regress/results/passwordcheck.out	2024-11-21 22:22:27.886303800 +0000
@@ -8,7 +8,6 @@
 ERROR:  password is too short
 -- error: too short
 ALTER USER regress_passwordcheck_user1 PASSWORD 'äbcdefghijk';
-ERROR:  password is too short
 -- error: contains user name
 ALTER USER regress_passwordcheck_user1 PASSWORD 'xyzregress_passwordcheck_user1';
 ERROR:  password must not contain user name
test
[22:28:09.538]  74/309 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
50/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:02:15.258] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
50/5357 New predefined role pg_manage_extensions
FreeBSD - 13 - Meson
core
[21:48:57.759] #0  0x00002e316778a23a in copy_file_range () from /lib/libc.so.7
[21:48:57.759] #1  0x00002e29445243e0 in ?? ()
[21:48:57.759] #2  0x00002e294452401e in ?? ()
[21:48:57.759] #3  0x00002e29445238ad in ?? ()
[21:48:57.759] #4  0x00002e294452333d in ?? ()
[21:48:57.759] #5  0x00002e316577a408 in ?? ()
[21:48:57.759] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:08.715002000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:45:08.240828000 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:47:47.328]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:05.036318466 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2024-11-21 21:44:26.805019014 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:05.663905808 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:45:49.373518724 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:48:14.402]  47/314 postgresql:plperl / plperl/regress                                              ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu...
--- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:42:10
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:44:39
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:46:55.258]  49/314 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re...
--- C:/cirrus/src/pl/plperl/expected/plperl_setup.out	2024-11-21 21:43:18.065172000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2024-11-21 21:48:40.907935400 +0000
@@ -12,7 +12,7 @@
 HINT:  Must have CREATE privilege on current database to create this extension.
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 RESET ROLE;
 DO $$
 begin
@@ -24,7 +24,7 @@
 CREATE EXTENSION plperl;
 CREATE EXTENSION plperlu;  -- fail
 ERROR:  permission denied to create extension "plperlu"
-HINT:  Must be superuser to create this extension.
+HINT:  Only roles with privileges of the "pg_manage_extensions" role are allowed to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[21:55:55.197]  47/309 postgresql:plperl / plperl/regress                                              ERROR            ...
50/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
core
[20:26:51.186] #0  0x00007feff88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.186] #1  0x00007feff885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.186] #2  0x00007feff8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.186] #3  0x00007feff8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:26:51.186] #4  0x00007feff8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:26:51.186] #5  0x00007feff8a0dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55d3866c82...
[20:26:51.186] #6  0x000055d385c1474a in XidInMVCCSnapshot (xid=757, snapshot=snapshot@entry=0x55d39ad069b0) at ../src/b...
[20:26:51.186] #7  0x000055d3852597d3 in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55d39ad069b0, buffer=3...
[20:26:51.186] #8  0x000055d38525b017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7fff87e422f0, snapshot=snapshot...
[20:26:51.186] #9  0x000055d38524c499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
core
[20:26:51.748] #0  0x00007f66c62a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.748] #1  0x00007f66c625afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.748] #2  0x00007f66c6245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:26:51.748] #3  0x00007f66c641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[20:26:51.748] #4  0x00007f66c642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[20:26:51.748] #5  0x00007f66c640dad8 in __ubsan::__ubsan_handle_shift_out_of_bounds_abort (Data=Data@entry=0x55adbbc152...
[20:26:51.748] #6  0x000055adbb16174a in XidInMVCCSnapshot (xid=755, snapshot=snapshot@entry=0x55ade0befeb0) at ../src/b...
[20:26:51.748] #7  0x000055adba7a69ab in HeapTupleSatisfiesMVCC (htup=<optimized out>, snapshot=0x55ade0befeb0, buffer=4...
[20:26:51.748] #8  0x000055adba7a8017 in HeapTupleSatisfiesVisibility (htup=htup@entry=0x7ffeaf632dc0, snapshot=snapshot...
[20:26:51.748] #9  0x000055adba799499 in page_collect_tuples (check_serializable=<optimized out>, all_visible=<optimized...
tap
[20:22:12.261](223.402s) # poll_query_until timed out executing this query:
[20:22:12.262](0.000s) not ok 14 - startup deadlock: lock acquisition is waiting
[20:25:43.103](210.841s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 270.
test
[20:25:43.300] 314/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR            ...
[20:25:43.300] 315/315 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
macOS - Sonoma - Meson
test
[20:20:03.206] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[20:31:04.837] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
50/5251 libpq: Fix processing of SSL records >8kB on async API
FreeBSD - 13 - Meson
core
[19:30:07.946] #0  0x00003de22347d23a in copy_file_range () from /lib/libc.so.7
[19:30:07.946] #1  0x00003dda011b93e0 in ?? ()
[19:30:07.946] #2  0x00003dda011b901e in ?? ()
[19:30:07.946] #3  0x00003dda011b88ad in ?? ()
[19:30:07.946] #4  0x00003dda011b833d in ?? ()
[19:30:07.946] #5  0x00003de22256d408 in ?? ()
[19:30:07.946] #6  0x0000000000000000 in ?? ()
test
[19:28:47.783] 243/314 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
50/5111 Synchronization of sequences to subscriber
macOS - Sonoma - Meson
tap
[17:04:16.149](0.000s) not ok 7 - test_a proved by constraints
[17:04:16.149](0.000s) not ok 8 - test_b proved by constraints
test
[17:04:26.834] 300/315 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
50/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[13:46:54.393] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[13:46:54.393] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
50/4929 apply_scanjoin_target_to_paths and partitionwise join
FreeBSD - 13 - Meson
core
[11:57:43.692] #0  0x000000082c80c8fa in _sigprocmask () from /lib/libc.so.7
[11:57:43.692] #1  0x000000082c845f91 in _system () from /lib/libc.so.7
[11:57:43.692] #2  0x000000082a9929d3 in ?? () from /lib/libthr.so.3
[11:57:43.692] #3  0x000000000066b745 in RestoreArchivedFile (path=path@entry=0x8211eb1d0 "pg_wal/0\332#7", xlogfname=xl...
[11:57:43.692] #4  0x0000000000676dbe in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[11:57:43.692] #5  0x0000000000672b0c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[11:57:43.692] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[11:57:43.692] #7  XLogPageRead (xlogreader=0x835a8f130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[11:57:43.692] #8  0x0000000000679aa2 in ReadPageInternal (state=state@entry=0x835a8f130, pageptr=83886080, reqLen=24) a...
[11:57:43.692] #9  0x0000000000678912 in XLogDecodeNextRecord (state=0x835a8f130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:13.735061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:53:51.682...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:13.735061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:54:43.2...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:13.735061000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:53:51.923861000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:53:54.873](59.982s) not ok 5 - regression tests pass
tap
[11:54:46.364](74.779s) not ok 2 - regression tests pass
test
[11:56:34.254]  41/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:34.254]  89/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:56:34.254] 159/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12.258535718 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/partition_join.out	2024-11-21 11:57:29.593048806 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/src/test/regress/results...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12.258535718 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/partition_join.out	2024-11-21 11:55:38.281052038 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:57:32.534](84.391s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[11:57:55.044] #0  0x00007f824b75eb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.044] #1  0x00005646741bbcc0 in ?? ()
[11:57:55.044] #2  0x00005646741bbefa in ?? ()
[11:57:55.044] #3  0x00005646741bd630 in ?? ()
[11:57:55.044] #4  0x00005646741b7371 in ?? ()
[11:57:55.044] #5  0x00005646741b620f in ?? ()
[11:57:55.044] #6  0x00005646741b6c3b in ?? ()
[11:57:55.044] #7  0x00005646741b466f in ?? ()
[11:57:55.044] #8  0x00007f824b6b224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.044] #9  0x00007f824b6b2305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:57:55.160] #0  0x00007f7a63ba37b3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.160] #1  0x000055fa1657a291 in ?? ()
[11:57:55.160] #2  0x000055fa1657e671 in ?? ()
[11:57:55.160] #3  0x000055fa1657f577 in ?? ()
[11:57:55.160] #4  0x000055fa165795bc in ?? ()
[11:57:55.160] #5  0x000055fa16577eda in ?? ()
[11:57:55.160] #6  0x00007f7a63ace24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.160] #7  0x00007f7a63ace305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[11:57:55.160] #8  0x000055fa16578171 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:11.071946976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:54:41.467...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:11.071946976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:55:16.1...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out	2024-11-21 11:52:11.071946976 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:54:36.923151504 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:54:44.305](70.799s) not ok 5 - regression tests pass
tap
[11:55:19.118](72.728s) not ok 2 - regression tests pass
test
[11:56:54.329]  43/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:54.329] 129/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:56:54.329] 155/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:54:01
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:54:50
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/partition_join.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/partition_join.out	2024-11-21 11:52:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:54:03
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:54:04.842](41.904s) not ok 5 - regression tests pass
tap
[11:54:52.783](47.461s) not ok 2 - regression tests pass
test
[11:56:35.596]  29/314 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:35.596]  46/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:56:35.596] 141/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-21 11:52:32.704545400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out	2024-11-21 11:56:34.374039000 +000...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-21 11:52:32.704545400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/partition_join.out	2024-11-21 11:58:52.714412100 +0...
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/partition_join.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/partition_join.out	2024-11-21 11:52:32.704545400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/partition_join.out	2024-11-21 11:56:21.134773000 +0000
@@ -65,31 +65,24 @@
 -- inner join with partially-redundant join clauses
 EXPLAIN (COSTS OFF)
 SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Sort
-   Sort Key: t1.a
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (t1.a = t2.a)
    ->  Append
-         ->  Merge Join
-               Merge Cond: (t1_1.a = t2_1.a)
-               ->  Index Scan using iprt1_p1_a on prt1_p1 t1_1
-               ->  Sort
...
tap
[11:56:43.059](127.690s) not ok 5 - regression tests pass
tap
[11:59:04.019](136.172s) not ok 2 - regression tests pass
test
[12:05:31.716]  24/309 postgresql:regress / regress/regress                                            ERROR           1...
[12:05:31.716]  42/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:05:31.716] 104/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5334 Support regular expressions with nondeterministic collations
Linux - Debian Bookworm - Meson
core
[10:13:41.798] #0  0xf7f90559 in __kernel_vsyscall ()
[10:13:41.798] #1  0xf68cb407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.798] #2  0xf687a111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.798] #3  0xf686326a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.798] #4  0xf6a86d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:41.798] #5  0xf6a95896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:41.798] #6  0xf6a7358c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:41.798] #7  0x56f4da62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:41.798] #8  0x56f4dded in pg_regcomp (re=0xffc72c70, string=0x5948c1dc, len=8, flags=3, collation=100) at ../src/...
[10:13:41.798] #9  0xeb01389f in test_re_compile (text_re=text_re@entry=0x594654c4, cflags=3, collation=collation@entry=...
core
[10:13:39.299] #0  <unavailable> in ?? ()
core
[10:13:39.299] #0  0x00007f6665115da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #1  0x00007f66650c2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #2  0x00007f66650c2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #3  0x00005620a67065f3 in ?? ()
[10:13:39.299] #4  0x00005620a6700369 in ?? ()
[10:13:39.299] #5  0x00005620a66ff20f in ?? ()
[10:13:39.299] #6  0x00005620a66ffc3b in ?? ()
[10:13:39.299] #7  0x00005620a66fd66f in ?? ()
[10:13:39.299] #8  0x00007f66650ad24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:39.299] #9  0x00007f66650ad305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[10:13:39.928] #0  0xf7efa559 in __kernel_vsyscall ()
[10:13:39.928] #1  0xf6835407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:39.928] #2  0xf67e4111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:39.928] #3  0xf67cd26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:39.928] #4  0xf69f0d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:39.928] #5  0xf69ff896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:39.928] #6  0xf69dd58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:39.928] #7  0x56fdba62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:39.928] #8  0x56fdbded in pg_regcomp (re=0xfff67690, string=0x59eb0c1c, len=37, flags=3, collation=100) at ../src...
[10:13:39.928] #9  0x572e38f9 in RE_compile_and_cache (text_re=0x59eb0bd0, cflags=3, collation=100) at ../src/backend/ut...
core
[10:13:40.505] #0  0xf7eec559 in __kernel_vsyscall ()
[10:13:40.505] #1  0xf6827407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:40.505] #2  0xf67d6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:40.505] #3  0xf67bf26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:40.505] #4  0xf69e2d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:40.505] #5  0xf69f1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:40.505] #6  0xf69cf58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:40.505] #7  0x56fc4a62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:40.505] #8  0x56fc4ded in pg_regcomp (re=0xff981080, string=0x5905da5c, len=37, flags=3, collation=100) at ../src...
[10:13:40.505] #9  0x572cc8f9 in RE_compile_and_cache (text_re=0x5905da10, cflags=3, collation=100) at ../src/backend/ut...
core
[10:13:41.046] #0  0xf7f93559 in __kernel_vsyscall ()
[10:13:41.046] #1  0xf68ce407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.046] #2  0xf687d111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.046] #3  0xf686626a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:41.046] #4  0xf6a89d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:41.046] #5  0xf6a98896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:41.046] #6  0xf6a7658c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:41.046] #7  0x56f6ba62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:41.046] #8  0x56f6bded in pg_regcomp (re=0xff851420, string=0x598f99b0, len=16, flags=27, collation=100) at ../sr...
[10:13:41.046] #9  0x572738f9 in RE_compile_and_cache (text_re=0x59919998, cflags=27, collation=100) at ../src/backend/u...
core
[10:13:42.736] #0  0xf7eec559 in __kernel_vsyscall ()
[10:13:42.736] #1  0xf6827407 in ?? () from /lib/i386-linux-gnu/libc.so.6
[10:13:42.736] #2  0xf67d6111 in raise () from /lib/i386-linux-gnu/libc.so.6
[10:13:42.736] #3  0xf67bf26a in abort () from /lib/i386-linux-gnu/libc.so.6
[10:13:42.736] #4  0xf69e2d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[10:13:42.736] #5  0xf69f1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[10:13:42.736] #6  0xf69cf58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize...
[10:13:42.736] #7  0x56fc4a62 in pg_check_regex_collation (is_similar_to=true) at ../src/backend/regex/regc_pg_locale.c:...
[10:13:42.736] #8  0x56fc4ded in pg_regcomp (re=0xff980e80, string=0x590a6ec4, len=5, flags=19, collation=100) at ../src...
[10:13:42.736] #9  0x572cc8f9 in RE_compile_and_cache (text_re=0x5907f098, cflags=19, collation=100) at ../src/backend/u...
core
[10:13:42.886] #0  0x00007f6665115da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #1  0x00007f66650c2239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #2  0x00007f66650c2497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #3  0x00005620a67065c1 in ?? ()
[10:13:42.886] #4  0x00005620a6700369 in ?? ()
[10:13:42.886] #5  0x00005620a66ff20f in ?? ()
[10:13:42.886] #6  0x00005620a66ffc3b in ?? ()
[10:13:42.886] #7  0x00005620a66fd66f in ?? ()
[10:13:42.886] #8  0x00007f66650ad24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[10:13:42.886] #9  0x00007f66650ad305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build-32/testrun/citext/regress/re...
--- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out	2024-11-21 10:03:28.707751534 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/citext/regress/results/citext.out	2024-11-21 10:10:12.639300608 +0000
@@ -500,2185 +500,7 @@
 
 -- SIMILAR TO should be case-insensitive.
 SELECT name FROM srt WHERE name SIMILAR TO '%a.*';
- name 
-------
- ABA
-(1 row)
-
-SELECT name FROM srt WHERE name SIMILAR TO '%A.*';
- name 
-------
- ABA
-(1 row)
-
--- Explicit casts.
-SELECT true::citext = 'true' AS t;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-21 10:03:30.667751576 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/strings.out	2024-11-21 10:09:46.46331...
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/strings.out /tmp/cirrus-ci-build/build-32/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/strings.out	2024-11-21 10:03:30.667751576 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/strings.out	2024-11-21 10:09:05.071333510 +0000
@@ -438,2255 +438,7 @@
 ERROR:  negative substring length not allowed
 -- T581 regular expression substring (with SQL's bizarre regexp syntax)
 SELECT SUBSTRING('abcdefg' SIMILAR 'a#"(b_d)#"%' ESCAPE '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- obsolete SQL99 syntax
-SELECT SUBSTRING('abcdefg' FROM 'a#"(b_d)#"%' FOR '#') AS "bcd";
- bcd 
------
- bcd
-(1 row)
-
--- No match should return NULL
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out /tmp/cirrus-ci-build/build-32/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/test_regex/expected/test_regex.out	2024-11-21 10:03:30.523751573 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/test_regex/regress/results/test_regex.out	2024-11-21 10:10:32.547291953 +0000
@@ -1010,4089 +1010,7 @@
 ERROR:  invalid regular expression: invalid character range
 -- expectMatch	9.15 &LP	{[[:<:]]a}	a	a
 select * from test_regex('[[:<:]]a', 'a', 'LP');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
-select * from test_regex('[[:<:]]a', 'a', 'LPb');
-          test_regex           
--------------------------------
- {0,REG_UNONPOSIX,REG_ULOCALE}
- {a}
-(2 rows)
-
...
tap
[10:09:53.520](12.011s) not ok 2 - regression tests pass
test
[10:12:27.077]   6/314 postgresql:regress / regress/regress                                            ERROR            ...
[10:12:27.077]  36/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:12:27.077]  57/314 postgresql:citext / citext/regress                                              ERROR            ...
[10:12:27.077] 129/314 postgresql:test_regex / test_regex/regress                                      ERROR            ...
50/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[09:34:24.446] #0  0x000000082bc9e8fa in _sigprocmask () from /lib/libc.so.7
[09:34:24.446] #1  0x000000082bcd7f91 in _system () from /lib/libc.so.7
[09:34:24.446] #2  0x000000082b4149d3 in ?? () from /lib/libthr.so.3
[09:34:24.446] #3  0x000000000067faab in shell_archive_file (state=<optimized out>, file=0x8219be890 "00000001", '0' <re...
[09:34:24.446] #4  0x0000000000896ce1 in pgarch_archiveXlog (xlog=xlog@entry=0x8219be890 "00000001", '0' <repeats 15 tim...
[09:34:24.446] #5  0x0000000000896734 in pgarch_ArchiverCopyLoop () at ../src/backend/postmaster/pgarch.c:474
[09:34:24.446] #6  pgarch_MainLoop () at ../src/backend/postmaster/pgarch.c:348
[09:34:24.446] #7  0x000000000089600d in PgArchiverMain (startup_data=<optimized out>, startup_data_len=<optimized out>)...
[09:34:24.446] #8  0x0000000000895d65 in postmaster_child_launch (child_type=child_type@entry=B_ARCHIVER, child_slot=54,...
[09:34:24.446] #9  0x0000000000898977 in StartChildProcess (type=type@entry=B_ARCHIVER) at ../src/backend/postmaster/pos...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2024-11-21 09:26:56.997202000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2024-11-21 09:32:47.558786000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[09:33:09.180] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            26.70...
50/5110 Add XMLCast (SQL/XML X025)
macOS - Sonoma - Meson
tap
[08:47:09.483](0.000s) not ok 24 - client failure on empty compression options list: matches
test
[08:48:49.789] 182/314 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
50/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out /tmp/cirrus-ci-...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/reindex_concurrently_upsert.out	2024-11-21 08:08:24....
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/reindex_concurrently_upsert.out	2024-11-21 08:...
@@ -47,7 +47,6 @@
                        
 (1 row)
 
-step s1_start_upsert: <... completed>
 step s4_wakeup_s2: 
 	SELECT injection_points_wakeup('exec_insert_before_insert_speculative');
 	SELECT injection_points_detach('exec_insert_before_insert_speculative');
@@ -67,17 +66,13 @@
 	SELECT injection_points_wakeup('reindex_relation_concurrently_before_set_dead');
 	SELECT injection_points_detach('reindex_relation_concurrently_before_set_dead');
 
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
...
test
[08:22:51.188] 314/314 postgresql:injection_points / injection_points/isolation                        ERROR           7...
50/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
macOS - Sonoma - Meson
tap
[06:51:27.333](0.043s) not ok 34 - quuux1 table scanned
test
[06:51:37.457] 297/314 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:00:58.367](430.533s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 127.
test
[07:00:58.788] 309/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           5...
50/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[06:17:48.381](1.652s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:17:59.113] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[06:16:59.350](0.721s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[06:18:44.793](0.473s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:18:55.797] 293/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[06:17:32.077](0.981s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:17:43.418] 295/314 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:25:21.989](2.099s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[06:25:52.798] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
50/5323 Support enabling checksums online
CompilerWarnings
compiler
[05:01:06.465] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[05:16:55.003] #0  0x000000082ba7641a in thr_kill () from /lib/libc.so.7
[05:16:55.003] #1  0x000000082b9efe64 in raise () from /lib/libc.so.7
[05:16:55.003] #2  0x000000082baa06f9 in abort () from /lib/libc.so.7
[05:16:55.003] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.003] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.003] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.003] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.003] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eb7758) at ../src/backe...
[05:16:55.003] #8  0x00000000007d222c in main (argc=8, argv=0x820eb7758) at ../src/backend/main/main.c:196
[05:16:55.253] #0  0x000000082d48d41a in thr_kill () from /lib/libc.so.7
core
[05:16:55.262] #0  0x000000082d48d41a in thr_kill () from /lib/libc.so.7
[05:16:55.262] #1  0x000000082d406e64 in raise () from /lib/libc.so.7
[05:16:55.262] #2  0x000000082d4b76f9 in abort () from /lib/libc.so.7
[05:16:55.262] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.262] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.262] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.262] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.262] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b5ba68) at ../src/backe...
[05:16:55.262] #8  0x00000000007d222c in main (argc=8, argv=0x821b5ba68) at ../src/backend/main/main.c:196
[05:16:55.521] #0  0x000000082a26c41a in thr_kill () from /lib/libc.so.7
core
[05:16:55.530] #0  0x000000082a26c41a in thr_kill () from /lib/libc.so.7
[05:16:55.530] #1  0x000000082a1e5e64 in raise () from /lib/libc.so.7
[05:16:55.530] #2  0x000000082a2966f9 in abort () from /lib/libc.so.7
[05:16:55.530] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.530] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.530] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.530] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.531] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821434dc0) at ../src/backe...
[05:16:55.531] #8  0x00000000007d222c in main (argc=8, argv=0x821434dc0) at ../src/backend/main/main.c:196
[05:16:55.780] #0  0x000000082a34341a in thr_kill () from /lib/libc.so.7
core
[05:16:55.790] #0  0x000000082a34341a in thr_kill () from /lib/libc.so.7
[05:16:55.790] #1  0x000000082a2bce64 in raise () from /lib/libc.so.7
[05:16:55.790] #2  0x000000082a36d6f9 in abort () from /lib/libc.so.7
[05:16:55.790] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:55.790] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:55.790] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:55.790] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:55.790] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218ce960) at ../src/backe...
[05:16:55.790] #8  0x00000000007d222c in main (argc=8, argv=0x8218ce960) at ../src/backend/main/main.c:196
[05:16:56.043] #0  0x000000082b7dd41a in thr_kill () from /lib/libc.so.7
core
[05:16:56.052] #0  0x000000082b7dd41a in thr_kill () from /lib/libc.so.7
[05:16:56.052] #1  0x000000082b756e64 in raise () from /lib/libc.so.7
[05:16:56.052] #2  0x000000082b8076f9 in abort () from /lib/libc.so.7
[05:16:56.052] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.052] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.052] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.052] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.052] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217de3a0) at ../src/backe...
[05:16:56.052] #8  0x00000000007d222c in main (argc=8, argv=0x8217de3a0) at ../src/backend/main/main.c:196
[05:16:56.305] #0  0x000000082e42241a in thr_kill () from /lib/libc.so.7
core
[05:16:56.314] #0  0x000000082e42241a in thr_kill () from /lib/libc.so.7
[05:16:56.314] #1  0x000000082e39be64 in raise () from /lib/libc.so.7
[05:16:56.314] #2  0x000000082e44c6f9 in abort () from /lib/libc.so.7
[05:16:56.314] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.314] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.314] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.314] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.314] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a14760) at ../src/backe...
[05:16:56.314] #8  0x00000000007d222c in main (argc=8, argv=0x821a14760) at ../src/backend/main/main.c:196
[05:16:56.571] #0  0x000000082bcba41a in thr_kill () from /lib/libc.so.7
core
[05:16:56.580] #0  0x000000082bcba41a in thr_kill () from /lib/libc.so.7
[05:16:56.580] #1  0x000000082bc33e64 in raise () from /lib/libc.so.7
[05:16:56.580] #2  0x000000082bce46f9 in abort () from /lib/libc.so.7
[05:16:56.580] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.580] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.580] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.580] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.580] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821076f10) at ../src/backe...
[05:16:56.580] #8  0x00000000007d222c in main (argc=8, argv=0x821076f10) at ../src/backend/main/main.c:196
[05:16:56.838] #0  0x000000082c48041a in thr_kill () from /lib/libc.so.7
core
[05:16:56.848] #0  0x000000082c48041a in thr_kill () from /lib/libc.so.7
[05:16:56.848] #1  0x000000082c3f9e64 in raise () from /lib/libc.so.7
[05:16:56.848] #2  0x000000082c4aa6f9 in abort () from /lib/libc.so.7
[05:16:56.848] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:56.848] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:56.848] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:56.848] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:56.848] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821265e20) at ../src/backe...
[05:16:56.848] #8  0x00000000007d222c in main (argc=8, argv=0x821265e20) at ../src/backend/main/main.c:196
[05:16:57.110] #0  0x000000082bb8e41a in thr_kill () from /lib/libc.so.7
core
[05:16:57.119] #0  0x000000082bb8e41a in thr_kill () from /lib/libc.so.7
[05:16:57.119] #1  0x000000082bb07e64 in raise () from /lib/libc.so.7
[05:16:57.119] #2  0x000000082bbb86f9 in abort () from /lib/libc.so.7
[05:16:57.119] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.119] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.119] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.119] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.119] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218e7e78) at ../src/backe...
[05:16:57.119] #8  0x00000000007d222c in main (argc=8, argv=0x8218e7e78) at ../src/backend/main/main.c:196
[05:16:57.373] #0  0x000000082dee741a in thr_kill () from /lib/libc.so.7
core
[05:16:57.382] #0  0x000000082dee741a in thr_kill () from /lib/libc.so.7
[05:16:57.382] #1  0x000000082de60e64 in raise () from /lib/libc.so.7
[05:16:57.382] #2  0x000000082df116f9 in abort () from /lib/libc.so.7
[05:16:57.382] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.382] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.382] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.382] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.382] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821493c90) at ../src/backe...
[05:16:57.382] #8  0x00000000007d222c in main (argc=8, argv=0x821493c90) at ../src/backend/main/main.c:196
[05:16:57.645] #0  0x000000082cb7441a in thr_kill () from /lib/libc.so.7
core
[05:16:57.655] #0  0x000000082cb7441a in thr_kill () from /lib/libc.so.7
[05:16:57.655] #1  0x000000082caede64 in raise () from /lib/libc.so.7
[05:16:57.655] #2  0x000000082cb9e6f9 in abort () from /lib/libc.so.7
[05:16:57.655] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.655] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.655] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.655] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.655] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82120f760) at ../src/backe...
[05:16:57.655] #8  0x00000000007d222c in main (argc=8, argv=0x82120f760) at ../src/backend/main/main.c:196
[05:16:57.914] #0  0x000000082ba9b41a in thr_kill () from /lib/libc.so.7
core
[05:16:57.924] #0  0x000000082ba9b41a in thr_kill () from /lib/libc.so.7
[05:16:57.924] #1  0x000000082ba14e64 in raise () from /lib/libc.so.7
[05:16:57.924] #2  0x000000082bac56f9 in abort () from /lib/libc.so.7
[05:16:57.924] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:57.924] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:57.924] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:57.924] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:57.924] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212cc370) at ../src/backe...
[05:16:57.924] #8  0x00000000007d222c in main (argc=8, argv=0x8212cc370) at ../src/backend/main/main.c:196
[05:16:58.180] #0  0x000000082bafc41a in thr_kill () from /lib/libc.so.7
core
[05:16:58.189] #0  0x000000082bafc41a in thr_kill () from /lib/libc.so.7
[05:16:58.189] #1  0x000000082ba75e64 in raise () from /lib/libc.so.7
[05:16:58.189] #2  0x000000082bb266f9 in abort () from /lib/libc.so.7
[05:16:58.189] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.189] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.189] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.189] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.189] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821800758) at ../src/backe...
[05:16:58.189] #8  0x00000000007d222c in main (argc=8, argv=0x821800758) at ../src/backend/main/main.c:196
[05:16:58.440] #0  0x000000082aaae41a in thr_kill () from /lib/libc.so.7
core
[05:16:58.449] #0  0x000000082aaae41a in thr_kill () from /lib/libc.so.7
[05:16:58.449] #1  0x000000082aa27e64 in raise () from /lib/libc.so.7
[05:16:58.449] #2  0x000000082aad86f9 in abort () from /lib/libc.so.7
[05:16:58.449] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.449] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.449] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.449] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.450] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82151d770) at ../src/backe...
[05:16:58.450] #8  0x00000000007d222c in main (argc=8, argv=0x82151d770) at ../src/backend/main/main.c:196
[05:16:58.706] #0  0x000000082cfe941a in thr_kill () from /lib/libc.so.7
core
[05:16:58.715] #0  0x000000082cfe941a in thr_kill () from /lib/libc.so.7
[05:16:58.715] #1  0x000000082cf62e64 in raise () from /lib/libc.so.7
[05:16:58.715] #2  0x000000082d0136f9 in abort () from /lib/libc.so.7
[05:16:58.715] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.715] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.715] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.715] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.715] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82117f4f8) at ../src/backe...
[05:16:58.715] #8  0x00000000007d222c in main (argc=8, argv=0x82117f4f8) at ../src/backend/main/main.c:196
[05:16:58.964] #0  0x000000082b4a241a in thr_kill () from /lib/libc.so.7
core
[05:16:58.973] #0  0x000000082b4a241a in thr_kill () from /lib/libc.so.7
[05:16:58.973] #1  0x000000082b41be64 in raise () from /lib/libc.so.7
[05:16:58.973] #2  0x000000082b4cc6f9 in abort () from /lib/libc.so.7
[05:16:58.973] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:58.973] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:58.973] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:58.973] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:58.973] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820cb0ed0) at ../src/backe...
[05:16:58.973] #8  0x00000000007d222c in main (argc=8, argv=0x820cb0ed0) at ../src/backend/main/main.c:196
[05:16:59.229] #0  0x000000082b68441a in thr_kill () from /lib/libc.so.7
core
[05:16:59.238] #0  0x000000082b68441a in thr_kill () from /lib/libc.so.7
[05:16:59.238] #1  0x000000082b5fde64 in raise () from /lib/libc.so.7
[05:16:59.238] #2  0x000000082b6ae6f9 in abort () from /lib/libc.so.7
[05:16:59.238] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:59.238] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:59.238] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:59.238] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:59.238] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217b9a28) at ../src/backe...
[05:16:59.238] #8  0x00000000007d222c in main (argc=8, argv=0x8217b9a28) at ../src/backend/main/main.c:196
[05:16:59.492] #0  0x000000082d7de41a in thr_kill () from /lib/libc.so.7
core
[05:16:59.502] #0  0x000000082d7de41a in thr_kill () from /lib/libc.so.7
[05:16:59.502] #1  0x000000082d757e64 in raise () from /lib/libc.so.7
[05:16:59.502] #2  0x000000082d8086f9 in abort () from /lib/libc.so.7
[05:16:59.502] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:59.502] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:59.502] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:59.502] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:59.502] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a49908) at ../src/backe...
[05:16:59.502] #8  0x00000000007d222c in main (argc=8, argv=0x821a49908) at ../src/backend/main/main.c:196
[05:16:59.753] #0  0x000000082cd4c41a in thr_kill () from /lib/libc.so.7
core
[05:16:59.762] #0  0x000000082cd4c41a in thr_kill () from /lib/libc.so.7
[05:16:59.762] #1  0x000000082ccc5e64 in raise () from /lib/libc.so.7
[05:16:59.762] #2  0x000000082cd766f9 in abort () from /lib/libc.so.7
[05:16:59.762] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:59.762] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:59.762] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:59.762] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:59.762] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b44e90) at ../src/backe...
[05:16:59.762] #8  0x00000000007d222c in main (argc=8, argv=0x821b44e90) at ../src/backend/main/main.c:196
[05:17:00.013] #0  0x000000082b1f741a in thr_kill () from /lib/libc.so.7
core
[05:17:00.022] #0  0x000000082b1f741a in thr_kill () from /lib/libc.so.7
[05:17:00.022] #1  0x000000082b170e64 in raise () from /lib/libc.so.7
[05:17:00.022] #2  0x000000082b2216f9 in abort () from /lib/libc.so.7
[05:17:00.022] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.022] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.022] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.022] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.022] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bd5e68) at ../src/backe...
[05:17:00.022] #8  0x00000000007d222c in main (argc=8, argv=0x820bd5e68) at ../src/backend/main/main.c:196
[05:17:00.270] #0  0x000000082b5c541a in thr_kill () from /lib/libc.so.7
core
[05:17:00.280] #0  0x000000082b5c541a in thr_kill () from /lib/libc.so.7
[05:17:00.280] #1  0x000000082b53ee64 in raise () from /lib/libc.so.7
[05:17:00.280] #2  0x000000082b5ef6f9 in abort () from /lib/libc.so.7
[05:17:00.280] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.280] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.280] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.280] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.280] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82135b978) at ../src/backe...
[05:17:00.280] #8  0x00000000007d222c in main (argc=8, argv=0x82135b978) at ../src/backend/main/main.c:196
[05:17:00.535] #0  0x000000082a82d41a in thr_kill () from /lib/libc.so.7
core
[05:17:00.544] #0  0x000000082a82d41a in thr_kill () from /lib/libc.so.7
[05:17:00.544] #1  0x000000082a7a6e64 in raise () from /lib/libc.so.7
[05:17:00.544] #2  0x000000082a8576f9 in abort () from /lib/libc.so.7
[05:17:00.544] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.544] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.544] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.544] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.544] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820bda6f8) at ../src/backe...
[05:17:00.544] #8  0x00000000007d222c in main (argc=8, argv=0x820bda6f8) at ../src/backend/main/main.c:196
[05:17:00.796] #0  0x000000082df1b41a in thr_kill () from /lib/libc.so.7
core
[05:17:00.806] #0  0x000000082df1b41a in thr_kill () from /lib/libc.so.7
[05:17:00.806] #1  0x000000082de94e64 in raise () from /lib/libc.so.7
[05:17:00.806] #2  0x000000082df456f9 in abort () from /lib/libc.so.7
[05:17:00.806] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:00.806] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:00.806] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:00.806] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:00.806] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821193530) at ../src/backe...
[05:17:00.806] #8  0x00000000007d222c in main (argc=8, argv=0x821193530) at ../src/backend/main/main.c:196
[05:17:01.064] #0  0x000000082a80041a in thr_kill () from /lib/libc.so.7
core
[05:16:35.905] #0  0x000000082a4f141a in thr_kill () from /lib/libc.so.7
[05:16:35.905] #1  0x000000082a46ae64 in raise () from /lib/libc.so.7
[05:16:35.905] #2  0x000000082a51b6f9 in abort () from /lib/libc.so.7
[05:16:35.905] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.905] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.905] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.905] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.905] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821969960) at ../src/backe...
[05:16:35.905] #8  0x00000000007d222c in main (argc=4, argv=0x821969960) at ../src/backend/main/main.c:196
[05:16:36.164] #0  0x0000000828d6041a in thr_kill () from /lib/libc.so.7
core
[05:16:35.640] #0  0x000000082ba2941a in thr_kill () from /lib/libc.so.7
[05:16:35.640] #1  0x000000082b9a2e64 in raise () from /lib/libc.so.7
[05:16:35.640] #2  0x000000082ba536f9 in abort () from /lib/libc.so.7
[05:16:35.640] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.640] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.640] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.640] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.640] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216c12e0) at ../src/backe...
[05:16:35.640] #8  0x00000000007d222c in main (argc=4, argv=0x8216c12e0) at ../src/backend/main/main.c:196
[05:16:35.896] #0  0x000000082a4f141a in thr_kill () from /lib/libc.so.7
core
[05:17:01.073] #0  0x000000082a80041a in thr_kill () from /lib/libc.so.7
[05:17:01.073] #1  0x000000082a779e64 in raise () from /lib/libc.so.7
[05:17:01.073] #2  0x000000082a82a6f9 in abort () from /lib/libc.so.7
[05:17:01.073] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.073] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.073] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.073] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.073] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821339a68) at ../src/backe...
[05:17:01.073] #8  0x00000000007d222c in main (argc=8, argv=0x821339a68) at ../src/backend/main/main.c:196
[05:17:01.333] #0  0x000000082c58541a in thr_kill () from /lib/libc.so.7
core
[05:17:01.343] #0  0x000000082c58541a in thr_kill () from /lib/libc.so.7
[05:17:01.343] #1  0x000000082c4fee64 in raise () from /lib/libc.so.7
[05:17:01.343] #2  0x000000082c5af6f9 in abort () from /lib/libc.so.7
[05:17:01.343] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.343] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.343] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.343] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.343] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821422990) at ../src/backe...
[05:17:01.343] #8  0x00000000007d222c in main (argc=8, argv=0x821422990) at ../src/backend/main/main.c:196
[05:17:01.607] #0  0x000000082c96941a in thr_kill () from /lib/libc.so.7
core
[05:16:37.760] #0  0x000000082a9a141a in thr_kill () from /lib/libc.so.7
[05:16:37.760] #1  0x000000082a91ae64 in raise () from /lib/libc.so.7
[05:16:37.760] #2  0x000000082a9cb6f9 in abort () from /lib/libc.so.7
[05:16:37.760] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:37.760] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:37.760] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:37.760] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:37.760] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f037e8) at ../src/backe...
[05:16:37.760] #8  0x00000000007d222c in main (argc=4, argv=0x820f037e8) at ../src/backend/main/main.c:196
[05:16:38.016] #0  0x000000082cae641a in thr_kill () from /lib/libc.so.7
core
[05:17:01.886] #0  0x000000082adbb41a in thr_kill () from /lib/libc.so.7
[05:17:01.886] #1  0x000000082ad34e64 in raise () from /lib/libc.so.7
[05:17:01.886] #2  0x000000082ade56f9 in abort () from /lib/libc.so.7
[05:17:01.886] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.886] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.886] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.886] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.886] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821af4c08) at ../src/backe...
[05:17:01.886] #8  0x00000000007d222c in main (argc=8, argv=0x821af4c08) at ../src/backend/main/main.c:196
[05:17:02.147] #0  0x000000082d26541a in thr_kill () from /lib/libc.so.7
core
[05:17:02.157] #0  0x000000082d26541a in thr_kill () from /lib/libc.so.7
[05:17:02.157] #1  0x000000082d1dee64 in raise () from /lib/libc.so.7
[05:17:02.157] #2  0x000000082d28f6f9 in abort () from /lib/libc.so.7
[05:17:02.157] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.157] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.157] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.157] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.157] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219418e0) at ../src/backe...
[05:17:02.157] #8  0x00000000007d222c in main (argc=8, argv=0x8219418e0) at ../src/backend/main/main.c:196
[05:17:02.415] #0  0x000000082a08a41a in thr_kill () from /lib/libc.so.7
core
[05:17:02.424] #0  0x000000082a08a41a in thr_kill () from /lib/libc.so.7
[05:17:02.424] #1  0x000000082a003e64 in raise () from /lib/libc.so.7
[05:17:02.424] #2  0x000000082a0b46f9 in abort () from /lib/libc.so.7
[05:17:02.424] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.424] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.424] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.424] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fafe08) at ../src/backe...
[05:17:02.424] #8  0x00000000007d222c in main (argc=8, argv=0x820fafe08) at ../src/backend/main/main.c:196
[05:17:02.684] #0  0x000000082c2dc41a in thr_kill () from /lib/libc.so.7
core
[05:17:02.693] #0  0x000000082c2dc41a in thr_kill () from /lib/libc.so.7
[05:17:02.693] #1  0x000000082c255e64 in raise () from /lib/libc.so.7
[05:17:02.693] #2  0x000000082c3066f9 in abort () from /lib/libc.so.7
[05:17:02.693] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.693] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.693] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.693] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.693] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820d63008) at ../src/backe...
[05:17:02.693] #8  0x00000000007d222c in main (argc=8, argv=0x820d63008) at ../src/backend/main/main.c:196
[05:17:02.956] #0  0x000000082a6ce41a in thr_kill () from /lib/libc.so.7
core
[05:17:02.965] #0  0x000000082a6ce41a in thr_kill () from /lib/libc.so.7
[05:17:02.965] #1  0x000000082a647e64 in raise () from /lib/libc.so.7
[05:17:02.965] #2  0x000000082a6f86f9 in abort () from /lib/libc.so.7
[05:17:02.965] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:02.965] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:02.965] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:02.965] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:02.965] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821033d38) at ../src/backe...
[05:17:02.965] #8  0x00000000007d222c in main (argc=8, argv=0x821033d38) at ../src/backend/main/main.c:196
[05:17:03.221] #0  0x000000082b1ac41a in thr_kill () from /lib/libc.so.7
core
[05:16:35.377] #0  0x000000082cca341a in thr_kill () from /lib/libc.so.7
[05:16:35.377] #1  0x000000082cc1ce64 in raise () from /lib/libc.so.7
[05:16:35.377] #2  0x000000082cccd6f9 in abort () from /lib/libc.so.7
[05:16:35.377] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.377] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.377] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.377] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.377] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ef07f8) at ../src/backe...
[05:16:35.377] #8  0x00000000007d222c in main (argc=4, argv=0x820ef07f8) at ../src/backend/main/main.c:196
[05:16:35.630] #0  0x000000082ba2941a in thr_kill () from /lib/libc.so.7
core
[05:16:35.121] #0  0x000000082be4541a in thr_kill () from /lib/libc.so.7
[05:16:35.121] #1  0x000000082bdbee64 in raise () from /lib/libc.so.7
[05:16:35.121] #2  0x000000082be6f6f9 in abort () from /lib/libc.so.7
[05:16:35.121] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:35.121] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:35.121] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:35.121] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:35.121] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a3f4c8) at ../src/backe...
[05:16:35.121] #8  0x00000000007d222c in main (argc=4, argv=0x821a3f4c8) at ../src/backend/main/main.c:196
[05:16:35.368] #0  0x000000082cca341a in thr_kill () from /lib/libc.so.7
core
[05:16:34.858] #0  0x000000082c80941a in thr_kill () from /lib/libc.so.7
[05:16:34.858] #1  0x000000082c782e64 in raise () from /lib/libc.so.7
[05:16:34.858] #2  0x000000082c8336f9 in abort () from /lib/libc.so.7
[05:16:34.858] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.858] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.858] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.858] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.859] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821537d18) at ../src/backe...
[05:16:34.859] #8  0x00000000007d222c in main (argc=4, argv=0x821537d18) at ../src/backend/main/main.c:196
[05:16:35.111] #0  0x000000082be4541a in thr_kill () from /lib/libc.so.7
core
[05:16:34.597] #0  0x000000082d9bd41a in thr_kill () from /lib/libc.so.7
[05:16:34.597] #1  0x000000082d936e64 in raise () from /lib/libc.so.7
[05:16:34.597] #2  0x000000082d9e76f9 in abort () from /lib/libc.so.7
[05:16:34.597] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.597] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.597] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.597] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.597] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a22548) at ../src/backe...
[05:16:34.597] #8  0x00000000007d222c in main (argc=4, argv=0x821a22548) at ../src/backend/main/main.c:196
[05:16:34.849] #0  0x000000082c80941a in thr_kill () from /lib/libc.so.7
core
[05:16:34.340] #0  0x0000000829ef441a in thr_kill () from /lib/libc.so.7
[05:16:34.340] #1  0x0000000829e6de64 in raise () from /lib/libc.so.7
[05:16:34.340] #2  0x0000000829f1e6f9 in abort () from /lib/libc.so.7
[05:16:34.340] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.340] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.340] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.340] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.340] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821463f68) at ../src/backe...
[05:16:34.340] #8  0x00000000007d222c in main (argc=4, argv=0x821463f68) at ../src/backend/main/main.c:196
[05:16:34.588] #0  0x000000082d9bd41a in thr_kill () from /lib/libc.so.7
core
[05:16:34.078] #0  0x000000082c42d41a in thr_kill () from /lib/libc.so.7
[05:16:34.078] #1  0x000000082c3a6e64 in raise () from /lib/libc.so.7
[05:16:34.078] #2  0x000000082c4576f9 in abort () from /lib/libc.so.7
[05:16:34.078] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:34.078] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:34.078] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:34.078] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:34.078] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218a4298) at ../src/backe...
[05:16:34.078] #8  0x00000000007d222c in main (argc=4, argv=0x8218a4298) at ../src/backend/main/main.c:196
[05:16:34.331] #0  0x0000000829ef441a in thr_kill () from /lib/libc.so.7
core
[05:16:33.819] #0  0x000000082a34641a in thr_kill () from /lib/libc.so.7
[05:16:33.819] #1  0x000000082a2bfe64 in raise () from /lib/libc.so.7
[05:16:33.819] #2  0x000000082a3706f9 in abort () from /lib/libc.so.7
[05:16:33.819] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.819] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.819] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.819] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.819] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215b0a98) at ../src/backe...
[05:16:33.819] #8  0x00000000007d222c in main (argc=4, argv=0x8215b0a98) at ../src/backend/main/main.c:196
[05:16:34.068] #0  0x000000082c42d41a in thr_kill () from /lib/libc.so.7
core
[05:16:33.554] #0  0x000000082c46841a in thr_kill () from /lib/libc.so.7
[05:16:33.554] #1  0x000000082c3e1e64 in raise () from /lib/libc.so.7
[05:16:33.554] #2  0x000000082c4926f9 in abort () from /lib/libc.so.7
[05:16:33.554] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.554] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.554] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.554] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.554] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82187d2d8) at ../src/backe...
[05:16:33.554] #8  0x00000000007d222c in main (argc=4, argv=0x82187d2d8) at ../src/backend/main/main.c:196
[05:16:33.810] #0  0x000000082a34641a in thr_kill () from /lib/libc.so.7
core
[05:16:33.295] #0  0x000000082c2fa41a in thr_kill () from /lib/libc.so.7
[05:16:33.295] #1  0x000000082c273e64 in raise () from /lib/libc.so.7
[05:16:33.295] #2  0x000000082c3246f9 in abort () from /lib/libc.so.7
[05:16:33.295] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.295] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.295] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.295] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.295] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ff2048) at ../src/backe...
[05:16:33.295] #8  0x00000000007d222c in main (argc=4, argv=0x820ff2048) at ../src/backend/main/main.c:196
[05:16:33.545] #0  0x000000082c46841a in thr_kill () from /lib/libc.so.7
core
[05:16:33.025] #0  0x000000082ed7741a in thr_kill () from /lib/libc.so.7
[05:16:33.025] #1  0x000000082ecf0e64 in raise () from /lib/libc.so.7
[05:16:33.025] #2  0x000000082eda16f9 in abort () from /lib/libc.so.7
[05:16:33.025] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:33.025] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:33.025] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:33.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:33.025] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82187c6a0) at ../src/backe...
[05:16:33.025] #8  0x00000000007d222c in main (argc=4, argv=0x82187c6a0) at ../src/backend/main/main.c:196
[05:16:33.285] #0  0x000000082c2fa41a in thr_kill () from /lib/libc.so.7
core
[05:16:32.762] #0  0x000000082d21a41a in thr_kill () from /lib/libc.so.7
[05:16:32.762] #1  0x000000082d193e64 in raise () from /lib/libc.so.7
[05:16:32.762] #2  0x000000082d2446f9 in abort () from /lib/libc.so.7
[05:16:32.762] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:32.762] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:32.762] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:32.762] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:32.763] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b07bf8) at ../src/backe...
[05:16:32.763] #8  0x00000000007d222c in main (argc=4, argv=0x821b07bf8) at ../src/backend/main/main.c:196
[05:16:33.016] #0  0x000000082ed7741a in thr_kill () from /lib/libc.so.7
core
[05:16:32.499] #0  0x000000082d46941a in thr_kill () from /lib/libc.so.7
[05:16:32.499] #1  0x000000082d3e2e64 in raise () from /lib/libc.so.7
[05:16:32.499] #2  0x000000082d4936f9 in abort () from /lib/libc.so.7
[05:16:32.499] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:32.499] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:32.499] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:32.499] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:32.500] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82120a270) at ../src/backe...
[05:16:32.500] #8  0x00000000007d222c in main (argc=4, argv=0x82120a270) at ../src/backend/main/main.c:196
[05:16:32.753] #0  0x000000082d21a41a in thr_kill () from /lib/libc.so.7
core
[05:16:32.229] #0  0x000000082a3e641a in thr_kill () from /lib/libc.so.7
[05:16:32.229] #1  0x000000082a35fe64 in raise () from /lib/libc.so.7
[05:16:32.229] #2  0x000000082a4106f9 in abort () from /lib/libc.so.7
[05:16:32.229] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:32.229] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:32.229] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:32.229] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:32.229] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e79f50) at ../src/backe...
[05:16:32.229] #8  0x00000000007d222c in main (argc=4, argv=0x820e79f50) at ../src/backend/main/main.c:196
[05:16:32.489] #0  0x000000082d46941a in thr_kill () from /lib/libc.so.7
core
[05:16:31.958] #0  0x000000082b7f041a in thr_kill () from /lib/libc.so.7
[05:16:31.958] #1  0x000000082b769e64 in raise () from /lib/libc.so.7
[05:16:31.958] #2  0x000000082b81a6f9 in abort () from /lib/libc.so.7
[05:16:31.958] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:31.958] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:31.958] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:31.958] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:31.959] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821226448) at ../src/backe...
[05:16:31.959] #8  0x00000000007d222c in main (argc=4, argv=0x821226448) at ../src/backend/main/main.c:196
[05:16:32.220] #0  0x000000082a3e641a in thr_kill () from /lib/libc.so.7
core
[05:17:03.230] #0  0x000000082b1ac41a in thr_kill () from /lib/libc.so.7
[05:17:03.230] #1  0x000000082b125e64 in raise () from /lib/libc.so.7
[05:17:03.230] #2  0x000000082b1d66f9 in abort () from /lib/libc.so.7
[05:17:03.230] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:03.230] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:03.230] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:03.230] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:03.230] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f69530) at ../src/backe...
[05:17:03.230] #8  0x00000000007d222c in main (argc=8, argv=0x820f69530) at ../src/backend/main/main.c:196
[05:17:03.484] #0  0x000000082ed7841a in thr_kill () from /lib/libc.so.7
core
[05:17:03.493] #0  0x000000082ed7841a in thr_kill () from /lib/libc.so.7
[05:17:03.493] #1  0x000000082ecf1e64 in raise () from /lib/libc.so.7
[05:17:03.493] #2  0x000000082eda26f9 in abort () from /lib/libc.so.7
[05:17:03.493] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:03.493] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:03.493] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:03.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:03.494] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219e5330) at ../src/backe...
[05:17:03.494] #8  0x00000000007d222c in main (argc=8, argv=0x8219e5330) at ../src/backend/main/main.c:196
[05:17:03.754] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
core
[05:17:03.763] #0  0x000000082c5b341a in thr_kill () from /lib/libc.so.7
[05:17:03.763] #1  0x000000082c52ce64 in raise () from /lib/libc.so.7
[05:17:03.763] #2  0x000000082c5dd6f9 in abort () from /lib/libc.so.7
[05:17:03.763] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:03.763] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:03.763] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:03.763] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:03.763] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a31380) at ../src/backe...
[05:17:03.763] #8  0x00000000007d222c in main (argc=8, argv=0x821a31380) at ../src/backend/main/main.c:196
[05:17:04.016] #0  0x000000082bc6941a in thr_kill () from /lib/libc.so.7
core
[05:17:04.025] #0  0x000000082bc6941a in thr_kill () from /lib/libc.so.7
[05:17:04.025] #1  0x000000082bbe2e64 in raise () from /lib/libc.so.7
[05:17:04.025] #2  0x000000082bc936f9 in abort () from /lib/libc.so.7
[05:17:04.025] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.025] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.025] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.026] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821546ed8) at ../src/backe...
[05:17:04.026] #8  0x00000000007d222c in main (argc=8, argv=0x821546ed8) at ../src/backend/main/main.c:196
[05:17:04.281] #0  0x000000082b10a41a in thr_kill () from /lib/libc.so.7
core
[05:17:04.291] #0  0x000000082b10a41a in thr_kill () from /lib/libc.so.7
[05:17:04.291] #1  0x000000082b083e64 in raise () from /lib/libc.so.7
[05:17:04.291] #2  0x000000082b1346f9 in abort () from /lib/libc.so.7
[05:17:04.291] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.291] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.291] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.291] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.291] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8219979f0) at ../src/backe...
[05:17:04.291] #8  0x00000000007d222c in main (argc=8, argv=0x8219979f0) at ../src/backend/main/main.c:196
[05:17:04.550] #0  0x000000082af8941a in thr_kill () from /lib/libc.so.7
core
[05:17:04.559] #0  0x000000082af8941a in thr_kill () from /lib/libc.so.7
[05:17:04.559] #1  0x000000082af02e64 in raise () from /lib/libc.so.7
[05:17:04.559] #2  0x000000082afb36f9 in abort () from /lib/libc.so.7
[05:17:04.559] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.559] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.559] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.559] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.559] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a258a8) at ../src/backe...
[05:17:04.559] #8  0x00000000007d222c in main (argc=8, argv=0x821a258a8) at ../src/backend/main/main.c:196
[05:17:04.807] #0  0x000000082cc1141a in thr_kill () from /lib/libc.so.7
core
[05:17:04.816] #0  0x000000082cc1141a in thr_kill () from /lib/libc.so.7
[05:17:04.816] #1  0x000000082cb8ae64 in raise () from /lib/libc.so.7
[05:17:04.816] #2  0x000000082cc3b6f9 in abort () from /lib/libc.so.7
[05:17:04.816] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:04.816] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:04.816] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:04.816] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:04.816] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b19900) at ../src/backe...
[05:17:04.816] #8  0x00000000007d222c in main (argc=8, argv=0x821b19900) at ../src/backend/main/main.c:196
[05:17:05.064] #0  0x00000008282fa41a in thr_kill () from /lib/libc.so.7
core
[05:17:05.074] #0  0x00000008282fa41a in thr_kill () from /lib/libc.so.7
[05:17:05.074] #1  0x0000000828273e64 in raise () from /lib/libc.so.7
[05:17:05.074] #2  0x00000008283246f9 in abort () from /lib/libc.so.7
[05:17:05.074] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.074] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.074] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.074] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.074] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820eacfa0) at ../src/backe...
[05:17:05.074] #8  0x00000000007d222c in main (argc=8, argv=0x820eacfa0) at ../src/backend/main/main.c:196
[05:17:05.321] #0  0x000000082c49841a in thr_kill () from /lib/libc.so.7
core
[05:17:05.330] #0  0x000000082c49841a in thr_kill () from /lib/libc.so.7
[05:17:05.330] #1  0x000000082c411e64 in raise () from /lib/libc.so.7
[05:17:05.330] #2  0x000000082c4c26f9 in abort () from /lib/libc.so.7
[05:17:05.330] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.330] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.330] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.330] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.331] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820fb6608) at ../src/backe...
[05:17:05.331] #8  0x00000000007d222c in main (argc=8, argv=0x820fb6608) at ../src/backend/main/main.c:196
[05:17:05.584] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
core
[05:17:05.593] #0  0x000000082c11741a in thr_kill () from /lib/libc.so.7
[05:17:05.593] #1  0x000000082c090e64 in raise () from /lib/libc.so.7
[05:17:05.593] #2  0x000000082c1416f9 in abort () from /lib/libc.so.7
[05:17:05.593] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.593] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.593] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.593] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.593] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82173b448) at ../src/backe...
[05:17:05.593] #8  0x00000000007d222c in main (argc=8, argv=0x82173b448) at ../src/backend/main/main.c:196
[05:17:05.848] #0  0x000000082d8de41a in thr_kill () from /lib/libc.so.7
core
[05:17:05.857] #0  0x000000082d8de41a in thr_kill () from /lib/libc.so.7
[05:17:05.857] #1  0x000000082d857e64 in raise () from /lib/libc.so.7
[05:17:05.857] #2  0x000000082d9086f9 in abort () from /lib/libc.so.7
[05:17:05.857] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:05.857] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:05.857] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:05.857] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:05.857] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e04200) at ../src/backe...
[05:17:05.857] #8  0x00000000007d222c in main (argc=8, argv=0x820e04200) at ../src/backend/main/main.c:196
[05:17:06.105] #0  0x000000082bff441a in thr_kill () from /lib/libc.so.7
core
[05:17:06.114] #0  0x000000082bff441a in thr_kill () from /lib/libc.so.7
[05:17:06.114] #1  0x000000082bf6de64 in raise () from /lib/libc.so.7
[05:17:06.114] #2  0x000000082c01e6f9 in abort () from /lib/libc.so.7
[05:17:06.114] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.114] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.114] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.114] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.114] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82119afb8) at ../src/backe...
[05:17:06.114] #8  0x00000000007d222c in main (argc=8, argv=0x82119afb8) at ../src/backend/main/main.c:196
[05:17:06.361] #0  0x000000082b9da41a in thr_kill () from /lib/libc.so.7
core
[05:17:06.370] #0  0x000000082b9da41a in thr_kill () from /lib/libc.so.7
[05:17:06.370] #1  0x000000082b953e64 in raise () from /lib/libc.so.7
[05:17:06.370] #2  0x000000082ba046f9 in abort () from /lib/libc.so.7
[05:17:06.370] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.370] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.370] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.370] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.370] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c2efa8) at ../src/backe...
[05:17:06.370] #8  0x00000000007d222c in main (argc=8, argv=0x820c2efa8) at ../src/backend/main/main.c:196
[05:17:06.618] #0  0x000000082be3141a in thr_kill () from /lib/libc.so.7
core
[05:17:06.627] #0  0x000000082be3141a in thr_kill () from /lib/libc.so.7
[05:17:06.627] #1  0x000000082bdaae64 in raise () from /lib/libc.so.7
[05:17:06.627] #2  0x000000082be5b6f9 in abort () from /lib/libc.so.7
[05:17:06.627] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.627] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.627] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.627] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.627] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218e86f0) at ../src/backe...
[05:17:06.627] #8  0x00000000007d222c in main (argc=8, argv=0x8218e86f0) at ../src/backend/main/main.c:196
[05:17:06.881] #0  0x000000082ba7441a in thr_kill () from /lib/libc.so.7
core
[05:17:06.890] #0  0x000000082ba7441a in thr_kill () from /lib/libc.so.7
[05:17:06.890] #1  0x000000082b9ede64 in raise () from /lib/libc.so.7
[05:17:06.890] #2  0x000000082ba9e6f9 in abort () from /lib/libc.so.7
[05:17:06.890] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:06.890] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:06.890] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:06.890] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:06.890] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215a55e8) at ../src/backe...
[05:17:06.890] #8  0x00000000007d222c in main (argc=8, argv=0x8215a55e8) at ../src/backend/main/main.c:196
[05:17:07.144] #0  0x000000082d50f41a in thr_kill () from /lib/libc.so.7
core
[05:17:07.153] #0  0x000000082d50f41a in thr_kill () from /lib/libc.so.7
[05:17:07.153] #1  0x000000082d488e64 in raise () from /lib/libc.so.7
[05:17:07.153] #2  0x000000082d5396f9 in abort () from /lib/libc.so.7
[05:17:07.153] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.153] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.153] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.153] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.153] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215dd120) at ../src/backe...
[05:17:07.153] #8  0x00000000007d222c in main (argc=8, argv=0x8215dd120) at ../src/backend/main/main.c:196
[05:17:07.409] #0  0x000000082d29541a in thr_kill () from /lib/libc.so.7
core
[05:17:07.418] #0  0x000000082d29541a in thr_kill () from /lib/libc.so.7
[05:17:07.418] #1  0x000000082d20ee64 in raise () from /lib/libc.so.7
[05:17:07.418] #2  0x000000082d2bf6f9 in abort () from /lib/libc.so.7
[05:17:07.418] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.418] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.418] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.418] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.419] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821805530) at ../src/backe...
[05:17:07.419] #8  0x00000000007d222c in main (argc=8, argv=0x821805530) at ../src/backend/main/main.c:196
[05:17:07.679] #0  0x000000082c28c41a in thr_kill () from /lib/libc.so.7
core
[05:17:07.688] #0  0x000000082c28c41a in thr_kill () from /lib/libc.so.7
[05:17:07.688] #1  0x000000082c205e64 in raise () from /lib/libc.so.7
[05:17:07.688] #2  0x000000082c2b66f9 in abort () from /lib/libc.so.7
[05:17:07.688] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.688] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.688] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.688] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.688] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216bd950) at ../src/backe...
[05:17:07.688] #8  0x00000000007d222c in main (argc=8, argv=0x8216bd950) at ../src/backend/main/main.c:196
[05:17:07.942] #0  0x000000082c32e41a in thr_kill () from /lib/libc.so.7
core
[05:17:07.951] #0  0x000000082c32e41a in thr_kill () from /lib/libc.so.7
[05:17:07.951] #1  0x000000082c2a7e64 in raise () from /lib/libc.so.7
[05:17:07.951] #2  0x000000082c3586f9 in abort () from /lib/libc.so.7
[05:17:07.951] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:07.951] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:07.951] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:07.951] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:07.951] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214c1b88) at ../src/backe...
[05:17:07.951] #8  0x00000000007d222c in main (argc=8, argv=0x8214c1b88) at ../src/backend/main/main.c:196
[05:17:08.206] #0  0x000000082ab2c41a in thr_kill () from /lib/libc.so.7
core
[05:17:08.215] #0  0x000000082ab2c41a in thr_kill () from /lib/libc.so.7
[05:17:08.215] #1  0x000000082aaa5e64 in raise () from /lib/libc.so.7
[05:17:08.215] #2  0x000000082ab566f9 in abort () from /lib/libc.so.7
[05:17:08.215] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.215] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.215] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.215] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.215] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821113bd0) at ../src/backe...
[05:17:08.215] #8  0x00000000007d222c in main (argc=8, argv=0x821113bd0) at ../src/backend/main/main.c:196
[05:17:08.463] #0  0x000000082b90041a in thr_kill () from /lib/libc.so.7
core
[05:17:08.472] #0  0x000000082b90041a in thr_kill () from /lib/libc.so.7
[05:17:08.472] #1  0x000000082b879e64 in raise () from /lib/libc.so.7
[05:17:08.472] #2  0x000000082b92a6f9 in abort () from /lib/libc.so.7
[05:17:08.472] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.472] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.472] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.472] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.472] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f63f70) at ../src/backe...
[05:17:08.472] #8  0x00000000007d222c in main (argc=8, argv=0x820f63f70) at ../src/backend/main/main.c:196
[05:17:08.724] #0  0x00000008290a041a in thr_kill () from /lib/libc.so.7
core
[05:17:08.733] #0  0x00000008290a041a in thr_kill () from /lib/libc.so.7
[05:17:08.733] #1  0x0000000829019e64 in raise () from /lib/libc.so.7
[05:17:08.733] #2  0x00000008290ca6f9 in abort () from /lib/libc.so.7
[05:17:08.733] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.733] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.733] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.733] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.734] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f18918) at ../src/backe...
[05:17:08.734] #8  0x00000000007d222c in main (argc=8, argv=0x820f18918) at ../src/backend/main/main.c:196
[05:17:08.987] #0  0x000000082e6fc41a in thr_kill () from /lib/libc.so.7
core
[05:17:08.997] #0  0x000000082e6fc41a in thr_kill () from /lib/libc.so.7
[05:17:08.997] #1  0x000000082e675e64 in raise () from /lib/libc.so.7
[05:17:08.997] #2  0x000000082e7266f9 in abort () from /lib/libc.so.7
[05:17:08.997] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:08.997] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:08.997] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:08.997] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:08.997] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a953f8) at ../src/backe...
[05:17:08.997] #8  0x00000000007d222c in main (argc=8, argv=0x821a953f8) at ../src/backend/main/main.c:196
[05:17:09.249] #0  0x000000082ae9d41a in thr_kill () from /lib/libc.so.7
core
[05:17:09.259] #0  0x000000082ae9d41a in thr_kill () from /lib/libc.so.7
[05:17:09.259] #1  0x000000082ae16e64 in raise () from /lib/libc.so.7
[05:17:09.259] #2  0x000000082aec76f9 in abort () from /lib/libc.so.7
[05:17:09.259] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:09.259] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:09.259] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:09.259] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:09.259] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8210e0878) at ../src/backe...
[05:17:09.259] #8  0x00000000007d222c in main (argc=8, argv=0x8210e0878) at ../src/backend/main/main.c:196
[05:17:09.519] #0  0x000000082d82541a in thr_kill () from /lib/libc.so.7
core
[05:17:09.528] #0  0x000000082d82541a in thr_kill () from /lib/libc.so.7
[05:17:09.528] #1  0x000000082d79ee64 in raise () from /lib/libc.so.7
[05:17:09.528] #2  0x000000082d84f6f9 in abort () from /lib/libc.so.7
[05:17:09.528] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:09.528] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:09.528] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:09.528] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:09.528] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821b27eb0) at ../src/backe...
[05:17:09.528] #8  0x00000000007d222c in main (argc=8, argv=0x821b27eb0) at ../src/backend/main/main.c:196
[05:17:09.779] #0  0x000000082c47341a in thr_kill () from /lib/libc.so.7
core
[05:17:09.788] #0  0x000000082c47341a in thr_kill () from /lib/libc.so.7
[05:17:09.788] #1  0x000000082c3ece64 in raise () from /lib/libc.so.7
[05:17:09.788] #2  0x000000082c49d6f9 in abort () from /lib/libc.so.7
[05:17:09.788] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:09.788] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:09.788] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:09.788] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:09.788] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216f01b8) at ../src/backe...
[05:17:09.788] #8  0x00000000007d222c in main (argc=8, argv=0x8216f01b8) at ../src/backend/main/main.c:196
[05:17:10.043] #0  0x000000082bfd441a in thr_kill () from /lib/libc.so.7
core
[05:17:10.052] #0  0x000000082bfd441a in thr_kill () from /lib/libc.so.7
[05:17:10.052] #1  0x000000082bf4de64 in raise () from /lib/libc.so.7
[05:17:10.052] #2  0x000000082bffe6f9 in abort () from /lib/libc.so.7
[05:17:10.052] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.052] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.052] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.052] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.052] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821afe650) at ../src/backe...
[05:17:10.052] #8  0x00000000007d222c in main (argc=8, argv=0x821afe650) at ../src/backend/main/main.c:196
[05:17:10.309] #0  0x000000082d05f41a in thr_kill () from /lib/libc.so.7
core
[05:17:10.318] #0  0x000000082d05f41a in thr_kill () from /lib/libc.so.7
[05:17:10.318] #1  0x000000082cfd8e64 in raise () from /lib/libc.so.7
[05:17:10.318] #2  0x000000082d0896f9 in abort () from /lib/libc.so.7
[05:17:10.318] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.318] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.318] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.318] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.319] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821048870) at ../src/backe...
[05:17:10.319] #8  0x00000000007d222c in main (argc=8, argv=0x821048870) at ../src/backend/main/main.c:196
[05:17:10.578] #0  0x000000082a9a941a in thr_kill () from /lib/libc.so.7
core
[05:17:10.587] #0  0x000000082a9a941a in thr_kill () from /lib/libc.so.7
[05:17:10.587] #1  0x000000082a922e64 in raise () from /lib/libc.so.7
[05:17:10.587] #2  0x000000082a9d36f9 in abort () from /lib/libc.so.7
[05:17:10.587] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.587] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.587] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.587] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.587] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8212ad618) at ../src/backe...
[05:17:10.587] #8  0x00000000007d222c in main (argc=8, argv=0x8212ad618) at ../src/backend/main/main.c:196
[05:17:10.845] #0  0x000000082ba0b41a in thr_kill () from /lib/libc.so.7
core
[05:17:10.855] #0  0x000000082ba0b41a in thr_kill () from /lib/libc.so.7
[05:17:10.855] #1  0x000000082b984e64 in raise () from /lib/libc.so.7
[05:17:10.855] #2  0x000000082ba356f9 in abort () from /lib/libc.so.7
[05:17:10.855] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:10.855] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:10.855] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:10.855] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:10.855] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821abd9c8) at ../src/backe...
[05:17:10.855] #8  0x00000000007d222c in main (argc=8, argv=0x821abd9c8) at ../src/backend/main/main.c:196
[05:17:11.117] #0  0x000000082ae2941a in thr_kill () from /lib/libc.so.7
core
[05:17:11.126] #0  0x000000082ae2941a in thr_kill () from /lib/libc.so.7
[05:17:11.126] #1  0x000000082ada2e64 in raise () from /lib/libc.so.7
[05:17:11.126] #2  0x000000082ae536f9 in abort () from /lib/libc.so.7
[05:17:11.126] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.126] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.126] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.126] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.126] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821265b18) at ../src/backe...
[05:17:11.126] #8  0x00000000007d222c in main (argc=8, argv=0x821265b18) at ../src/backend/main/main.c:196
[05:17:11.383] #0  0x000000082b19741a in thr_kill () from /lib/libc.so.7
core
[05:17:11.392] #0  0x000000082b19741a in thr_kill () from /lib/libc.so.7
[05:17:11.392] #1  0x000000082b110e64 in raise () from /lib/libc.so.7
[05:17:11.392] #2  0x000000082b1c16f9 in abort () from /lib/libc.so.7
[05:17:11.392] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.392] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.392] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.392] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.392] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821195e40) at ../src/backe...
[05:17:11.392] #8  0x00000000007d222c in main (argc=8, argv=0x821195e40) at ../src/backend/main/main.c:196
[05:17:11.649] #0  0x000000082c49141a in thr_kill () from /lib/libc.so.7
core
[05:17:11.659] #0  0x000000082c49141a in thr_kill () from /lib/libc.so.7
[05:17:11.659] #1  0x000000082c40ae64 in raise () from /lib/libc.so.7
[05:17:11.659] #2  0x000000082c4bb6f9 in abort () from /lib/libc.so.7
[05:17:11.659] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.659] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.659] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.659] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.659] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8214b1b18) at ../src/backe...
[05:17:11.659] #8  0x00000000007d222c in main (argc=8, argv=0x8214b1b18) at ../src/backend/main/main.c:196
[05:17:11.911] #0  0x000000082cffb41a in thr_kill () from /lib/libc.so.7
core
[05:17:11.920] #0  0x000000082cffb41a in thr_kill () from /lib/libc.so.7
[05:17:11.920] #1  0x000000082cf74e64 in raise () from /lib/libc.so.7
[05:17:11.920] #2  0x000000082d0256f9 in abort () from /lib/libc.so.7
[05:17:11.920] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:11.920] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:11.920] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:11.920] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:11.920] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82104b8a0) at ../src/backe...
[05:17:11.920] #8  0x00000000007d222c in main (argc=8, argv=0x82104b8a0) at ../src/backend/main/main.c:196
[05:17:12.172] #0  0x000000082ba6341a in thr_kill () from /lib/libc.so.7
core
[05:17:12.180] #0  0x000000082ba6341a in thr_kill () from /lib/libc.so.7
[05:17:12.180] #1  0x000000082b9dce64 in raise () from /lib/libc.so.7
[05:17:12.180] #2  0x000000082ba8d6f9 in abort () from /lib/libc.so.7
[05:17:12.180] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.180] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.180] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.180] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.181] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e124a0) at ../src/backe...
[05:17:12.181] #8  0x00000000007d222c in main (argc=8, argv=0x820e124a0) at ../src/backend/main/main.c:196
[05:17:12.430] #0  0x000000082a49a41a in thr_kill () from /lib/libc.so.7
core
[05:17:12.440] #0  0x000000082a49a41a in thr_kill () from /lib/libc.so.7
[05:17:12.440] #1  0x000000082a413e64 in raise () from /lib/libc.so.7
[05:17:12.440] #2  0x000000082a4c46f9 in abort () from /lib/libc.so.7
[05:17:12.440] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.440] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.440] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.440] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.440] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821385b78) at ../src/backe...
[05:17:12.440] #8  0x00000000007d222c in main (argc=8, argv=0x821385b78) at ../src/backend/main/main.c:196
[05:17:12.704] #0  0x000000082c8bb41a in thr_kill () from /lib/libc.so.7
core
[05:17:12.714] #0  0x000000082c8bb41a in thr_kill () from /lib/libc.so.7
[05:17:12.714] #1  0x000000082c834e64 in raise () from /lib/libc.so.7
[05:17:12.714] #2  0x000000082c8e56f9 in abort () from /lib/libc.so.7
[05:17:12.714] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.714] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.714] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.714] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.714] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82134c150) at ../src/backe...
[05:17:12.714] #8  0x00000000007d222c in main (argc=8, argv=0x82134c150) at ../src/backend/main/main.c:196
[05:17:12.968] #0  0x000000082af3141a in thr_kill () from /lib/libc.so.7
core
[05:17:12.977] #0  0x000000082af3141a in thr_kill () from /lib/libc.so.7
[05:17:12.977] #1  0x000000082aeaae64 in raise () from /lib/libc.so.7
[05:17:12.977] #2  0x000000082af5b6f9 in abort () from /lib/libc.so.7
[05:17:12.977] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:12.977] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:12.977] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:12.977] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:12.977] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821a04290) at ../src/backe...
[05:17:12.977] #8  0x00000000007d222c in main (argc=8, argv=0x821a04290) at ../src/backend/main/main.c:196
[05:17:13.237] #0  0x000000082d39141a in thr_kill () from /lib/libc.so.7
core
[05:17:13.247] #0  0x000000082d39141a in thr_kill () from /lib/libc.so.7
[05:17:13.247] #1  0x000000082d30ae64 in raise () from /lib/libc.so.7
[05:17:13.247] #2  0x000000082d3bb6f9 in abort () from /lib/libc.so.7
[05:17:13.247] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:13.247] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:13.247] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:13.247] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:13.247] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82124dfc8) at ../src/backe...
[05:17:13.247] #8  0x00000000007d222c in main (argc=8, argv=0x82124dfc8) at ../src/backend/main/main.c:196
[05:17:13.507] #0  0x0000000829e9d41a in thr_kill () from /lib/libc.so.7
core
[05:17:13.517] #0  0x0000000829e9d41a in thr_kill () from /lib/libc.so.7
[05:17:13.517] #1  0x0000000829e16e64 in raise () from /lib/libc.so.7
[05:17:13.517] #2  0x0000000829ec76f9 in abort () from /lib/libc.so.7
[05:17:13.517] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:13.517] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:13.517] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:13.517] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:13.517] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217c79d8) at ../src/backe...
[05:17:13.517] #8  0x00000000007d222c in main (argc=8, argv=0x8217c79d8) at ../src/backend/main/main.c:196
[05:17:13.773] #0  0x000000082ee0241a in thr_kill () from /lib/libc.so.7
core
[05:17:13.782] #0  0x000000082ee0241a in thr_kill () from /lib/libc.so.7
[05:17:13.782] #1  0x000000082ed7be64 in raise () from /lib/libc.so.7
[05:17:13.782] #2  0x000000082ee2c6f9 in abort () from /lib/libc.so.7
[05:17:13.782] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:13.782] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:13.782] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:13.782] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:13.782] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821660a18) at ../src/backe...
[05:17:13.782] #8  0x00000000007d222c in main (argc=8, argv=0x821660a18) at ../src/backend/main/main.c:196
[05:17:14.048] #0  0x000000082d65341a in thr_kill () from /lib/libc.so.7
core
[05:17:14.058] #0  0x000000082d65341a in thr_kill () from /lib/libc.so.7
[05:17:14.058] #1  0x000000082d5cce64 in raise () from /lib/libc.so.7
[05:17:14.058] #2  0x000000082d67d6f9 in abort () from /lib/libc.so.7
[05:17:14.058] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.058] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.058] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.058] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.058] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821939948) at ../src/backe...
[05:17:14.058] #8  0x00000000007d222c in main (argc=8, argv=0x821939948) at ../src/backend/main/main.c:196
[05:17:14.324] #0  0x000000082c43941a in thr_kill () from /lib/libc.so.7
core
[05:17:14.334] #0  0x000000082c43941a in thr_kill () from /lib/libc.so.7
[05:17:14.334] #1  0x000000082c3b2e64 in raise () from /lib/libc.so.7
[05:17:14.334] #2  0x000000082c4636f9 in abort () from /lib/libc.so.7
[05:17:14.334] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.334] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.334] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.334] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.334] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8218abe28) at ../src/backe...
[05:17:14.334] #8  0x00000000007d222c in main (argc=8, argv=0x8218abe28) at ../src/backend/main/main.c:196
[05:17:14.595] #0  0x000000082be9141a in thr_kill () from /lib/libc.so.7
core
[05:17:14.605] #0  0x000000082be9141a in thr_kill () from /lib/libc.so.7
[05:17:14.605] #1  0x000000082be0ae64 in raise () from /lib/libc.so.7
[05:17:14.605] #2  0x000000082bebb6f9 in abort () from /lib/libc.so.7
[05:17:14.605] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.605] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.605] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.605] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.605] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8217403b0) at ../src/backe...
[05:17:14.605] #8  0x00000000007d222c in main (argc=8, argv=0x8217403b0) at ../src/backend/main/main.c:196
[05:17:14.876] #0  0x000000082ba8a41a in thr_kill () from /lib/libc.so.7
core
[05:17:14.886] #0  0x000000082ba8a41a in thr_kill () from /lib/libc.so.7
[05:17:14.886] #1  0x000000082ba03e64 in raise () from /lib/libc.so.7
[05:17:14.886] #2  0x000000082bab46f9 in abort () from /lib/libc.so.7
[05:17:14.886] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:14.886] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:14.886] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:14.886] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:14.886] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82190ddb0) at ../src/backe...
[05:17:14.886] #8  0x00000000007d222c in main (argc=8, argv=0x82190ddb0) at ../src/backend/main/main.c:196
[05:17:15.146] #0  0x0000000829af541a in thr_kill () from /lib/libc.so.7
core
[05:17:15.156] #0  0x0000000829af541a in thr_kill () from /lib/libc.so.7
[05:17:15.156] #1  0x0000000829a6ee64 in raise () from /lib/libc.so.7
[05:17:15.156] #2  0x0000000829b1f6f9 in abort () from /lib/libc.so.7
[05:17:15.156] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.156] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.156] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.156] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.156] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820f2bcc0) at ../src/backe...
[05:17:15.156] #8  0x00000000007d222c in main (argc=8, argv=0x820f2bcc0) at ../src/backend/main/main.c:196
[05:17:15.414] #0  0x000000082b79541a in thr_kill () from /lib/libc.so.7
core
[05:17:15.424] #0  0x000000082b79541a in thr_kill () from /lib/libc.so.7
[05:17:15.424] #1  0x000000082b70ee64 in raise () from /lib/libc.so.7
[05:17:15.424] #2  0x000000082b7bf6f9 in abort () from /lib/libc.so.7
[05:17:15.424] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.424] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.424] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.424] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.424] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821686680) at ../src/backe...
[05:17:15.424] #8  0x00000000007d222c in main (argc=8, argv=0x821686680) at ../src/backend/main/main.c:196
[05:17:15.682] #0  0x000000082cb0d41a in thr_kill () from /lib/libc.so.7
core
[05:17:15.691] #0  0x000000082cb0d41a in thr_kill () from /lib/libc.so.7
[05:17:15.691] #1  0x000000082ca86e64 in raise () from /lib/libc.so.7
[05:17:15.691] #2  0x000000082cb376f9 in abort () from /lib/libc.so.7
[05:17:15.691] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.691] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.691] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.691] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.691] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8216af620) at ../src/backe...
[05:17:15.691] #8  0x00000000007d222c in main (argc=8, argv=0x8216af620) at ../src/backend/main/main.c:196
[05:17:15.944] #0  0x000000082a5d541a in thr_kill () from /lib/libc.so.7
core
[05:17:15.953] #0  0x000000082a5d541a in thr_kill () from /lib/libc.so.7
[05:17:15.953] #1  0x000000082a54ee64 in raise () from /lib/libc.so.7
[05:17:15.953] #2  0x000000082a5ff6f9 in abort () from /lib/libc.so.7
[05:17:15.953] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:15.953] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:15.953] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:15.953] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:15.953] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8215ef5d8) at ../src/backe...
[05:17:15.953] #8  0x00000000007d222c in main (argc=8, argv=0x8215ef5d8) at ../src/backend/main/main.c:196
[05:17:16.200] #0  0x000000082c4bf41a in thr_kill () from /lib/libc.so.7
core
[05:17:16.209] #0  0x000000082c4bf41a in thr_kill () from /lib/libc.so.7
[05:17:16.209] #1  0x000000082c438e64 in raise () from /lib/libc.so.7
[05:17:16.209] #2  0x000000082c4e96f9 in abort () from /lib/libc.so.7
[05:17:16.209] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.209] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.209] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.209] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.209] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820e3ffe0) at ../src/backe...
[05:17:16.209] #8  0x00000000007d222c in main (argc=8, argv=0x820e3ffe0) at ../src/backend/main/main.c:196
[05:17:16.471] #0  0x000000082b25741a in thr_kill () from /lib/libc.so.7
core
[05:17:16.481] #0  0x000000082b25741a in thr_kill () from /lib/libc.so.7
[05:17:16.481] #1  0x000000082b1d0e64 in raise () from /lib/libc.so.7
[05:17:16.481] #2  0x000000082b2816f9 in abort () from /lib/libc.so.7
[05:17:16.481] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.481] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.481] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.481] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.481] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82144b400) at ../src/backe...
[05:17:16.481] #8  0x00000000007d222c in main (argc=8, argv=0x82144b400) at ../src/backend/main/main.c:196
[05:17:16.731] #0  0x000000082b45941a in thr_kill () from /lib/libc.so.7
core
[05:17:16.740] #0  0x000000082b45941a in thr_kill () from /lib/libc.so.7
[05:17:16.740] #1  0x000000082b3d2e64 in raise () from /lib/libc.so.7
[05:17:16.740] #2  0x000000082b4836f9 in abort () from /lib/libc.so.7
[05:17:16.740] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.740] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.740] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.740] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.740] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e704d8) at ../src/backe...
[05:17:16.740] #8  0x00000000007d222c in main (argc=4, argv=0x820e704d8) at ../src/backend/main/main.c:196
[05:17:16.989] #0  0x000000082a43d41a in thr_kill () from /lib/libc.so.7
core
[05:17:16.998] #0  0x000000082a43d41a in thr_kill () from /lib/libc.so.7
[05:17:16.998] #1  0x000000082a3b6e64 in raise () from /lib/libc.so.7
[05:17:16.998] #2  0x000000082a4676f9 in abort () from /lib/libc.so.7
[05:17:16.998] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:16.998] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:16.998] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:16.998] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:16.998] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210afba0) at ../src/backe...
[05:17:16.998] #8  0x00000000007d222c in main (argc=4, argv=0x8210afba0) at ../src/backend/main/main.c:196
[05:17:17.252] #0  0x000000082bdb841a in thr_kill () from /lib/libc.so.7
core
[05:17:17.261] #0  0x000000082bdb841a in thr_kill () from /lib/libc.so.7
[05:17:17.261] #1  0x000000082bd31e64 in raise () from /lib/libc.so.7
[05:17:17.261] #2  0x000000082bde26f9 in abort () from /lib/libc.so.7
[05:17:17.261] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:17.261] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:17.261] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:17.261] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:17.261] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821716ed8) at ../src/backe...
[05:17:17.261] #8  0x00000000007d222c in main (argc=4, argv=0x821716ed8) at ../src/backend/main/main.c:196
[05:17:17.514] #0  0x000000082b15941a in thr_kill () from /lib/libc.so.7
core
[05:17:17.523] #0  0x000000082b15941a in thr_kill () from /lib/libc.so.7
[05:17:17.523] #1  0x000000082b0d2e64 in raise () from /lib/libc.so.7
[05:17:17.523] #2  0x000000082b1836f9 in abort () from /lib/libc.so.7
[05:17:17.523] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:17.523] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:17.523] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:17.523] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:17.523] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821481f80) at ../src/backe...
[05:17:17.523] #8  0x00000000007d222c in main (argc=4, argv=0x821481f80) at ../src/backend/main/main.c:196
[05:17:17.775] #0  0x000000082aa0b41a in thr_kill () from /lib/libc.so.7
core
[05:17:17.784] #0  0x000000082aa0b41a in thr_kill () from /lib/libc.so.7
[05:17:17.784] #1  0x000000082a984e64 in raise () from /lib/libc.so.7
[05:17:17.784] #2  0x000000082aa356f9 in abort () from /lib/libc.so.7
[05:17:17.784] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:17.784] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:17.784] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:17.784] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:17.784] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82171b8e0) at ../src/backe...
[05:17:17.784] #8  0x00000000007d222c in main (argc=4, argv=0x82171b8e0) at ../src/backend/main/main.c:196
[05:17:18.032] #0  0x000000082bf9d41a in thr_kill () from /lib/libc.so.7
core
[05:17:18.041] #0  0x000000082bf9d41a in thr_kill () from /lib/libc.so.7
[05:17:18.041] #1  0x000000082bf16e64 in raise () from /lib/libc.so.7
[05:17:18.041] #2  0x000000082bfc76f9 in abort () from /lib/libc.so.7
[05:17:18.041] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.041] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.041] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.041] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.041] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211f5dc8) at ../src/backe...
[05:17:18.041] #8  0x00000000007d222c in main (argc=4, argv=0x8211f5dc8) at ../src/backend/main/main.c:196
[05:17:18.287] #0  0x000000082be5c41a in thr_kill () from /lib/libc.so.7
core
[05:17:18.296] #0  0x000000082be5c41a in thr_kill () from /lib/libc.so.7
[05:17:18.296] #1  0x000000082bdd5e64 in raise () from /lib/libc.so.7
[05:17:18.296] #2  0x000000082be866f9 in abort () from /lib/libc.so.7
[05:17:18.296] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.296] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.296] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.296] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.296] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82111f8a8) at ../src/backe...
[05:17:18.296] #8  0x00000000007d222c in main (argc=4, argv=0x82111f8a8) at ../src/backend/main/main.c:196
[05:17:18.551] #0  0x000000082d16a41a in thr_kill () from /lib/libc.so.7
core
[05:17:18.561] #0  0x000000082d16a41a in thr_kill () from /lib/libc.so.7
[05:17:18.561] #1  0x000000082d0e3e64 in raise () from /lib/libc.so.7
[05:17:18.561] #2  0x000000082d1946f9 in abort () from /lib/libc.so.7
[05:17:18.561] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.561] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.561] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.561] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.561] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82133cc20) at ../src/backe...
[05:17:18.561] #8  0x00000000007d222c in main (argc=4, argv=0x82133cc20) at ../src/backend/main/main.c:196
[05:17:18.815] #0  0x000000082c29741a in thr_kill () from /lib/libc.so.7
core
[05:17:18.824] #0  0x000000082c29741a in thr_kill () from /lib/libc.so.7
[05:17:18.824] #1  0x000000082c210e64 in raise () from /lib/libc.so.7
[05:17:18.824] #2  0x000000082c2c16f9 in abort () from /lib/libc.so.7
[05:17:18.824] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:18.824] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:18.824] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:18.824] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:18.824] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821287610) at ../src/backe...
[05:17:18.824] #8  0x00000000007d222c in main (argc=4, argv=0x821287610) at ../src/backend/main/main.c:196
[05:17:19.076] #0  0x000000082c07b41a in thr_kill () from /lib/libc.so.7
core
[05:17:19.085] #0  0x000000082c07b41a in thr_kill () from /lib/libc.so.7
[05:17:19.085] #1  0x000000082bff4e64 in raise () from /lib/libc.so.7
[05:17:19.085] #2  0x000000082c0a56f9 in abort () from /lib/libc.so.7
[05:17:19.085] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.085] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.085] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.085] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.085] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f3bf48) at ../src/backe...
[05:17:19.085] #8  0x00000000007d222c in main (argc=4, argv=0x820f3bf48) at ../src/backend/main/main.c:196
[05:17:19.338] #0  0x000000082b47741a in thr_kill () from /lib/libc.so.7
core
[05:17:19.347] #0  0x000000082b47741a in thr_kill () from /lib/libc.so.7
[05:17:19.347] #1  0x000000082b3f0e64 in raise () from /lib/libc.so.7
[05:17:19.347] #2  0x000000082b4a16f9 in abort () from /lib/libc.so.7
[05:17:19.347] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.347] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.347] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.347] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.347] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e11aa8) at ../src/backe...
[05:17:19.347] #8  0x00000000007d222c in main (argc=4, argv=0x820e11aa8) at ../src/backend/main/main.c:196
[05:17:19.602] #0  0x000000082eaf141a in thr_kill () from /lib/libc.so.7
core
[05:17:19.611] #0  0x000000082eaf141a in thr_kill () from /lib/libc.so.7
[05:17:19.611] #1  0x000000082ea6ae64 in raise () from /lib/libc.so.7
[05:17:19.611] #2  0x000000082eb1b6f9 in abort () from /lib/libc.so.7
[05:17:19.611] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.611] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.611] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.611] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.612] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fc5e78) at ../src/backe...
[05:17:19.612] #8  0x00000000007d222c in main (argc=4, argv=0x820fc5e78) at ../src/backend/main/main.c:196
[05:17:19.863] #0  0x000000082dc8641a in thr_kill () from /lib/libc.so.7
core
[05:17:19.872] #0  0x000000082dc8641a in thr_kill () from /lib/libc.so.7
[05:17:19.872] #1  0x000000082dbffe64 in raise () from /lib/libc.so.7
[05:17:19.872] #2  0x000000082dcb06f9 in abort () from /lib/libc.so.7
[05:17:19.872] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:19.872] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:19.872] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:19.872] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:19.872] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821568050) at ../src/backe...
[05:17:19.872] #8  0x00000000007d222c in main (argc=4, argv=0x821568050) at ../src/backend/main/main.c:196
[05:17:20.126] #0  0x000000082b7e141a in thr_kill () from /lib/libc.so.7
core
[05:17:20.136] #0  0x000000082b7e141a in thr_kill () from /lib/libc.so.7
[05:17:20.136] #1  0x000000082b75ae64 in raise () from /lib/libc.so.7
[05:17:20.136] #2  0x000000082b80b6f9 in abort () from /lib/libc.so.7
[05:17:20.136] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.136] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.136] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.136] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.136] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217a6360) at ../src/backe...
[05:17:20.136] #8  0x00000000007d222c in main (argc=4, argv=0x8217a6360) at ../src/backend/main/main.c:196
[05:17:20.387] #0  0x000000082a80541a in thr_kill () from /lib/libc.so.7
core
[05:17:20.396] #0  0x000000082a80541a in thr_kill () from /lib/libc.so.7
[05:17:20.396] #1  0x000000082a77ee64 in raise () from /lib/libc.so.7
[05:17:20.396] #2  0x000000082a82f6f9 in abort () from /lib/libc.so.7
[05:17:20.396] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.396] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.396] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.396] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.396] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae8fe0) at ../src/backe...
[05:17:20.396] #8  0x00000000007d222c in main (argc=4, argv=0x821ae8fe0) at ../src/backend/main/main.c:196
[05:17:20.647] #0  0x000000082cd1541a in thr_kill () from /lib/libc.so.7
core
[05:17:20.656] #0  0x000000082cd1541a in thr_kill () from /lib/libc.so.7
[05:17:20.656] #1  0x000000082cc8ee64 in raise () from /lib/libc.so.7
[05:17:20.656] #2  0x000000082cd3f6f9 in abort () from /lib/libc.so.7
[05:17:20.656] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.656] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.656] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.656] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.656] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211d8040) at ../src/backe...
[05:17:20.656] #8  0x00000000007d222c in main (argc=4, argv=0x8211d8040) at ../src/backend/main/main.c:196
[05:17:20.896] #0  0x000000082d0d741a in thr_kill () from /lib/libc.so.7
core
[05:17:20.905] #0  0x000000082d0d741a in thr_kill () from /lib/libc.so.7
[05:17:20.905] #1  0x000000082d050e64 in raise () from /lib/libc.so.7
[05:17:20.905] #2  0x000000082d1016f9 in abort () from /lib/libc.so.7
[05:17:20.905] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:20.905] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:20.905] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:20.905] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:20.905] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212008e0) at ../src/backe...
[05:17:20.905] #8  0x00000000007d222c in main (argc=4, argv=0x8212008e0) at ../src/backend/main/main.c:196
[05:17:21.152] #0  0x000000082bba141a in thr_kill () from /lib/libc.so.7
core
[05:17:21.161] #0  0x000000082bba141a in thr_kill () from /lib/libc.so.7
[05:17:21.161] #1  0x000000082bb1ae64 in raise () from /lib/libc.so.7
[05:17:21.161] #2  0x000000082bbcb6f9 in abort () from /lib/libc.so.7
[05:17:21.161] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.161] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.161] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.161] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8211ef478) at ../src/backe...
[05:17:21.161] #8  0x00000000007d222c in main (argc=4, argv=0x8211ef478) at ../src/backend/main/main.c:196
[05:17:21.398] #0  0x000000082aba941a in thr_kill () from /lib/libc.so.7
core
[05:17:21.407] #0  0x000000082aba941a in thr_kill () from /lib/libc.so.7
[05:17:21.407] #1  0x000000082ab22e64 in raise () from /lib/libc.so.7
[05:17:21.407] #2  0x000000082abd36f9 in abort () from /lib/libc.so.7
[05:17:21.407] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.407] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.407] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.407] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.407] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82164c820) at ../src/backe...
[05:17:21.407] #8  0x00000000007d222c in main (argc=4, argv=0x82164c820) at ../src/backend/main/main.c:196
[05:17:21.650] #0  0x000000082bfa941a in thr_kill () from /lib/libc.so.7
core
[05:17:21.659] #0  0x000000082bfa941a in thr_kill () from /lib/libc.so.7
[05:17:21.659] #1  0x000000082bf22e64 in raise () from /lib/libc.so.7
[05:17:21.659] #2  0x000000082bfd36f9 in abort () from /lib/libc.so.7
[05:17:21.659] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.659] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.659] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.659] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.660] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82144cd98) at ../src/backe...
[05:17:21.660] #8  0x00000000007d222c in main (argc=4, argv=0x82144cd98) at ../src/backend/main/main.c:196
[05:17:21.902] #0  0x000000082dda541a in thr_kill () from /lib/libc.so.7
core
[05:17:21.911] #0  0x000000082dda541a in thr_kill () from /lib/libc.so.7
[05:17:21.911] #1  0x000000082dd1ee64 in raise () from /lib/libc.so.7
[05:17:21.911] #2  0x000000082ddcf6f9 in abort () from /lib/libc.so.7
[05:17:21.911] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:21.911] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:21.911] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:21.911] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:21.911] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82158db18) at ../src/backe...
[05:17:21.911] #8  0x00000000007d222c in main (argc=4, argv=0x82158db18) at ../src/backend/main/main.c:196
[05:17:22.162] #0  0x000000082b4a941a in thr_kill () from /lib/libc.so.7
core
[05:17:22.171] #0  0x000000082b4a941a in thr_kill () from /lib/libc.so.7
[05:17:22.171] #1  0x000000082b422e64 in raise () from /lib/libc.so.7
[05:17:22.171] #2  0x000000082b4d36f9 in abort () from /lib/libc.so.7
[05:17:22.171] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:22.171] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:22.171] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:22.171] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:22.171] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d2cd00) at ../src/backe...
[05:17:22.171] #8  0x00000000007d222c in main (argc=4, argv=0x820d2cd00) at ../src/backend/main/main.c:196
core
[05:17:01.617] #0  0x000000082c96941a in thr_kill () from /lib/libc.so.7
[05:17:01.617] #1  0x000000082c8e2e64 in raise () from /lib/libc.so.7
[05:17:01.617] #2  0x000000082c9936f9 in abort () from /lib/libc.so.7
[05:17:01.617] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:17:01.617] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:17:01.617] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:17:01.617] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:17:01.617] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82109b308) at ../src/backe...
[05:17:01.617] #8  0x00000000007d222c in main (argc=8, argv=0x82109b308) at ../src/backend/main/main.c:196
[05:17:01.877] #0  0x000000082adbb41a in thr_kill () from /lib/libc.so.7
core
[05:16:38.025] #0  0x000000082cae641a in thr_kill () from /lib/libc.so.7
[05:16:38.025] #1  0x000000082ca5fe64 in raise () from /lib/libc.so.7
[05:16:38.025] #2  0x000000082cb106f9 in abort () from /lib/libc.so.7
[05:16:38.025] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.025] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.025] #5  0x000000000089bc65 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:16:38.025] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:16:38.025] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821166138) at ../src/backe...
[05:16:38.025] #8  0x00000000007d222c in main (argc=4, argv=0x821166138) at ../src/backend/main/main.c:196
[05:16:38.281] #0  0x000000082ca2241a in thr_kill () from /lib/libc.so.7
core
[05:16:38.291] #0  0x000000082ca2241a in thr_kill () from /lib/libc.so.7
[05:16:38.291] #1  0x000000082c99be64 in raise () from /lib/libc.so.7
[05:16:38.291] #2  0x000000082ca4c6f9 in abort () from /lib/libc.so.7
[05:16:38.291] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.291] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.291] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:38.291] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:38.291] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa0490) at ../src/backe...
[05:16:38.291] #8  0x00000000007d222c in main (argc=4, argv=0x820fa0490) at ../src/backend/main/main.c:196
[05:16:38.549] #0  0x000000082b8de41a in thr_kill () from /lib/libc.so.7
core
[05:16:37.493] #0  0x000000082b24741a in thr_kill () from /lib/libc.so.7
[05:16:37.493] #1  0x000000082b1c0e64 in raise () from /lib/libc.so.7
[05:16:37.493] #2  0x000000082b2716f9 in abort () from /lib/libc.so.7
[05:16:37.493] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:37.493] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:37.493] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:37.493] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:37.494] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217c6210) at ../src/backe...
[05:16:37.494] #8  0x00000000007d222c in main (argc=4, argv=0x8217c6210) at ../src/backend/main/main.c:196
[05:16:37.751] #0  0x000000082a9a141a in thr_kill () from /lib/libc.so.7
core
[05:16:37.227] #0  0x0000000829bb841a in thr_kill () from /lib/libc.so.7
[05:16:37.227] #1  0x0000000829b31e64 in raise () from /lib/libc.so.7
[05:16:37.227] #2  0x0000000829be26f9 in abort () from /lib/libc.so.7
[05:16:37.227] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:37.227] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:37.227] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:37.227] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:37.227] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210981a8) at ../src/backe...
[05:16:37.227] #8  0x00000000007d222c in main (argc=4, argv=0x8210981a8) at ../src/backend/main/main.c:196
[05:16:37.484] #0  0x000000082b24741a in thr_kill () from /lib/libc.so.7
core
[05:16:36.961] #0  0x000000082dd1a41a in thr_kill () from /lib/libc.so.7
[05:16:36.961] #1  0x000000082dc93e64 in raise () from /lib/libc.so.7
[05:16:36.961] #2  0x000000082dd446f9 in abort () from /lib/libc.so.7
[05:16:36.961] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.961] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.961] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.961] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.962] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821819818) at ../src/backe...
[05:16:36.962] #8  0x00000000007d222c in main (argc=4, argv=0x821819818) at ../src/backend/main/main.c:196
[05:16:37.218] #0  0x0000000829bb841a in thr_kill () from /lib/libc.so.7
core
[05:16:36.697] #0  0x000000082a3d541a in thr_kill () from /lib/libc.so.7
[05:16:36.697] #1  0x000000082a34ee64 in raise () from /lib/libc.so.7
[05:16:36.697] #2  0x000000082a3ff6f9 in abort () from /lib/libc.so.7
[05:16:36.697] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.697] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.697] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.697] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821515490) at ../src/backe...
[05:16:36.697] #8  0x00000000007d222c in main (argc=4, argv=0x821515490) at ../src/backend/main/main.c:196
[05:16:36.951] #0  0x000000082dd1a41a in thr_kill () from /lib/libc.so.7
core
[05:16:38.559] #0  0x000000082b8de41a in thr_kill () from /lib/libc.so.7
[05:16:38.559] #1  0x000000082b857e64 in raise () from /lib/libc.so.7
[05:16:38.559] #2  0x000000082b9086f9 in abort () from /lib/libc.so.7
[05:16:38.559] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.559] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.559] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:38.559] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:38.559] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82138b560) at ../src/backe...
[05:16:38.559] #8  0x00000000007d222c in main (argc=4, argv=0x82138b560) at ../src/backend/main/main.c:196
[05:16:38.816] #0  0x000000082ab1a41a in thr_kill () from /lib/libc.so.7
core
[05:16:38.825] #0  0x000000082ab1a41a in thr_kill () from /lib/libc.so.7
[05:16:38.825] #1  0x000000082aa93e64 in raise () from /lib/libc.so.7
[05:16:38.825] #2  0x000000082ab446f9 in abort () from /lib/libc.so.7
[05:16:38.825] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:38.825] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:38.825] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:38.825] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:38.825] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821253038) at ../src/backe...
[05:16:38.825] #8  0x00000000007d222c in main (argc=4, argv=0x821253038) at ../src/backend/main/main.c:196
[05:16:39.077] #0  0x000000082b6c041a in thr_kill () from /lib/libc.so.7
core
[05:16:39.086] #0  0x000000082b6c041a in thr_kill () from /lib/libc.so.7
[05:16:39.086] #1  0x000000082b639e64 in raise () from /lib/libc.so.7
[05:16:39.086] #2  0x000000082b6ea6f9 in abort () from /lib/libc.so.7
[05:16:39.086] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.086] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.086] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.086] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.087] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b1a7d0) at ../src/backe...
[05:16:39.087] #8  0x00000000007d222c in main (argc=4, argv=0x821b1a7d0) at ../src/backend/main/main.c:196
[05:16:39.345] #0  0x000000082bbee41a in thr_kill () from /lib/libc.so.7
core
[05:16:39.354] #0  0x000000082bbee41a in thr_kill () from /lib/libc.so.7
[05:16:39.354] #1  0x000000082bb67e64 in raise () from /lib/libc.so.7
[05:16:39.354] #2  0x000000082bc186f9 in abort () from /lib/libc.so.7
[05:16:39.354] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.354] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.354] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.355] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821867588) at ../src/backe...
[05:16:39.355] #8  0x00000000007d222c in main (argc=4, argv=0x821867588) at ../src/backend/main/main.c:196
[05:16:39.619] #0  0x000000082bedf41a in thr_kill () from /lib/libc.so.7
core
[05:16:39.628] #0  0x000000082bedf41a in thr_kill () from /lib/libc.so.7
[05:16:39.628] #1  0x000000082be58e64 in raise () from /lib/libc.so.7
[05:16:39.628] #2  0x000000082bf096f9 in abort () from /lib/libc.so.7
[05:16:39.628] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.628] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.628] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.628] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.628] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82172a4f0) at ../src/backe...
[05:16:39.628] #8  0x00000000007d222c in main (argc=4, argv=0x82172a4f0) at ../src/backend/main/main.c:196
[05:16:39.885] #0  0x000000082dc3741a in thr_kill () from /lib/libc.so.7
core
[05:16:39.895] #0  0x000000082dc3741a in thr_kill () from /lib/libc.so.7
[05:16:39.895] #1  0x000000082dbb0e64 in raise () from /lib/libc.so.7
[05:16:39.895] #2  0x000000082dc616f9 in abort () from /lib/libc.so.7
[05:16:39.895] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:39.895] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:39.895] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:39.895] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:39.895] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82189e5b0) at ../src/backe...
[05:16:39.895] #8  0x00000000007d222c in main (argc=4, argv=0x82189e5b0) at ../src/backend/main/main.c:196
[05:16:40.151] #0  0x000000082c66041a in thr_kill () from /lib/libc.so.7
core
[05:16:40.161] #0  0x000000082c66041a in thr_kill () from /lib/libc.so.7
[05:16:40.161] #1  0x000000082c5d9e64 in raise () from /lib/libc.so.7
[05:16:40.161] #2  0x000000082c68a6f9 in abort () from /lib/libc.so.7
[05:16:40.161] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.161] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.161] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.161] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.161] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820fa0c30) at ../src/backe...
[05:16:40.161] #8  0x00000000007d222c in main (argc=4, argv=0x820fa0c30) at ../src/backend/main/main.c:196
[05:16:40.419] #0  0x000000082e8ad41a in thr_kill () from /lib/libc.so.7
core
[05:16:40.429] #0  0x000000082e8ad41a in thr_kill () from /lib/libc.so.7
[05:16:40.429] #1  0x000000082e826e64 in raise () from /lib/libc.so.7
[05:16:40.429] #2  0x000000082e8d76f9 in abort () from /lib/libc.so.7
[05:16:40.429] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.429] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.429] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.429] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.429] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8217d8420) at ../src/backe...
[05:16:40.429] #8  0x00000000007d222c in main (argc=4, argv=0x8217d8420) at ../src/backend/main/main.c:196
[05:16:40.681] #0  0x000000082c79841a in thr_kill () from /lib/libc.so.7
core
[05:16:40.690] #0  0x000000082c79841a in thr_kill () from /lib/libc.so.7
[05:16:40.690] #1  0x000000082c711e64 in raise () from /lib/libc.so.7
[05:16:40.690] #2  0x000000082c7c26f9 in abort () from /lib/libc.so.7
[05:16:40.690] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.690] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.690] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.690] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.690] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d53ec8) at ../src/backe...
[05:16:40.690] #8  0x00000000007d222c in main (argc=4, argv=0x820d53ec8) at ../src/backend/main/main.c:196
[05:16:40.944] #0  0x000000082b8a941a in thr_kill () from /lib/libc.so.7
core
[05:16:36.437] #0  0x000000082bc4c41a in thr_kill () from /lib/libc.so.7
[05:16:36.437] #1  0x000000082bbc5e64 in raise () from /lib/libc.so.7
[05:16:36.437] #2  0x000000082bc766f9 in abort () from /lib/libc.so.7
[05:16:36.437] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.437] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.437] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.437] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.437] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212d2fe8) at ../src/backe...
[05:16:36.437] #8  0x00000000007d222c in main (argc=4, argv=0x8212d2fe8) at ../src/backend/main/main.c:196
[05:16:36.687] #0  0x000000082a3d541a in thr_kill () from /lib/libc.so.7
core
[05:16:36.173] #0  0x0000000828d6041a in thr_kill () from /lib/libc.so.7
[05:16:36.173] #1  0x0000000828cd9e64 in raise () from /lib/libc.so.7
[05:16:36.173] #2  0x0000000828d8a6f9 in abort () from /lib/libc.so.7
[05:16:36.173] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:36.173] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:36.173] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:36.173] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:36.173] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d90498) at ../src/backe...
[05:16:36.173] #8  0x00000000007d222c in main (argc=4, argv=0x820d90498) at ../src/backend/main/main.c:196
[05:16:36.427] #0  0x000000082bc4c41a in thr_kill () from /lib/libc.so.7
core
[05:16:40.953] #0  0x000000082b8a941a in thr_kill () from /lib/libc.so.7
[05:16:40.953] #1  0x000000082b822e64 in raise () from /lib/libc.so.7
[05:16:40.953] #2  0x000000082b8d36f9 in abort () from /lib/libc.so.7
[05:16:40.953] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:40.953] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:40.953] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:40.953] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:40.954] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821005468) at ../src/backe...
[05:16:40.954] #8  0x00000000007d222c in main (argc=4, argv=0x821005468) at ../src/backend/main/main.c:196
[05:16:41.206] #0  0x000000082ca7e41a in thr_kill () from /lib/libc.so.7
core
[05:16:41.215] #0  0x000000082ca7e41a in thr_kill () from /lib/libc.so.7
[05:16:41.215] #1  0x000000082c9f7e64 in raise () from /lib/libc.so.7
[05:16:41.215] #2  0x000000082caa86f9 in abort () from /lib/libc.so.7
[05:16:41.215] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:41.215] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:41.215] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:41.215] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:41.216] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216960c0) at ../src/backe...
[05:16:41.216] #8  0x00000000007d222c in main (argc=4, argv=0x8216960c0) at ../src/backend/main/main.c:196
[05:16:41.470] #0  0x00000008299d941a in thr_kill () from /lib/libc.so.7
core
[05:16:41.479] #0  0x00000008299d941a in thr_kill () from /lib/libc.so.7
[05:16:41.479] #1  0x0000000829952e64 in raise () from /lib/libc.so.7
[05:16:41.479] #2  0x0000000829a036f9 in abort () from /lib/libc.so.7
[05:16:41.479] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:41.479] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:41.479] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:41.479] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:41.480] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e86768) at ../src/backe...
[05:16:41.480] #8  0x00000000007d222c in main (argc=4, argv=0x820e86768) at ../src/backend/main/main.c:196
[05:16:41.735] #0  0x000000082c54b41a in thr_kill () from /lib/libc.so.7
core
[05:16:41.744] #0  0x000000082c54b41a in thr_kill () from /lib/libc.so.7
[05:16:41.744] #1  0x000000082c4c4e64 in raise () from /lib/libc.so.7
[05:16:41.744] #2  0x000000082c5756f9 in abort () from /lib/libc.so.7
[05:16:41.744] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:41.744] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:41.744] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:41.744] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:41.744] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821609518) at ../src/backe...
[05:16:41.744] #8  0x00000000007d222c in main (argc=4, argv=0x821609518) at ../src/backend/main/main.c:196
[05:16:41.994] #0  0x000000082aefe41a in thr_kill () from /lib/libc.so.7
core
[05:16:42.004] #0  0x000000082aefe41a in thr_kill () from /lib/libc.so.7
[05:16:42.004] #1  0x000000082ae77e64 in raise () from /lib/libc.so.7
[05:16:42.004] #2  0x000000082af286f9 in abort () from /lib/libc.so.7
[05:16:42.004] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.004] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.004] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:42.004] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:42.004] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbecc0) at ../src/backe...
[05:16:42.004] #8  0x00000000007d222c in main (argc=4, argv=0x820cbecc0) at ../src/backend/main/main.c:196
[05:16:42.261] #0  0x0000000828ef741a in thr_kill () from /lib/libc.so.7
core
[05:16:42.271] #0  0x0000000828ef741a in thr_kill () from /lib/libc.so.7
[05:16:42.271] #1  0x0000000828e70e64 in raise () from /lib/libc.so.7
[05:16:42.271] #2  0x0000000828f216f9 in abort () from /lib/libc.so.7
[05:16:42.271] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.271] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.271] #5  0x000000000089bc65 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:16:42.271] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:16:42.271] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ce0e28) at ../src/backe...
[05:16:42.271] #8  0x00000000007d222c in main (argc=4, argv=0x820ce0e28) at ../src/backend/main/main.c:196
[05:16:42.523] #0  0x000000082dba041a in thr_kill () from /lib/libc.so.7
core
[05:16:42.532] #0  0x000000082dba041a in thr_kill () from /lib/libc.so.7
[05:16:42.532] #1  0x000000082db19e64 in raise () from /lib/libc.so.7
[05:16:42.532] #2  0x000000082dbca6f9 in abort () from /lib/libc.so.7
[05:16:42.532] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.532] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.532] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:42.532] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:42.532] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218f3ad0) at ../src/backe...
[05:16:42.532] #8  0x00000000007d222c in main (argc=4, argv=0x8218f3ad0) at ../src/backend/main/main.c:196
[05:16:42.783] #0  0x000000082b38e41a in thr_kill () from /lib/libc.so.7
core
[05:16:42.792] #0  0x000000082b38e41a in thr_kill () from /lib/libc.so.7
[05:16:42.792] #1  0x000000082b307e64 in raise () from /lib/libc.so.7
[05:16:42.792] #2  0x000000082b3b86f9 in abort () from /lib/libc.so.7
[05:16:42.792] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:42.792] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:42.792] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:42.792] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:42.793] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82118a200) at ../src/backe...
[05:16:42.793] #8  0x00000000007d222c in main (argc=4, argv=0x82118a200) at ../src/backend/main/main.c:196
[05:16:43.048] #0  0x000000082b72141a in thr_kill () from /lib/libc.so.7
core
[05:16:43.057] #0  0x000000082b72141a in thr_kill () from /lib/libc.so.7
[05:16:43.057] #1  0x000000082b69ae64 in raise () from /lib/libc.so.7
[05:16:43.057] #2  0x000000082b74b6f9 in abort () from /lib/libc.so.7
[05:16:43.057] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.057] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.057] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.057] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.057] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212d2310) at ../src/backe...
[05:16:43.057] #8  0x00000000007d222c in main (argc=4, argv=0x8212d2310) at ../src/backend/main/main.c:196
[05:16:43.305] #0  0x000000082ca1e41a in thr_kill () from /lib/libc.so.7
core
[05:16:43.314] #0  0x000000082ca1e41a in thr_kill () from /lib/libc.so.7
[05:16:43.314] #1  0x000000082c997e64 in raise () from /lib/libc.so.7
[05:16:43.314] #2  0x000000082ca486f9 in abort () from /lib/libc.so.7
[05:16:43.314] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.314] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.314] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.314] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.314] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c97d38) at ../src/backe...
[05:16:43.314] #8  0x00000000007d222c in main (argc=4, argv=0x820c97d38) at ../src/backend/main/main.c:196
[05:16:43.568] #0  0x000000082aed641a in thr_kill () from /lib/libc.so.7
core
[05:16:43.578] #0  0x000000082aed641a in thr_kill () from /lib/libc.so.7
[05:16:43.578] #1  0x000000082ae4fe64 in raise () from /lib/libc.so.7
[05:16:43.578] #2  0x000000082af006f9 in abort () from /lib/libc.so.7
[05:16:43.578] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.578] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.578] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.578] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.578] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821a1cfb0) at ../src/backe...
[05:16:43.578] #8  0x00000000007d222c in main (argc=4, argv=0x821a1cfb0) at ../src/backend/main/main.c:196
[05:16:43.835] #0  0x000000082db9241a in thr_kill () from /lib/libc.so.7
core
[05:16:43.844] #0  0x000000082db9241a in thr_kill () from /lib/libc.so.7
[05:16:43.844] #1  0x000000082db0be64 in raise () from /lib/libc.so.7
[05:16:43.844] #2  0x000000082dbbc6f9 in abort () from /lib/libc.so.7
[05:16:43.844] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:43.844] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:43.844] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:43.844] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:43.844] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8213b0308) at ../src/backe...
[05:16:43.844] #8  0x00000000007d222c in main (argc=4, argv=0x8213b0308) at ../src/backend/main/main.c:196
[05:16:44.100] #0  0x000000082bdbc41a in thr_kill () from /lib/libc.so.7
core
[05:16:44.110] #0  0x000000082bdbc41a in thr_kill () from /lib/libc.so.7
[05:16:44.110] #1  0x000000082bd35e64 in raise () from /lib/libc.so.7
[05:16:44.110] #2  0x000000082bde66f9 in abort () from /lib/libc.so.7
[05:16:44.110] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.110] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.110] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.110] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.110] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821591708) at ../src/backe...
[05:16:44.110] #8  0x00000000007d222c in main (argc=4, argv=0x821591708) at ../src/backend/main/main.c:196
[05:16:44.367] #0  0x000000082c9b441a in thr_kill () from /lib/libc.so.7
core
[05:16:44.376] #0  0x000000082c9b441a in thr_kill () from /lib/libc.so.7
[05:16:44.376] #1  0x000000082c92de64 in raise () from /lib/libc.so.7
[05:16:44.376] #2  0x000000082c9de6f9 in abort () from /lib/libc.so.7
[05:16:44.376] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.376] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.376] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.376] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.377] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82176bb80) at ../src/backe...
[05:16:44.377] #8  0x00000000007d222c in main (argc=4, argv=0x82176bb80) at ../src/backend/main/main.c:196
[05:16:44.633] #0  0x000000082d22b41a in thr_kill () from /lib/libc.so.7
core
[05:16:44.643] #0  0x000000082d22b41a in thr_kill () from /lib/libc.so.7
[05:16:44.643] #1  0x000000082d1a4e64 in raise () from /lib/libc.so.7
[05:16:44.643] #2  0x000000082d2556f9 in abort () from /lib/libc.so.7
[05:16:44.643] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.643] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.643] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.643] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.643] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ae84d0) at ../src/backe...
[05:16:44.643] #8  0x00000000007d222c in main (argc=4, argv=0x821ae84d0) at ../src/backend/main/main.c:196
[05:16:44.899] #0  0x000000082cf7241a in thr_kill () from /lib/libc.so.7
core
[05:16:44.909] #0  0x000000082cf7241a in thr_kill () from /lib/libc.so.7
[05:16:44.909] #1  0x000000082ceebe64 in raise () from /lib/libc.so.7
[05:16:44.909] #2  0x000000082cf9c6f9 in abort () from /lib/libc.so.7
[05:16:44.909] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:44.909] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:44.909] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:44.909] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:44.909] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215be608) at ../src/backe...
[05:16:44.909] #8  0x00000000007d222c in main (argc=4, argv=0x8215be608) at ../src/backend/main/main.c:196
[05:16:45.161] #0  0x000000082aa9041a in thr_kill () from /lib/libc.so.7
core
[05:16:45.170] #0  0x000000082aa9041a in thr_kill () from /lib/libc.so.7
[05:16:45.170] #1  0x000000082aa09e64 in raise () from /lib/libc.so.7
[05:16:45.170] #2  0x000000082aaba6f9 in abort () from /lib/libc.so.7
[05:16:45.170] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.170] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.170] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.170] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.170] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82188b748) at ../src/backe...
[05:16:45.170] #8  0x00000000007d222c in main (argc=4, argv=0x82188b748) at ../src/backend/main/main.c:196
[05:16:45.421] #0  0x000000082d5a641a in thr_kill () from /lib/libc.so.7
core
[05:16:45.430] #0  0x000000082d5a641a in thr_kill () from /lib/libc.so.7
[05:16:45.430] #1  0x000000082d51fe64 in raise () from /lib/libc.so.7
[05:16:45.430] #2  0x000000082d5d06f9 in abort () from /lib/libc.so.7
[05:16:45.430] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.430] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.430] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.430] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.430] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821ac4c78) at ../src/backe...
[05:16:45.430] #8  0x00000000007d222c in main (argc=4, argv=0x821ac4c78) at ../src/backend/main/main.c:196
[05:16:45.688] #0  0x000000082c0b541a in thr_kill () from /lib/libc.so.7
core
[05:16:45.697] #0  0x000000082c0b541a in thr_kill () from /lib/libc.so.7
[05:16:45.697] #1  0x000000082c02ee64 in raise () from /lib/libc.so.7
[05:16:45.697] #2  0x000000082c0df6f9 in abort () from /lib/libc.so.7
[05:16:45.697] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.697] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.697] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.697] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.697] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cbb9c0) at ../src/backe...
[05:16:45.697] #8  0x00000000007d222c in main (argc=4, argv=0x820cbb9c0) at ../src/backend/main/main.c:196
[05:16:45.954] #0  0x000000082b9a441a in thr_kill () from /lib/libc.so.7
core
[05:16:45.963] #0  0x000000082b9a441a in thr_kill () from /lib/libc.so.7
[05:16:45.963] #1  0x000000082b91de64 in raise () from /lib/libc.so.7
[05:16:45.963] #2  0x000000082b9ce6f9 in abort () from /lib/libc.so.7
[05:16:45.963] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:45.963] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:45.963] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:45.963] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:45.963] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820e2d450) at ../src/backe...
[05:16:45.963] #8  0x00000000007d222c in main (argc=4, argv=0x820e2d450) at ../src/backend/main/main.c:196
[05:16:46.215] #0  0x000000082be1941a in thr_kill () from /lib/libc.so.7
core
[05:16:46.224] #0  0x000000082be1941a in thr_kill () from /lib/libc.so.7
[05:16:46.224] #1  0x000000082bd92e64 in raise () from /lib/libc.so.7
[05:16:46.224] #2  0x000000082be436f9 in abort () from /lib/libc.so.7
[05:16:46.224] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:46.224] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:46.224] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:46.224] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:46.224] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82154dc50) at ../src/backe...
[05:16:46.224] #8  0x00000000007d222c in main (argc=4, argv=0x82154dc50) at ../src/backend/main/main.c:196
[05:16:46.473] #0  0x0000000829e6c41a in thr_kill () from /lib/libc.so.7
core
[05:16:46.482] #0  0x0000000829e6c41a in thr_kill () from /lib/libc.so.7
[05:16:46.482] #1  0x0000000829de5e64 in raise () from /lib/libc.so.7
[05:16:46.482] #2  0x0000000829e966f9 in abort () from /lib/libc.so.7
[05:16:46.482] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:46.482] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:46.482] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:46.482] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:46.482] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d81320) at ../src/backe...
[05:16:46.482] #8  0x00000000007d222c in main (argc=4, argv=0x820d81320) at ../src/backend/main/main.c:196
[05:16:46.737] #0  0x000000082ae6b41a in thr_kill () from /lib/libc.so.7
core
[05:16:46.747] #0  0x000000082ae6b41a in thr_kill () from /lib/libc.so.7
[05:16:46.747] #1  0x000000082ade4e64 in raise () from /lib/libc.so.7
[05:16:46.747] #2  0x000000082ae956f9 in abort () from /lib/libc.so.7
[05:16:46.747] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:46.747] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:46.747] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:46.747] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:46.747] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215c75a0) at ../src/backe...
[05:16:46.747] #8  0x00000000007d222c in main (argc=4, argv=0x8215c75a0) at ../src/backend/main/main.c:196
[05:16:47.002] #0  0x000000082b8af41a in thr_kill () from /lib/libc.so.7
core
[05:16:47.012] #0  0x000000082b8af41a in thr_kill () from /lib/libc.so.7
[05:16:47.012] #1  0x000000082b828e64 in raise () from /lib/libc.so.7
[05:16:47.012] #2  0x000000082b8d96f9 in abort () from /lib/libc.so.7
[05:16:47.012] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.012] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.012] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.012] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.012] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214b0c58) at ../src/backe...
[05:16:47.012] #8  0x00000000007d222c in main (argc=4, argv=0x8214b0c58) at ../src/backend/main/main.c:196
[05:16:47.268] #0  0x000000082adc741a in thr_kill () from /lib/libc.so.7
core
[05:16:47.278] #0  0x000000082adc741a in thr_kill () from /lib/libc.so.7
[05:16:47.278] #1  0x000000082ad40e64 in raise () from /lib/libc.so.7
[05:16:47.278] #2  0x000000082adf16f9 in abort () from /lib/libc.so.7
[05:16:47.278] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.278] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.278] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.278] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.279] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820ca07c0) at ../src/backe...
[05:16:47.279] #8  0x00000000007d222c in main (argc=4, argv=0x820ca07c0) at ../src/backend/main/main.c:196
[05:16:47.537] #0  0x000000082b75f41a in thr_kill () from /lib/libc.so.7
core
[05:16:47.547] #0  0x000000082b75f41a in thr_kill () from /lib/libc.so.7
[05:16:47.547] #1  0x000000082b6d8e64 in raise () from /lib/libc.so.7
[05:16:47.547] #2  0x000000082b7896f9 in abort () from /lib/libc.so.7
[05:16:47.547] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.547] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.547] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.547] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.547] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8212bd980) at ../src/backe...
[05:16:47.547] #8  0x00000000007d222c in main (argc=4, argv=0x8212bd980) at ../src/backend/main/main.c:196
[05:16:47.804] #0  0x000000082c51941a in thr_kill () from /lib/libc.so.7
core
[05:16:47.813] #0  0x000000082c51941a in thr_kill () from /lib/libc.so.7
[05:16:47.813] #1  0x000000082c492e64 in raise () from /lib/libc.so.7
[05:16:47.813] #2  0x000000082c5436f9 in abort () from /lib/libc.so.7
[05:16:47.813] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:47.813] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:47.813] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:47.813] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:47.814] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82116f638) at ../src/backe...
[05:16:47.814] #8  0x00000000007d222c in main (argc=4, argv=0x82116f638) at ../src/backend/main/main.c:196
[05:16:48.068] #0  0x000000082ac7b41a in thr_kill () from /lib/libc.so.7
core
[05:16:48.077] #0  0x000000082ac7b41a in thr_kill () from /lib/libc.so.7
[05:16:48.077] #1  0x000000082abf4e64 in raise () from /lib/libc.so.7
[05:16:48.077] #2  0x000000082aca56f9 in abort () from /lib/libc.so.7
[05:16:48.077] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.077] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.077] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.077] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.077] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x820c0c700) at ../src/backe...
[05:16:48.077] #8  0x00000000007d222c in main (argc=8, argv=0x820c0c700) at ../src/backend/main/main.c:196
[05:16:48.335] #0  0x000000082bac141a in thr_kill () from /lib/libc.so.7
core
[05:16:48.344] #0  0x000000082bac141a in thr_kill () from /lib/libc.so.7
[05:16:48.344] #1  0x000000082ba3ae64 in raise () from /lib/libc.so.7
[05:16:48.344] #2  0x000000082baeb6f9 in abort () from /lib/libc.so.7
[05:16:48.344] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.344] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.344] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.344] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.344] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b94c08) at ../src/backe...
[05:16:48.344] #8  0x00000000007d222c in main (argc=4, argv=0x821b94c08) at ../src/backend/main/main.c:196
[05:16:48.600] #0  0x000000082c00341a in thr_kill () from /lib/libc.so.7
core
[05:16:48.610] #0  0x000000082c00341a in thr_kill () from /lib/libc.so.7
[05:16:48.610] #1  0x000000082bf7ce64 in raise () from /lib/libc.so.7
[05:16:48.610] #2  0x000000082c02d6f9 in abort () from /lib/libc.so.7
[05:16:48.610] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.610] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.610] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.610] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.610] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821b633b8) at ../src/backe...
[05:16:48.610] #8  0x00000000007d222c in main (argc=4, argv=0x821b633b8) at ../src/backend/main/main.c:196
[05:16:48.866] #0  0x000000082ae0f41a in thr_kill () from /lib/libc.so.7
core
[05:16:48.876] #0  0x000000082ae0f41a in thr_kill () from /lib/libc.so.7
[05:16:48.876] #1  0x000000082ad88e64 in raise () from /lib/libc.so.7
[05:16:48.876] #2  0x000000082ae396f9 in abort () from /lib/libc.so.7
[05:16:48.876] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:48.876] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:48.876] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:48.876] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:48.876] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820bb7110) at ../src/backe...
[05:16:48.876] #8  0x00000000007d222c in main (argc=4, argv=0x820bb7110) at ../src/backend/main/main.c:196
[05:16:49.138] #0  0x000000082cf1241a in thr_kill () from /lib/libc.so.7
core
[05:16:49.148] #0  0x000000082cf1241a in thr_kill () from /lib/libc.so.7
[05:16:49.148] #1  0x000000082ce8be64 in raise () from /lib/libc.so.7
[05:16:49.148] #2  0x000000082cf3c6f9 in abort () from /lib/libc.so.7
[05:16:49.148] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.148] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.148] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.148] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.148] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820c4e268) at ../src/backe...
[05:16:49.148] #8  0x00000000007d222c in main (argc=4, argv=0x820c4e268) at ../src/backend/main/main.c:196
[05:16:49.406] #0  0x000000082dcbe41a in thr_kill () from /lib/libc.so.7
core
[05:16:49.416] #0  0x000000082dcbe41a in thr_kill () from /lib/libc.so.7
[05:16:49.416] #1  0x000000082dc37e64 in raise () from /lib/libc.so.7
[05:16:49.416] #2  0x000000082dce86f9 in abort () from /lib/libc.so.7
[05:16:49.416] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.416] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.416] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.416] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.416] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216961d8) at ../src/backe...
[05:16:49.416] #8  0x00000000007d222c in main (argc=4, argv=0x8216961d8) at ../src/backend/main/main.c:196
[05:16:49.680] #0  0x000000082b12e41a in thr_kill () from /lib/libc.so.7
core
[05:16:49.689] #0  0x000000082b12e41a in thr_kill () from /lib/libc.so.7
[05:16:49.689] #1  0x000000082b0a7e64 in raise () from /lib/libc.so.7
[05:16:49.689] #2  0x000000082b1586f9 in abort () from /lib/libc.so.7
[05:16:49.689] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.689] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.689] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.689] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.689] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821575908) at ../src/backe...
[05:16:49.689] #8  0x00000000007d222c in main (argc=4, argv=0x821575908) at ../src/backend/main/main.c:196
[05:16:49.949] #0  0x000000082957041a in thr_kill () from /lib/libc.so.7
core
[05:16:49.958] #0  0x000000082957041a in thr_kill () from /lib/libc.so.7
[05:16:49.958] #1  0x00000008294e9e64 in raise () from /lib/libc.so.7
[05:16:49.958] #2  0x000000082959a6f9 in abort () from /lib/libc.so.7
[05:16:49.958] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:49.958] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:49.958] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:49.958] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:49.958] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218f6e00) at ../src/backe...
[05:16:49.958] #8  0x00000000007d222c in main (argc=4, argv=0x8218f6e00) at ../src/backend/main/main.c:196
[05:16:50.215] #0  0x000000082a32e41a in thr_kill () from /lib/libc.so.7
core
[05:16:50.224] #0  0x000000082a32e41a in thr_kill () from /lib/libc.so.7
[05:16:50.224] #1  0x000000082a2a7e64 in raise () from /lib/libc.so.7
[05:16:50.224] #2  0x000000082a3586f9 in abort () from /lib/libc.so.7
[05:16:50.224] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:50.224] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:50.224] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:50.224] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:50.225] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210e4ff8) at ../src/backe...
[05:16:50.225] #8  0x00000000007d222c in main (argc=4, argv=0x8210e4ff8) at ../src/backend/main/main.c:196
[05:16:50.490] #0  0x000000082cc7041a in thr_kill () from /lib/libc.so.7
core
[05:16:50.500] #0  0x000000082cc7041a in thr_kill () from /lib/libc.so.7
[05:16:50.500] #1  0x000000082cbe9e64 in raise () from /lib/libc.so.7
[05:16:50.500] #2  0x000000082cc9a6f9 in abort () from /lib/libc.so.7
[05:16:50.500] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:50.500] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:50.500] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:50.500] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:50.500] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8214ae3b8) at ../src/backe...
[05:16:50.500] #8  0x00000000007d222c in main (argc=4, argv=0x8214ae3b8) at ../src/backend/main/main.c:196
[05:16:50.756] #0  0x000000082dd1041a in thr_kill () from /lib/libc.so.7
core
[05:16:50.766] #0  0x000000082dd1041a in thr_kill () from /lib/libc.so.7
[05:16:50.766] #1  0x000000082dc89e64 in raise () from /lib/libc.so.7
[05:16:50.766] #2  0x000000082dd3a6f9 in abort () from /lib/libc.so.7
[05:16:50.766] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:50.766] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:50.766] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:50.766] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:50.766] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82195acb0) at ../src/backe...
[05:16:50.766] #8  0x00000000007d222c in main (argc=4, argv=0x82195acb0) at ../src/backend/main/main.c:196
[05:16:51.022] #0  0x000000082cf1941a in thr_kill () from /lib/libc.so.7
core
[05:16:51.032] #0  0x000000082cf1941a in thr_kill () from /lib/libc.so.7
[05:16:51.032] #1  0x000000082ce92e64 in raise () from /lib/libc.so.7
[05:16:51.032] #2  0x000000082cf436f9 in abort () from /lib/libc.so.7
[05:16:51.032] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.032] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.032] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.032] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.032] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x82143a390) at ../src/backe...
[05:16:51.032] #8  0x00000000007d222c in main (argc=4, argv=0x82143a390) at ../src/backend/main/main.c:196
[05:16:51.292] #0  0x000000082c91341a in thr_kill () from /lib/libc.so.7
core
[05:16:51.301] #0  0x000000082c91341a in thr_kill () from /lib/libc.so.7
[05:16:51.301] #1  0x000000082c88ce64 in raise () from /lib/libc.so.7
[05:16:51.301] #2  0x000000082c93d6f9 in abort () from /lib/libc.so.7
[05:16:51.301] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.301] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.301] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.301] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.301] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820f029d0) at ../src/backe...
[05:16:51.301] #8  0x00000000007d222c in main (argc=4, argv=0x820f029d0) at ../src/backend/main/main.c:196
[05:16:51.557] #0  0x000000082bb4d41a in thr_kill () from /lib/libc.so.7
core
[05:16:51.566] #0  0x000000082bb4d41a in thr_kill () from /lib/libc.so.7
[05:16:51.566] #1  0x000000082bac6e64 in raise () from /lib/libc.so.7
[05:16:51.566] #2  0x000000082bb776f9 in abort () from /lib/libc.so.7
[05:16:51.566] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.566] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.566] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.566] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.567] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8216bd9f8) at ../src/backe...
[05:16:51.567] #8  0x00000000007d222c in main (argc=4, argv=0x8216bd9f8) at ../src/backend/main/main.c:196
[05:16:51.823] #0  0x000000082aec541a in thr_kill () from /lib/libc.so.7
core
[05:16:51.833] #0  0x000000082aec541a in thr_kill () from /lib/libc.so.7
[05:16:51.833] #1  0x000000082ae3ee64 in raise () from /lib/libc.so.7
[05:16:51.833] #2  0x000000082aeef6f9 in abort () from /lib/libc.so.7
[05:16:51.833] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:51.833] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:51.833] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:51.833] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:51.833] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821733bd8) at ../src/backe...
[05:16:51.833] #8  0x00000000007d222c in main (argc=4, argv=0x821733bd8) at ../src/backend/main/main.c:196
[05:16:52.081] #0  0x000000082d5d541a in thr_kill () from /lib/libc.so.7
core
[05:16:52.090] #0  0x000000082d5d541a in thr_kill () from /lib/libc.so.7
[05:16:52.090] #1  0x000000082d54ee64 in raise () from /lib/libc.so.7
[05:16:52.090] #2  0x000000082d5ff6f9 in abort () from /lib/libc.so.7
[05:16:52.090] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.090] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.090] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.090] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.090] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8215123d8) at ../src/backe...
[05:16:52.090] #8  0x00000000007d222c in main (argc=4, argv=0x8215123d8) at ../src/backend/main/main.c:196
[05:16:52.344] #0  0x000000082a3be41a in thr_kill () from /lib/libc.so.7
core
[05:16:52.354] #0  0x000000082a3be41a in thr_kill () from /lib/libc.so.7
[05:16:52.354] #1  0x000000082a337e64 in raise () from /lib/libc.so.7
[05:16:52.354] #2  0x000000082a3e86f9 in abort () from /lib/libc.so.7
[05:16:52.354] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.354] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.354] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.354] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.354] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821829650) at ../src/backe...
[05:16:52.354] #8  0x00000000007d222c in main (argc=4, argv=0x821829650) at ../src/backend/main/main.c:196
[05:16:52.605] #0  0x000000082b77a41a in thr_kill () from /lib/libc.so.7
core
[05:16:52.615] #0  0x000000082b77a41a in thr_kill () from /lib/libc.so.7
[05:16:52.615] #1  0x000000082b6f3e64 in raise () from /lib/libc.so.7
[05:16:52.615] #2  0x000000082b7a46f9 in abort () from /lib/libc.so.7
[05:16:52.615] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.615] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.615] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.615] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.615] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821155df0) at ../src/backe...
[05:16:52.615] #8  0x00000000007d222c in main (argc=4, argv=0x821155df0) at ../src/backend/main/main.c:196
[05:16:52.867] #0  0x000000082bece41a in thr_kill () from /lib/libc.so.7
core
[05:16:52.876] #0  0x000000082bece41a in thr_kill () from /lib/libc.so.7
[05:16:52.876] #1  0x000000082be47e64 in raise () from /lib/libc.so.7
[05:16:52.876] #2  0x000000082bef86f9 in abort () from /lib/libc.so.7
[05:16:52.876] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:52.876] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:52.876] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:52.876] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:52.876] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82131a290) at ../src/backe...
[05:16:52.876] #8  0x00000000007d222c in main (argc=8, argv=0x82131a290) at ../src/backend/main/main.c:196
[05:16:53.132] #0  0x000000082b00441a in thr_kill () from /lib/libc.so.7
core
[05:16:53.142] #0  0x000000082b00441a in thr_kill () from /lib/libc.so.7
[05:16:53.142] #1  0x000000082af7de64 in raise () from /lib/libc.so.7
[05:16:53.142] #2  0x000000082b02e6f9 in abort () from /lib/libc.so.7
[05:16:53.142] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.142] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.142] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.142] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.142] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d03a00) at ../src/backe...
[05:16:53.142] #8  0x00000000007d222c in main (argc=4, argv=0x820d03a00) at ../src/backend/main/main.c:196
[05:16:53.402] #0  0x000000082aa5941a in thr_kill () from /lib/libc.so.7
core
[05:16:53.412] #0  0x000000082aa5941a in thr_kill () from /lib/libc.so.7
[05:16:53.412] #1  0x000000082a9d2e64 in raise () from /lib/libc.so.7
[05:16:53.412] #2  0x000000082aa836f9 in abort () from /lib/libc.so.7
[05:16:53.412] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.412] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.412] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.412] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.412] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82178b408) at ../src/backe...
[05:16:53.412] #8  0x00000000007d222c in main (argc=8, argv=0x82178b408) at ../src/backend/main/main.c:196
[05:16:53.677] #0  0x000000082ceaf41a in thr_kill () from /lib/libc.so.7
core
[05:16:53.686] #0  0x000000082ceaf41a in thr_kill () from /lib/libc.so.7
[05:16:53.686] #1  0x000000082ce28e64 in raise () from /lib/libc.so.7
[05:16:53.686] #2  0x000000082ced96f9 in abort () from /lib/libc.so.7
[05:16:53.686] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.686] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.686] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.686] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.687] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x82165b6c8) at ../src/backe...
[05:16:53.687] #8  0x00000000007d222c in main (argc=8, argv=0x82165b6c8) at ../src/backend/main/main.c:196
[05:16:53.945] #0  0x000000082c5a941a in thr_kill () from /lib/libc.so.7
core
[05:16:53.955] #0  0x000000082c5a941a in thr_kill () from /lib/libc.so.7
[05:16:53.955] #1  0x000000082c522e64 in raise () from /lib/libc.so.7
[05:16:53.955] #2  0x000000082c5d36f9 in abort () from /lib/libc.so.7
[05:16:53.955] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:53.955] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:53.955] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:53.955] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:53.955] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x8211f5790) at ../src/backe...
[05:16:53.955] #8  0x00000000007d222c in main (argc=8, argv=0x8211f5790) at ../src/backend/main/main.c:196
[05:16:54.213] #0  0x000000082c97541a in thr_kill () from /lib/libc.so.7
core
[05:16:54.222] #0  0x000000082c97541a in thr_kill () from /lib/libc.so.7
[05:16:54.222] #1  0x000000082c8eee64 in raise () from /lib/libc.so.7
[05:16:54.222] #2  0x000000082c99f6f9 in abort () from /lib/libc.so.7
[05:16:54.222] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:54.222] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:54.222] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:54.222] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:54.222] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218e0b08) at ../src/backe...
[05:16:54.222] #8  0x00000000007d222c in main (argc=4, argv=0x8218e0b08) at ../src/backend/main/main.c:196
[05:16:54.476] #0  0x000000082dc1d41a in thr_kill () from /lib/libc.so.7
core
[05:16:54.485] #0  0x000000082dc1d41a in thr_kill () from /lib/libc.so.7
[05:16:54.485] #1  0x000000082db96e64 in raise () from /lib/libc.so.7
[05:16:54.485] #2  0x000000082dc476f9 in abort () from /lib/libc.so.7
[05:16:54.485] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:54.485] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:54.485] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:54.485] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:54.486] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8210efc68) at ../src/backe...
[05:16:54.486] #8  0x00000000007d222c in main (argc=4, argv=0x8210efc68) at ../src/backend/main/main.c:196
[05:16:54.737] #0  0x000000082db7941a in thr_kill () from /lib/libc.so.7
core
[05:16:54.746] #0  0x000000082db7941a in thr_kill () from /lib/libc.so.7
[05:16:54.746] #1  0x000000082daf2e64 in raise () from /lib/libc.so.7
[05:16:54.746] #2  0x000000082dba36f9 in abort () from /lib/libc.so.7
[05:16:54.746] #3  0x0000000000a9fc55 in ExceptionalCondition (conditionName=0x2e719b "(remainMask.mask | targetMask.mas...
[05:16:54.746] #4  0x000000000089ce37 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:16:54.746] #5  0x000000000089b339 in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2090
[05:16:54.746] #6  ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:16:54.746] #7  0x000000000089a70b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x821894c90) at ../src/backe...
[05:16:54.746] #8  0x00000000007d222c in main (argc=8, argv=0x821894c90) at ../src/backend/main/main.c:196
[05:16:54.994] #0  0x000000082ba7641a in thr_kill () from /lib/libc.so.7
tap
[05:13:49.493](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/001_verify_heapam/data/t...
tap
[05:13:49.545](0.191s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/data/t_002_cic_C...
tap
[05:13:49.602](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_2pc/data/t_003_c...
tap
[05:13:49.656](0.232s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/004_verify_nbtree_unique...
tap
[05:13:49.921](0.284s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr/data/t_005_pitr...
tap
[05:13:50.589](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/001_password/data...
tap
[05:13:50.671](0.233s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/002_saslprep/data...
tap
[05:13:50.723](0.236s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/003_peer/data/t_0...
tap
[05:13:50.782](0.215s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/004_file_inclusio...
tap
[05:13:50.956](0.247s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/authentication/006_login_trigger...
tap
[05:13:49.892](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/auto_explain/001_auto_explain/da...
tap
[05:13:49.981](0.206s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_basic/da...
tap
[05:13:49.881](0.174s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/data/t_001_wal_pri...
tap
[05:13:53.665](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/01_workitems/data/t_01_work...
tap
[05:13:53.867](0.273s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/brin/02_wal_consistency/data/t_0...
tap
[05:13:56.035](0.204s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/001_basic/data/t_001_b...
tap
[05:13:56.029](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/002_restarts/data/t_00...
tap
[05:13:56.022](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/003_standby_restarts/d...
tap
[05:13:56.180](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/checksums/004_offline/data/t_004...
tap
[05:13:53.808](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/001_base/data/t_001_ba...
tap
[05:13:54.022](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/002_standby/data/t_002...
tap
[05:13:54.091](0.250s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/003_standby_2/data/t_0...
tap
[05:13:54.056](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/commit_ts/004_restart/data/t_004...
tap
[05:13:56.801](0.238s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/icu/010_database/data/t_010_data...
tap
[05:13:54.133](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/injection_points/001_stats/data/...
tap
[04:50:00.072](1.149s) Bail out!  pg_ctl restart failed
tap
[05:13:54.969](0.201s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_b...
tap
[05:13:56.684](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/data/t_001_auth_no...
tap
[05:13:56.999](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpasswd/data/t_002_b...
tap
[05:13:54.326](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/001_libpq_pipelin...
tap
[05:13:33.166](0.311s) Bail out!  pg_ctl stop failed
tap
[05:13:31.460](0.210s) Bail out!  pg_ctl restart failed
tap
[05:13:36.994](0.206s) Bail out!  pg_ctl stop failed
tap
[05:13:35.997](1.549s) Bail out!  pg_ctl stop failed
tap
[05:13:38.640](0.204s) Bail out!  pg_ctl restart failed
tap
[05:13:43.740](1.104s) Bail out!  pg_ctl stop failed
tap
[05:13:42.720](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[05:13:43.303](0.470s) Bail out!  pg_ctl stop failed
tap
[05:13:43.799](0.545s) Bail out!  pg_ctl start failed
tap
[05:13:43.812](0.225s) Bail out!  pg_ctl start failed
tap
[05:13:44.489](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/005_integrity/d...
tap
[05:13:44.532](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/006_db_file_cop...
tap
[05:13:44.547](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/007_wal_level_m...
tap
[05:13:44.699](0.071s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/008_promote/dat...
tap
[05:13:44.870](0.198s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_combinebackup/009_no_full_fil...
tap
[05:13:45.034](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_controldata/001_pg_controldat...
tap
[05:13:45.044](0.188s) not ok 11 - pg_ctl initdb
tap
[05:13:45.210](0.189s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_status/data/t_002_sta...
tap
[05:13:45.370](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promote/data/t_003_pr...
tap
[05:13:45.379](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logrotate/data/t_004_...
tap
[05:13:45.696](0.167s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_dump/data/t_002_p...
tap
[05:13:45.685](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_dump_with_server/...
tap
[05:13:45.729](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_dump_parallel/dat...
tap
[05:13:45.861](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_dump_filterfile/d...
tap
[05:13:45.980](0.157s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump_connstr/data/t_...
tap
[05:13:50.141](0.175s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_basic/data/t_001_...
tap
[05:13:46.007](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001...
tap
[05:13:46.031](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_corrupted/data/t...
tap
[05:13:46.164](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data/t_001_b...
tap
[05:13:46.285](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_0...
tap
[05:13:46.312](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles/data/t_...
tap
[05:13:46.338](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_symlink/da...
tap
[05:13:46.481](0.177s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_same_timeline/data...
tap
[05:13:46.636](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_source/dat...
tap
[05:13:46.645](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recovery_point...
tap
[05:13:46.729](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_files/data...
tap
[05:13:46.788](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recycled_wals...
tap
[05:13:50.407](0.281s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/010_restart/d...
tap
[04:49:51.973](0.668s) Bail out!  pg_ctl stop failed
tap
[04:48:56.314](2.352s) Bail out!  pg_ctl stop failed
tap
[04:48:58.911](3.329s) Bail out!  pg_ctl stop failed
tap
[05:13:47.078](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/002_algorithm/da...
tap
[05:13:47.083](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/003_corruption/d...
tap
[05:13:47.092](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/004_options/data...
tap
[05:13:47.383](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/006_encoding/dat...
tap
[05:13:47.388](0.161s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/007_wal/data/t_0...
tap
[05:13:47.393](0.159s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/008_untar/data/t...
tap
[05:13:47.467](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/009_extract/data...
tap
[05:13:47.689](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/010_client_untar...
tap
[05:13:50.229](0.181s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/001_concurrent_tra...
tap
[05:13:50.308](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_visibility/002_corrupt_vm/dat...
tap
[05:13:47.739](0.166s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_basic/data/t_001_...
tap
[05:13:47.703](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_save_fullpage/dat...
tap
[05:13:47.906](0.168s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_walsummary/002_blocks/data/t_...
tap
[05:13:47.996](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbench_with_server/...
tap
[05:13:50.949](0.207s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/001_connection_limits...
tap
[05:13:51.080](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/postmaster/002_start_stop/data/t...
tap
[05:13:48.080](0.173s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_...
tap
[05:13:48.228](0.163s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/010_tab_completion/data/t_0...
tap
[05:13:48.310](0.171s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/data/t_020_cance...
tap
[04:48:55.911](3.877s) Bail out!  pg_ctl stop failed
tap
[04:48:55.989](0.824s) Bail out!  pg_ctl stop failed
tap
[04:48:59.604](3.097s) Bail out!  pg_ctl stop failed
tap
[04:48:59.674](0.533s) Bail out!  pg_ctl restart failed
tap
[04:49:03.251](0.745s) Bail out!  pg_ctl stop failed
tap
[04:49:12.578](12.750s) Bail out!  pg_ctl restart failed
tap
[04:49:02.904](0.968s) Bail out!  pg_ctl stop failed
tap
[04:49:04.454](0.760s) Bail out!  pg_ctl stop failed
tap
[04:49:06.826](3.139s) Bail out!  pg_ctl stop failed
tap
[04:49:08.600](0.826s) Bail out!  pg_ctl stop failed
tap
[04:49:11.857](4.034s) Bail out!  pg_ctl stop failed
tap
[04:49:12.224](3.470s) Bail out!  pg_ctl stop failed
tap
[04:49:12.398](0.861s) Bail out!  pg_ctl restart failed
tap
[04:49:16.241](3.660s) Bail out!  pg_ctl stop failed
tap
[04:49:17.587](1.157s) Bail out!  pg_ctl stop failed
tap
[04:49:17.516](1.035s) Bail out!  pg_ctl stop failed
tap
[04:49:19.247](1.084s) Bail out!  pg_ctl stop failed
tap
[04:49:20.729](0.743s) Bail out!  pg_ctl stop failed
tap
[04:49:21.174](2.369s) Bail out!  pg_ctl restart failed
tap
[04:49:25.543](0.627s) Bail out!  pg_ctl stop failed
tap
[04:50:08.105](0.314s) Bail out!  pg_ctl restart failed
tap
[04:49:29.004](0.516s) Bail out!  pg_ctl stop failed
tap
[04:49:29.027](0.518s) Bail out!  pg_ctl stop failed
tap
[04:49:33.700](0.555s) Bail out!  pg_ctl restart failed
tap
[04:49:33.792](0.633s) Bail out!  pg_ctl restart failed
tap
[04:49:41.311](2.048s) Bail out!  pg_ctl stop failed
tap
[04:49:38.856](3.855s) Bail out!  pg_ctl stop failed
tap
[04:49:42.559](2.914s) Bail out!  pg_ctl stop failed
tap
[04:49:50.160](0.489s) Bail out!  pg_ctl stop failed
tap
[04:49:46.335](3.562s) Bail out!  pg_ctl stop failed
tap
[04:49:52.895](0.930s) Bail out!  pg_ctl restart failed
tap
[04:49:53.227](0.360s) Bail out!  pg_ctl stop failed
tap
[04:49:57.090](0.313s) Bail out!  pg_ctl stop failed
tap
[04:49:56.492](0.518s) Bail out!  pg_ctl stop failed
tap
[04:49:56.701](0.305s) Bail out!  pg_ctl stop failed
tap
[05:13:48.400](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/010_clusterdb/data/t_010...
tap
[05:13:48.403](0.164s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/011_clusterdb_all/data/t...
tap
[05:13:48.547](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/020_createdb/data/t_020_...
tap
[05:13:48.656](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/040_createuser/data/t_04...
tap
[05:13:48.751](0.192s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/050_dropdb/data/t_050_dr...
tap
[05:13:48.768](0.184s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/070_dropuser/data/t_070_...
tap
[05:13:48.906](0.203s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_isready/data/t_08...
tap
[05:13:48.950](0.169s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/090_reindexdb/data/t_090...
tap
[05:13:49.068](0.266s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/091_reindexdb_all/data/t...
tap
[05:13:49.215](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_...
tap
[05:13:49.140](0.225s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/101_vacuumdb_all/data/t_...
tap
[05:13:49.226](0.180s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/102_vacuumdb_stages/data...
tap
[05:13:49.273](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/scripts/200_connstr/data/t_200_c...
tap
[05:13:54.361](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_callback/001_test...
tap
[05:13:56.418](0.202s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests/data/t_001_sslt...
tap
[05:13:56.416](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/data/t_002_scram_p...
tap
[05:13:56.417](0.193s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/data/t_003_sslin...
tap
[05:13:51.191](0.309s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/001_rep_changes/dat...
tap
[05:13:51.124](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/002_types/data/t_00...
tap
[05:13:51.358](0.252s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/003_constraints/dat...
tap
[05:13:51.369](0.251s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/004_sync/data/t_004...
tap
[05:13:51.478](0.242s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/005_encoding/data/t...
tap
[05:13:51.490](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/006_rewrite/data/t_...
tap
[05:13:51.557](0.190s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/007_ddl/data/t_007_...
tap
[05:13:51.697](0.188s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/008_diff_schema/dat...
tap
[05:13:51.709](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/009_matviews/data/t...
tap
[05:13:51.948](0.274s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/010_truncate/data/t...
tap
[05:13:51.846](0.199s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/011_generated/data/...
tap
[05:13:51.901](0.165s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/012_collation/data/...
tap
[05:13:52.064](0.196s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/013_partition/data/...
tap
[05:13:52.117](0.267s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/014_binary/data/t_0...
tap
[05:13:52.229](0.235s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/015_stream/data/t_0...
tap
[05:13:52.227](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/016_stream_subxact/...
tap
[05:13:52.346](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/017_stream_ddl/data...
tap
[05:13:52.493](0.277s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/018_stream_subxact_...
tap
[05:13:52.435](0.178s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/019_stream_subxact_...
tap
[05:13:52.630](0.254s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/020_messages/data/t...
tap
[05:13:52.645](0.257s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/021_twophase/data/t...
tap
[05:13:52.678](0.194s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/022_twophase_cascad...
tap
[05:13:52.817](0.224s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/023_twophase_stream...
tap
[05:13:52.859](0.212s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/024_add_drop_pub/da...
tap
[05:13:52.967](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/025_rep_changes_for...
tap
[05:13:53.065](0.270s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/026_stats/data/t_02...
tap
[05:13:53.061](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/027_nosuperuser/dat...
tap
[05:13:53.209](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/028_row_filter/data...
tap
[05:13:53.294](0.285s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/029_on_error/data/t...
tap
[05:13:53.316](0.187s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/030_origin/data/t_0...
tap
[05:13:53.437](0.229s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/031_column_list/dat...
tap
[05:13:53.454](0.237s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/032_subscribe_use_i...
tap
[05:13:53.693](0.278s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/033_run_as_table_ow...
tap
[05:13:53.618](0.182s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/subscription/100_bugs/data/t_100...
tap
[05:13:54.401](0.170s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_custom_rmgrs/001_basic/data...
tap
[05:13:50.369](0.243s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_decoding/001_repl_stats/dat...
tap
[05:13:54.854](0.195s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/001_constraint_validat...
tap
[05:13:54.951](0.226s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/002_tablespace/data/t_...
tap
[05:13:55.204](0.244s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/003_check_guc/data/t_0...
tap
[05:13:55.262](0.211s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/004_io_direct/data/t_0...
tap
[05:13:55.315](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/005_timeouts/data/t_00...
tap
[05:13:55.374](0.197s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_misc/006_signal_autovacuum/...
tap
[05:13:55.660](0.283s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001_base/data/t_001...
tap
[05:13:55.656](0.208s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/test_slru/001_multixact/data/t_0...
tap
[05:13:55.654](0.183s) Bail out!  command "initdb -D /tmp/cirrus-ci-build/build/testrun/worker_spi/001_worker_spi/data/t...
test
[05:15:37.300]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:15:37.300]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[05:15:37.300]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[05:15:37.300]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:15:37.300]   9/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[05:15:37.300]  11/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[05:15:37.300]  12/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[05:15:37.300]  13/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[05:15:37.300]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[05:15:37.300]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:15:37.300]  16/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[05:15:37.300]  18/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[05:15:37.300]  19/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[05:15:37.300]  20/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[05:15:37.300]  21/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[05:15:37.300]  22/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[05:15:37.300]  23/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:15:37.300]  24/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[05:15:37.300]  25/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[05:15:37.300]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[05:15:37.300]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[05:15:37.300]  28/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[05:15:37.300]  30/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[05:15:37.300]  31/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[05:15:37.300]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[05:15:37.300]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[05:15:37.300]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[05:15:37.300]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[05:15:37.300]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[05:15:37.300]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[05:15:37.300]  39/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:15:37.300]  40/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:15:37.300]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:15:37.300]  42/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[05:15:37.300]  43/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[05:15:37.300]  44/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[05:15:37.300]  45/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:15:37.300]  46/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[05:15:37.300]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:15:37.300]  48/318 postgresql:regress / regress/regress                                            ERROR           1...
[05:15:37.300]  49/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:15:37.300]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[05:15:37.300]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[05:15:37.300]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[05:15:37.300]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[05:15:37.300]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[05:15:37.300]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[05:15:37.300]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[05:15:37.300]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[05:15:37.300]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[05:15:37.300]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[05:15:37.300]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[05:15:37.300]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[05:15:37.300]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[05:15:37.300]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[05:15:37.301]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[05:15:37.301]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[05:15:37.301]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[05:15:37.301]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[05:15:37.301]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[05:15:37.301]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[05:15:37.301]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[05:15:37.301]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[05:15:37.301]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[05:15:37.301]  73/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[05:15:37.301]  74/318 postgresql:isn / isn/regress                                                    ERROR           1...
[05:15:37.301]  75/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[05:15:37.301]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[05:15:37.301]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[05:15:37.301]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[05:15:37.301]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[05:15:37.301]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[05:15:37.301]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[05:15:37.301]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
[05:15:37.301]  83/318 postgresql:pgcrypto / pgcrypto/regress                                          ERROR           1...
[05:15:37.301]  84/318 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR           1...
[05:15:37.301]  85/318 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR           1...
[05:15:37.301]  86/318 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR           1...
[05:15:37.301]  87/318 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR           1...
[05:15:37.301]  88/318 postgresql:pgstattuple / pgstattuple/regress                                    ERROR           1...
[05:15:37.301]  89/318 postgresql:pg_surgery / pg_surgery/regress                                      ERROR           1...
[05:15:37.301]  90/318 postgresql:pg_trgm / pg_trgm/regress                                            ERROR           1...
[05:15:37.301]  91/318 postgresql:pg_visibility / pg_visibility/regress                                ERROR           1...
[05:15:37.301]  92/318 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR           1...
[05:15:37.301]  93/318 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR           1...
[05:15:37.301]  94/318 postgresql:seg / seg/regress                                                    ERROR           1...
[05:15:37.301]  95/318 postgresql:tablefunc / tablefunc/regress                                        ERROR           1...
[05:15:37.301]  96/318 postgresql:tcn / tcn/isolation                                                  ERROR           1...
[05:15:37.301]  97/318 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR           1...
[05:15:37.301]  98/318 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR           1...
[05:15:37.301]  99/318 postgresql:test_decoding / test_decoding/isolation                              ERROR           1...
[05:15:37.301] 100/318 postgresql:test_decoding / test_decoding/regress                                ERROR           1...
[05:15:37.301] 101/318 postgresql:unaccent / unaccent/regress                                          ERROR           1...
[05:15:37.301] 102/318 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR           1...
[05:15:37.301] 103/318 postgresql:xml2 / xml2/regress                                                  ERROR           1...
[05:15:37.301] 104/318 postgresql:brin / brin/isolation                                                ERROR           1...
[05:15:37.301] 105/318 postgresql:commit_ts / commit_ts/regress                                        ERROR           1...
[05:15:37.301] 106/318 postgresql:delay_execution / delay_execution/isolation                          ERROR           1...
[05:15:37.301] 107/318 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR           1...
[05:15:37.301] 108/318 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR           1...
[05:15:37.301] 109/318 postgresql:gin / gin/regress                                                    ERROR           1...
[05:15:37.301] 110/318 postgresql:injection_points / injection_points/regress                          ERROR           1...
[05:15:37.301] 111/318 postgresql:injection_points / injection_points/isolation                        ERROR           1...
[05:15:37.301] 112/318 postgresql:plsample / plsample/regress                                          ERROR           1...
[05:15:37.301] 113/318 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR           1...
[05:15:37.301] 114/318 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR           1...
[05:15:37.301] 115/318 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR           1...
[05:15:37.301] 116/318 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR           1...
[05:15:37.301] 117/318 postgresql:test_dsa / test_dsa/regress                                          ERROR           1...
[05:15:37.301] 118/318 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR           1...
[05:15:37.301] 119/318 postgresql:test_extensions / test_extensions/regress                            ERROR           1...
[05:15:37.301] 120/318 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR           1...
[05:15:37.301] 121/318 postgresql:test_lfind / test_lfind/regress                                      ERROR           1...
[05:15:37.301] 122/318 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR           1...
[05:15:37.301] 123/318 postgresql:test_integerset / test_integerset/regress                            ERROR           1...
[05:15:37.301] 124/318 postgresql:test_parser / test_parser/regress                                    ERROR           1...
[05:15:37.301] 125/318 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR           1...
[05:15:37.301] 126/318 postgresql:test_predtest / test_predtest/regress                                ERROR           1...
[05:15:37.301] 127/318 postgresql:test_radixtree / test_radixtree/regress                              ERROR           1...
[05:15:37.302] 128/318 postgresql:test_rbtree / test_rbtree/regress                                    ERROR           1...
[05:15:37.302] 129/318 postgresql:test_regex / test_regex/regress                                      ERROR           1...
[05:15:37.302] 130/318 postgresql:test_resowner / test_resowner/regress                                ERROR           1...
[05:15:37.302] 131/318 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR           1...
[05:15:37.302] 135/318 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[05:15:37.302] 136/318 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR           1...
[05:15:37.302] 138/318 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[05:15:37.302] 140/318 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:15:37.302] 141/318 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:15:37.302] 143/318 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[05:15:37.302] 145/318 postgresql:test_slru / test_slru/regress                                        ERROR           1...
[05:15:37.302] 152/318 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[05:15:37.302] 153/318 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:15:37.302] 154/318 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[05:15:37.302] 155/318 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[05:15:37.302] 156/318 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[05:15:37.302] 157/318 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[05:15:37.302] 158/318 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[05:15:37.302] 160/318 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[05:15:37.302] 161/318 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[05:15:37.302] 162/318 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[05:15:37.302] 163/318 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[05:15:37.302] 164/318 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[05:15:37.302] 165/318 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[05:15:37.302] 166/318 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[05:15:37.302] 169/318 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[05:15:37.302] 170/318 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:15:37.302] 171/318 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[05:15:37.302] 172/318 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[05:15:37.302] 173/318 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[05:15:37.302] 174/318 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[05:15:37.302] 175/318 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[05:15:37.302] 176/318 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[05:15:37.302] 177/318 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[05:15:37.302] 178/318 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[05:15:37.302] 179/318 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[05:15:37.302] 181/318 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[05:15:37.302] 182/318 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[05:15:37.302] 183/318 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[05:15:37.302] 184/318 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[05:15:37.302] 187/318 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[05:15:37.302] 189/318 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[05:15:37.302] 190/318 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[05:15:37.302] 191/318 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[05:15:37.302] 193/318 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[05:15:37.302] 194/318 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[05:15:37.302] 195/318 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[05:15:37.302] 196/318 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[05:15:37.302] 198/318 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[05:15:37.302] 199/318 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[05:15:37.302] 200/318 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[05:15:37.302] 201/318 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[05:15:37.302] 202/318 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:15:37.302] 203/318 postgresql:psql / psql/001_basic                                                ERROR            ...
[05:15:37.303] 205/318 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[05:15:37.303] 206/318 postgresql:psql / psql/020_cancel                                               ERROR            ...
[05:15:37.303] 207/318 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[05:15:37.303] 208/318 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[05:15:37.303] 209/318 postgresql:test_tidstore / test_tidstore/regress                                ERROR           1...
[05:15:37.303] 210/318 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[05:15:37.303] 211/318 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[05:15:37.303] 212/318 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[05:15:37.303] 213/318 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[05:15:37.303] 214/318 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[05:15:37.303] 215/318 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[05:15:37.303] 216/318 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[05:15:37.303] 217/318 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[05:15:37.303] 218/318 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[05:15:37.303] 219/318 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[05:15:37.303] 220/318 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[05:15:37.303] 221/318 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[05:15:37.303] 223/318 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[05:15:37.303] 224/318 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[05:15:37.303] 225/318 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[05:15:37.303] 227/318 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[05:15:37.303] 228/318 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[05:15:37.303] 229/318 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[05:15:37.303] 230/318 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[05:15:37.303] 231/318 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[05:15:37.303] 232/318 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[05:15:37.303] 234/318 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[05:15:37.303] 235/318 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[05:15:37.303] 236/318 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[05:15:37.303] 238/318 postgresql:authentication / authentication/001_password                         ERROR            ...
[05:15:37.303] 240/318 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[05:15:37.303] 239/318 postgresql:authentication / authentication/003_peer                             ERROR            ...
[05:15:37.303] 241/318 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[05:15:37.303] 242/318 postgresql:postmaster / postmaster/001_connection_limits                        ERROR            ...
[05:15:37.303] 243/318 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[05:15:37.303] 244/318 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[05:15:37.303] 245/318 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:15:37.303] 246/318 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:15:37.303] 247/318 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:15:37.303] 248/318 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:15:37.303] 249/318 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:15:37.303] 250/318 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:15:37.303] 251/318 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:15:37.303] 252/318 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:15:37.303] 253/318 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[05:15:37.303] 254/318 postgresql:subscription / subscription/011_generated                            ERROR            ...
[05:15:37.303] 255/318 postgresql:subscription / subscription/012_collation                            ERROR            ...
[05:15:37.303] 256/318 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[05:15:37.303] 257/318 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:15:37.303] 258/318 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:15:37.303] 259/318 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:15:37.303] 260/318 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:15:37.303] 261/318 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:15:37.334] 262/318 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:15:37.334] 263/318 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:15:37.334] 264/318 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:15:37.334] 265/318 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:15:37.334] 266/318 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:15:37.334] 267/318 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:15:37.334] 268/318 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:15:37.334] 269/318 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:15:37.334] 270/318 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[05:15:37.334] 271/318 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:15:37.334] 272/318 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:15:37.334] 273/318 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:15:37.334] 274/318 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:15:37.334] 275/318 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:15:37.334] 276/318 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:15:37.334] 277/318 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:15:37.334] 278/318 postgresql:brin / brin/01_workitems                                             ERROR            ...
[05:15:37.334] 279/318 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[05:15:37.334] 280/318 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[05:15:37.334] 281/318 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[05:15:37.334] 282/318 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[05:15:37.334] 283/318 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[05:15:37.334] 284/318 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[05:15:37.334] 285/318 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[05:15:37.334] 286/318 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[05:15:37.334] 287/318 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[05:15:37.334] 288/318 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[05:15:37.334] 292/318 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[05:15:37.334] 293/318 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[05:15:37.334] 294/318 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[05:15:37.334] 295/318 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[05:15:37.334] 296/318 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[05:15:37.334] 297/318 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[05:15:37.334] 298/318 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[05:15:37.334] 300/318 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[05:15:37.334] 301/318 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[05:15:37.334] 302/318 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[05:15:37.334] 305/318 postgresql:checksums / checksums/003_standby_restarts                           ERROR            ...
[05:15:37.334] 306/318 postgresql:checksums / checksums/002_restarts                                   ERROR            ...
[05:15:37.334] 307/318 postgresql:checksums / checksums/001_basic                                      ERROR            ...
[05:15:37.334] 308/318 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[05:15:37.334] 309/318 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[05:15:37.334] 310/318 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[05:15:37.334] 311/318 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[05:15:37.334] 312/318 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
[05:15:37.334] 313/318 postgresql:icu / icu/010_database                                               ERROR            ...
[05:15:37.334] 314/318 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[05:15:37.334] 316/318 postgresql:typcache / typcache/regress                                          ERROR           1...
[05:15:37.334] 317/318 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR           1...
[05:15:37.334] 318/318 postgresql:ecpg / ecpg/ecpg                                                     ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2887, PID...
core
[04:55:34.811] #0  0x00007f8fd30abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.811] #1  0x00007f8fd305cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.811] #2  0x00007f8fd3047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.811] #3  0x000055b6e8b19c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55b6e8e838c0 "(remain...
[04:55:34.811] #4  0x000055b6e8667d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:34.811] #5  0x000055b6e86682c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:34.811] #6  0x000055b6e86693fc in ServerLoop () at postmaster.c:1650
[04:55:34.811] #7  0x000055b6e866b6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:34.811] #8  0x000055b6e8411180 in main (argc=8, argv=0x6070000003a0) at main.c:196
core
[04:55:28.965] #0  0x00007f28114abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.965] #1  0x00007f281145cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.965] #2  0x00007f2811447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.965] #3  0x000055a27520dc32 in ExceptionalCondition (conditionName=conditionName@entry=0x55a2755778c0 "(remain...
[04:55:28.965] #4  0x000055a274d5bd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:28.965] #5  0x000055a274d5c2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:28.965] #6  0x000055a274d5d3fc in ServerLoop () at postmaster.c:1650
[04:55:28.965] #7  0x000055a274d5f6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:28.965] #8  0x000055a274b05180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:29.425] #0  0x00007f299e6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:28.501] #0  0x00007f98f5cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.501] #1  0x00007f98f5c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.501] #2  0x00007f98f5c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.501] #3  0x0000564d25364c32 in ExceptionalCondition (conditionName=conditionName@entry=0x564d256ce8c0 "(remain...
[04:55:28.501] #4  0x0000564d24eb2d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:28.501] #5  0x0000564d24eb3402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:28.501] #6  0x0000564d24eb43fc in ServerLoop () at postmaster.c:1650
[04:55:28.501] #7  0x0000564d24eb66f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:28.501] #8  0x0000564d24c5c180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:28.953] #0  0x00007f28114abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:28.039] #0  0x00007f06d4cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.039] #1  0x00007f06d4c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.039] #2  0x00007f06d4c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:28.039] #3  0x0000556aa7b7ec32 in ExceptionalCondition (conditionName=conditionName@entry=0x556aa7ee88c0 "(remain...
[04:55:28.039] #4  0x0000556aa76ccd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:28.039] #5  0x0000556aa76cd2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:28.039] #6  0x0000556aa76ce3fc in ServerLoop () at postmaster.c:1650
[04:55:28.039] #7  0x0000556aa76d06f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:28.039] #8  0x0000556aa7476180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:28.490] #0  0x00007f98f5cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:27.575] #0  0x00007fe25a5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.575] #1  0x00007fe25a58cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.575] #2  0x00007fe25a577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.575] #3  0x00005577307e9c32 in ExceptionalCondition (conditionName=conditionName@entry=0x557730b538c0 "(remain...
[04:55:27.575] #4  0x0000557730337d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:27.575] #5  0x0000557730338402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:27.575] #6  0x00005577303393fc in ServerLoop () at postmaster.c:1650
[04:55:27.575] #7  0x000055773033b6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:27.575] #8  0x00005577300e1180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:28.025] #0  0x00007f06d4cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:27.113] #0  0x00007fa77f2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.113] #1  0x00007fa77f25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.113] #2  0x00007fa77f247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:27.113] #3  0x000055e6e593cc32 in ExceptionalCondition (conditionName=conditionName@entry=0x55e6e5ca68c0 "(remain...
[04:55:27.113] #4  0x000055e6e548ad8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:27.113] #5  0x000055e6e548b2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:27.113] #6  0x000055e6e548c3fc in ServerLoop () at postmaster.c:1650
[04:55:27.113] #7  0x000055e6e548e6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:27.113] #8  0x000055e6e5234180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:27.563] #0  0x00007fe25a5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:26.646] #0  0x00007f02becabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.646] #1  0x00007f02bec5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.646] #2  0x00007f02bec47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.646] #3  0x000055944b7e3c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55944bb4d8c0 "(remain...
[04:55:26.646] #4  0x000055944b331d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:26.646] #5  0x000055944b332402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:26.646] #6  0x000055944b3333fc in ServerLoop () at postmaster.c:1650
[04:55:26.646] #7  0x000055944b3356f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000590) at postmaste...
[04:55:26.646] #8  0x000055944b0db180 in main (argc=4, argv=0x604000000590) at main.c:196
[04:55:27.102] #0  0x00007fa77f2abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:26.184] #0  0x00007f3c338abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.184] #1  0x00007f3c3385cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.184] #2  0x00007f3c33847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:26.184] #3  0x000055ee2c7aac32 in ExceptionalCondition (conditionName=conditionName@entry=0x55ee2cb148c0 "(remain...
[04:55:26.184] #4  0x000055ee2c2f8d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:26.184] #5  0x000055ee2c2f9402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:26.184] #6  0x000055ee2c2fa3fc in ServerLoop () at postmaster.c:1650
[04:55:26.184] #7  0x000055ee2c2fc6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:26.184] #8  0x000055ee2c0a2180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:26.635] #0  0x00007f02becabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:29.908] #0  0x00007fa2f0eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.908] #1  0x00007fa2f0e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.908] #2  0x00007fa2f0e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.908] #3  0x0000561e37729c32 in ExceptionalCondition (conditionName=conditionName@entry=0x561e37a938c0 "(remain...
[04:55:29.908] #4  0x0000561e37277d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:29.908] #5  0x0000561e372782c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:29.908] #6  0x0000561e372793fc in ServerLoop () at postmaster.c:1650
[04:55:29.908] #7  0x0000561e3727b6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:29.908] #8  0x0000561e37021180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:30.342] #0  0x00007fdec32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:30.354] #0  0x00007fdec32abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.354] #1  0x00007fdec325cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.354] #2  0x00007fdec3247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.354] #3  0x000056265f6fec32 in ExceptionalCondition (conditionName=conditionName@entry=0x56265fa688c0 "(remain...
[04:55:30.354] #4  0x000056265f24cd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:30.354] #5  0x000056265f24d2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:30.354] #6  0x000056265f24e3fc in ServerLoop () at postmaster.c:1650
[04:55:30.354] #7  0x000056265f2506f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:30.354] #8  0x000056265eff6180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:30.786] #0  0x00007f264d5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:30.797] #0  0x00007f264d5dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.797] #1  0x00007f264d58cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.797] #2  0x00007f264d577472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:30.797] #3  0x0000555a348e4c32 in ExceptionalCondition (conditionName=conditionName@entry=0x555a34c4e8c0 "(remain...
[04:55:30.797] #4  0x0000555a34432d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:30.797] #5  0x0000555a344332c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:30.797] #6  0x0000555a344343fc in ServerLoop () at postmaster.c:1650
[04:55:30.797] #7  0x0000555a344366f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:30.797] #8  0x0000555a341dc180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:31.226] #0  0x00007f460addbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:31.237] #0  0x00007f460addbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.237] #1  0x00007f460ad8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.237] #2  0x00007f460ad77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.237] #3  0x0000564d24d05c32 in ExceptionalCondition (conditionName=conditionName@entry=0x564d2506f8c0 "(remain...
[04:55:31.237] #4  0x0000564d24853d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:31.237] #5  0x0000564d24854402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:31.237] #6  0x0000564d248553fc in ServerLoop () at postmaster.c:1650
[04:55:31.237] #7  0x0000564d248576f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x6040000005d0) at postmaste...
[04:55:31.237] #8  0x0000564d245fd180 in main (argc=4, argv=0x6040000005d0) at main.c:196
[04:55:31.665] #0  0x00007f5bed7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:31.676] #0  0x00007f5bed7dbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.676] #1  0x00007f5bed78cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.676] #2  0x00007f5bed777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:31.676] #3  0x0000563492a28c32 in ExceptionalCondition (conditionName=conditionName@entry=0x563492d928c0 "(remain...
[04:55:31.676] #4  0x0000563492576d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:31.676] #5  0x00005634925772c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:31.676] #6  0x00005634925783fc in ServerLoop () at postmaster.c:1650
[04:55:31.676] #7  0x000056349257a6f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:31.676] #8  0x0000563492320180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:32.117] #0  0x00007f7298cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:32.130] #0  0x00007f7298cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.130] #1  0x00007f7298c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.130] #2  0x00007f7298c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.130] #3  0x000055a316010c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55a31637a8c0 "(remain...
[04:55:32.130] #4  0x000055a315b5ed8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:32.130] #5  0x000055a315b5f2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:32.130] #6  0x000055a315b603fc in ServerLoop () at postmaster.c:1650
[04:55:32.130] #7  0x000055a315b626f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:32.130] #8  0x000055a315908180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:32.558] #0  0x00007fe025cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:32.569] #0  0x00007fe025cabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.569] #1  0x00007fe025c5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.569] #2  0x00007fe025c47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:32.569] #3  0x0000564df940bc32 in ExceptionalCondition (conditionName=conditionName@entry=0x564df97758c0 "(remain...
[04:55:32.569] #4  0x0000564df8f59d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:32.569] #5  0x0000564df8f5a2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:32.569] #6  0x0000564df8f5b3fc in ServerLoop () at postmaster.c:1650
[04:55:32.569] #7  0x0000564df8f5d6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:32.569] #8  0x0000564df8d03180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:33.001] #0  0x00007fde5f8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:33.013] #0  0x00007fde5f8abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.013] #1  0x00007fde5f85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.013] #2  0x00007fde5f847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.013] #3  0x000055a99c0d9c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55a99c4438c0 "(remain...
[04:55:33.013] #4  0x000055a99bc27d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:33.013] #5  0x000055a99bc282c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:33.013] #6  0x000055a99bc293fc in ServerLoop () at postmaster.c:1650
[04:55:33.013] #7  0x000055a99bc2b6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:33.013] #8  0x000055a99b9d1180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:33.441] #0  0x00007f63290abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:33.452] #0  0x00007f63290abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.452] #1  0x00007f632905cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.452] #2  0x00007f6329047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.452] #3  0x0000556054742c32 in ExceptionalCondition (conditionName=conditionName@entry=0x556054aac8c0 "(remain...
[04:55:33.452] #4  0x0000556054290d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:33.452] #5  0x00005560542912c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:33.452] #6  0x00005560542923fc in ServerLoop () at postmaster.c:1650
[04:55:33.452] #7  0x00005560542946f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:33.452] #8  0x000055605403a180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:33.895] #0  0x00007f41848abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:33.906] #0  0x00007f41848abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.906] #1  0x00007f418485cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.906] #2  0x00007f4184847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:33.906] #3  0x000055de0614cc32 in ExceptionalCondition (conditionName=conditionName@entry=0x55de064b68c0 "(remain...
[04:55:33.906] #4  0x000055de05c9ad8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:33.906] #5  0x000055de05c9b2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:33.906] #6  0x000055de05c9c3fc in ServerLoop () at postmaster.c:1650
[04:55:33.906] #7  0x000055de05c9e6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:33.906] #8  0x000055de05a44180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:34.349] #0  0x00007f13844abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:34.360] #0  0x00007f13844abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.360] #1  0x00007f138445cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.360] #2  0x00007f1384447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:34.360] #3  0x000055794b762c32 in ExceptionalCondition (conditionName=conditionName@entry=0x55794bacc8c0 "(remain...
[04:55:34.360] #4  0x000055794b2b0d8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:34.360] #5  0x000055794b2b1402 in process_pm_shutdown_request () at postmaster.c:2179
[04:55:34.360] #6  0x000055794b2b23fc in ServerLoop () at postmaster.c:1650
[04:55:34.360] #7  0x000055794b2b46f3 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x604000000610) at postmaste...
[04:55:34.360] #8  0x000055794b05a180 in main (argc=4, argv=0x604000000610) at main.c:196
[04:55:34.800] #0  0x00007f8fd30abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:55:29.436] #0  0x00007f299e6abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.436] #1  0x00007f299e65cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.436] #2  0x00007f299e647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:55:29.436] #3  0x000056065b04dc32 in ExceptionalCondition (conditionName=conditionName@entry=0x56065b3b78c0 "(remain...
[04:55:29.436] #4  0x000056065ab9bd8d in PostmasterStateMachine () at postmaster.c:2887
[04:55:29.436] #5  0x000056065ab9c2c1 in process_pm_shutdown_request () at postmaster.c:2142
[04:55:29.436] #6  0x000056065ab9d3fc in ServerLoop () at postmaster.c:1650
[04:55:29.436] #7  0x000056065ab9f6f3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x6070000003a0) at postmaste...
[04:55:29.436] #8  0x000056065a945180 in main (argc=8, argv=0x6070000003a0) at main.c:196
[04:55:29.897] #0  0x00007fa2f0eabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:51:37.189](2.131s) Bail out!  pg_ctl stop failed
tap
[04:51:37.841](2.045s) Bail out!  pg_ctl restart failed
tap
[04:51:22.097](1.532s) Bail out!  pg_ctl stop failed
tap
[04:51:17.237](2.179s) Bail out!  pg_ctl stop failed
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
[05:04:15.766] #0  0x00007f72fc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.766] #1  0x00007f72fc05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.766] #2  0x00007f72fc045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.766] #3  0x0000560b71c3a754 in ExceptionalCondition (conditionName=conditionName@entry=0x560b71edd308 "(remain...
[05:04:15.766] #4  0x0000560b71855de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:15.766] #5  0x0000560b7185633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:15.766] #6  0x0000560b718571fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:15.766] #7  0x0000560b71858c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560b9502fd20) at ../src/ba...
[05:04:15.766] #8  0x0000560b71690c4a in main (argc=8, argv=0x560b9502fd20) at ../src/backend/main/main.c:196
[05:04:16.218] #0  0x00007fab260a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:24.102] #0  0x00007ff8566a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.102] #1  0x00007ff85665afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.102] #2  0x00007ff856645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.102] #3  0x000055723d12e754 in ExceptionalCondition (conditionName=conditionName@entry=0x55723d3d1308 "(remain...
[05:03:24.102] #4  0x000055723cd49de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:24.102] #5  0x000055723cd4a47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:24.102] #6  0x000055723cd4b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:24.102] #7  0x000055723cd4cc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557256ca0d00) at ../src/ba...
[05:03:24.102] #8  0x000055723cb84c4a in main (argc=4, argv=0x557256ca0d00) at ../src/backend/main/main.c:196
[05:03:24.546] #0  0x00007f283f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:24.570] #0  0x00007f283f8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.570] #1  0x00007f283f85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.570] #2  0x00007f283f845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:24.570] #3  0x000056402bb4f754 in ExceptionalCondition (conditionName=conditionName@entry=0x56402bdf2308 "(remain...
[05:03:24.570] #4  0x000056402b76ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:24.570] #5  0x000056402b76b33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:24.570] #6  0x000056402b76c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:24.571] #7  0x000056402b76dc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564058e52d20) at ../src/ba...
[05:03:24.571] #8  0x000056402b5a5c4a in main (argc=8, argv=0x564058e52d20) at ../src/backend/main/main.c:196
[05:03:25.062] #0  0x00007fa10b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:25.082] #0  0x00007fa10b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.082] #1  0x00007fa10b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.082] #2  0x00007fa10b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.082] #3  0x00005622c3e2f754 in ExceptionalCondition (conditionName=conditionName@entry=0x5622c40d2308 "(remain...
[05:03:25.082] #4  0x00005622c3a4ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:25.082] #5  0x00005622c3a4b47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:25.082] #6  0x00005622c3a4c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:25.082] #7  0x00005622c3a4dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622f8548d00) at ../src/ba...
[05:03:25.082] #8  0x00005622c3885c4a in main (argc=4, argv=0x5622f8548d00) at ../src/backend/main/main.c:196
[05:03:25.575] #0  0x00007f11804a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:25.596] #0  0x00007f11804a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.596] #1  0x00007f118045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.596] #2  0x00007f1180445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:25.596] #3  0x0000558903348754 in ExceptionalCondition (conditionName=conditionName@entry=0x5589035eb308 "(remain...
[05:03:25.596] #4  0x0000558902f63de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:25.596] #5  0x0000558902f6433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:25.596] #6  0x0000558902f651fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:25.596] #7  0x0000558902f66c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5589194abcf0) at ../src/ba...
[05:03:25.596] #8  0x0000558902d9ec4a in main (argc=4, argv=0x5589194abcf0) at ../src/backend/main/main.c:196
[05:03:26.089] #0  0x00007fb6de6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:26.112] #0  0x00007fb6de6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.112] #1  0x00007fb6de65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.112] #2  0x00007fb6de645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.112] #3  0x000055d5763ce754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d576671308 "(remain...
[05:03:26.112] #4  0x000055d575fe9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:26.112] #5  0x000055d575fea33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:26.112] #6  0x000055d575feb1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:26.112] #7  0x000055d575fecc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d5886c9d00) at ../src/ba...
[05:03:26.112] #8  0x000055d575e24c4a in main (argc=4, argv=0x55d5886c9d00) at ../src/backend/main/main.c:196
[05:03:26.571] #0  0x00007fc196ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:26.593] #0  0x00007fc196ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.593] #1  0x00007fc196e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.593] #2  0x00007fc196e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:26.593] #3  0x00005596c1750754 in ExceptionalCondition (conditionName=conditionName@entry=0x5596c19f3308 "(remain...
[05:03:26.593] #4  0x00005596c136bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:26.593] #5  0x00005596c136c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:26.593] #6  0x00005596c136d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:26.593] #7  0x00005596c136ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5596c2457d10) at ../src/ba...
[05:03:26.593] #8  0x00005596c11a6c4a in main (argc=4, argv=0x5596c2457d10) at ../src/backend/main/main.c:196
[05:03:27.041] #0  0x00007f7aed0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:27.064] #0  0x00007f7aed0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.064] #1  0x00007f7aed05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.064] #2  0x00007f7aed045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.064] #3  0x0000560aaff20754 in ExceptionalCondition (conditionName=conditionName@entry=0x560ab01c3308 "(remain...
[05:03:27.064] #4  0x0000560aafb3bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:27.064] #5  0x0000560aafb3c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:27.064] #6  0x0000560aafb3d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:27.064] #7  0x0000560aafb3ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560aba50fd50) at ../src/ba...
[05:03:27.064] #8  0x0000560aaf976c4a in main (argc=8, argv=0x560aba50fd50) at ../src/backend/main/main.c:196
[05:03:27.533] #0  0x00007f2c69aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:27.553] #0  0x00007f2c69aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.553] #1  0x00007f2c69a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.553] #2  0x00007f2c69a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:27.553] #3  0x000056319c51f754 in ExceptionalCondition (conditionName=conditionName@entry=0x56319c7c2308 "(remain...
[05:03:27.553] #4  0x000056319c13ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:27.553] #5  0x000056319c13b47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:27.553] #6  0x000056319c13c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:27.553] #7  0x000056319c13dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5631bb1bed00) at ../src/ba...
[05:03:27.553] #8  0x000056319bf75c4a in main (argc=4, argv=0x5631bb1bed00) at ../src/backend/main/main.c:196
[05:03:28.041] #0  0x00007fdaf24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:28.064] #0  0x00007fdaf24a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.064] #1  0x00007fdaf245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.064] #2  0x00007fdaf2445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.064] #3  0x000055b654f6f754 in ExceptionalCondition (conditionName=conditionName@entry=0x55b655212308 "(remain...
[05:03:28.064] #4  0x000055b654b8ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:28.064] #5  0x000055b654b8b33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:28.064] #6  0x000055b654b8c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:28.064] #7  0x000055b654b8dc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b687319d20) at ../src/ba...
[05:03:28.064] #8  0x000055b6549c5c4a in main (argc=8, argv=0x55b687319d20) at ../src/backend/main/main.c:196
[05:03:28.523] #0  0x00007fb6fb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:28.542] #0  0x00007fb6fb0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.542] #1  0x00007fb6fb05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.542] #2  0x00007fb6fb045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:28.542] #3  0x0000559b3ee49754 in ExceptionalCondition (conditionName=conditionName@entry=0x559b3f0ec308 "(remain...
[05:03:28.542] #4  0x0000559b3ea64de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:28.542] #5  0x0000559b3ea6533a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:28.542] #6  0x0000559b3ea661fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:28.543] #7  0x0000559b3ea67c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559b4d0c7d80) at ../src/ba...
[05:03:28.543] #8  0x0000559b3e89fc4a in main (argc=8, argv=0x559b4d0c7d80) at ../src/backend/main/main.c:196
[05:03:28.983] #0  0x00007f7aea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:29.003] #0  0x00007f7aea0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.003] #1  0x00007f7aea05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.003] #2  0x00007f7aea045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.003] #3  0x000055c2b3c4b754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c2b3eee308 "(remain...
[05:03:29.003] #4  0x000055c2b3866de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:29.003] #5  0x000055c2b386747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:29.003] #6  0x000055c2b38681fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:29.003] #7  0x000055c2b3869c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c2cf20cd40) at ../src/ba...
[05:03:29.003] #8  0x000055c2b36a1c4a in main (argc=4, argv=0x55c2cf20cd40) at ../src/backend/main/main.c:196
[05:03:29.469] #0  0x00007f21e48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:29.489] #0  0x00007f21e48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.489] #1  0x00007f21e485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.489] #2  0x00007f21e4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.489] #3  0x0000559de0777754 in ExceptionalCondition (conditionName=conditionName@entry=0x559de0a1a308 "(remain...
[05:03:29.489] #4  0x0000559de0392de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:29.489] #5  0x0000559de039333a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:29.489] #6  0x0000559de03941fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:29.489] #7  0x0000559de0395c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559de35fbd90) at ../src/ba...
[05:03:29.489] #8  0x0000559de01cdc4a in main (argc=8, argv=0x559de35fbd90) at ../src/backend/main/main.c:196
[05:03:29.965] #0  0x00007fec002a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:29.987] #0  0x00007fec002a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.987] #1  0x00007fec0025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.987] #2  0x00007fec00245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:29.987] #3  0x000055d5c58bc754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d5c5b5f308 "(remain...
[05:03:29.987] #4  0x000055d5c54d7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:29.987] #5  0x000055d5c54d833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:29.987] #6  0x000055d5c54d91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:29.987] #7  0x000055d5c54dac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d5fb309d40) at ../src/ba...
[05:03:29.987] #8  0x000055d5c5312c4a in main (argc=4, argv=0x55d5fb309d40) at ../src/backend/main/main.c:196
[05:03:30.438] #0  0x00007f0f86ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:30.461] #0  0x00007f0f86ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.461] #1  0x00007f0f86c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.461] #2  0x00007f0f86c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.461] #3  0x0000561b49820754 in ExceptionalCondition (conditionName=conditionName@entry=0x561b49ac3308 "(remain...
[05:03:30.461] #4  0x0000561b4943bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:30.461] #5  0x0000561b4943c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:30.461] #6  0x0000561b4943d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:30.461] #7  0x0000561b4943ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561b83905d20) at ../src/ba...
[05:03:30.461] #8  0x0000561b49276c4a in main (argc=8, argv=0x561b83905d20) at ../src/backend/main/main.c:196
[05:03:30.923] #0  0x00007f873bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:30.947] #0  0x00007f873bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.947] #1  0x00007f873bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.947] #2  0x00007f873bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:30.947] #3  0x000055890d412754 in ExceptionalCondition (conditionName=conditionName@entry=0x55890d6b5308 "(remain...
[05:03:30.947] #4  0x000055890d02dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:30.947] #5  0x000055890d02e33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:30.947] #6  0x000055890d02f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:30.948] #7  0x000055890d030c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55893a49ed40) at ../src/ba...
[05:03:30.948] #8  0x000055890ce68c4a in main (argc=8, argv=0x55893a49ed40) at ../src/backend/main/main.c:196
[05:03:31.405] #0  0x00007f3ab2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:31.424] #0  0x00007f3ab2ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.424] #1  0x00007f3ab2c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.424] #2  0x00007f3ab2c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.424] #3  0x0000558fd881d754 in ExceptionalCondition (conditionName=conditionName@entry=0x558fd8ac0308 "(remain...
[05:03:31.424] #4  0x0000558fd8438de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:31.424] #5  0x0000558fd843933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:31.424] #6  0x0000558fd843a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:31.425] #7  0x0000558fd843bc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558fe34dbd40) at ../src/ba...
[05:03:31.425] #8  0x0000558fd8273c4a in main (argc=8, argv=0x558fe34dbd40) at ../src/backend/main/main.c:196
[05:03:31.868] #0  0x00007f4eb22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:31.890] #0  0x00007f4eb22a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.890] #1  0x00007f4eb225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.890] #2  0x00007f4eb2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:31.890] #3  0x000055cf012cd754 in ExceptionalCondition (conditionName=conditionName@entry=0x55cf01570308 "(remain...
[05:03:31.890] #4  0x000055cf00ee8de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:31.890] #5  0x000055cf00ee933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:31.890] #6  0x000055cf00eea1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:31.890] #7  0x000055cf00eebc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55cf3bbb4d10) at ../src/ba...
[05:03:31.890] #8  0x000055cf00d23c4a in main (argc=4, argv=0x55cf3bbb4d10) at ../src/backend/main/main.c:196
[05:03:32.363] #0  0x00007fee19ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:32.381] #0  0x00007fee19ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.381] #1  0x00007fee19e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.381] #2  0x00007fee19e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.381] #3  0x00005578c8d30754 in ExceptionalCondition (conditionName=conditionName@entry=0x5578c8fd3308 "(remain...
[05:03:32.381] #4  0x00005578c894bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:32.381] #5  0x00005578c894c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:32.381] #6  0x00005578c894d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:32.382] #7  0x00005578c894ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5578e6507d40) at ../src/ba...
[05:03:32.382] #8  0x00005578c8786c4a in main (argc=8, argv=0x5578e6507d40) at ../src/backend/main/main.c:196
[05:03:32.849] #0  0x00007f666aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:32.873] #0  0x00007f666aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.873] #1  0x00007f666ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.873] #2  0x00007f666ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:32.873] #3  0x000055fe94407754 in ExceptionalCondition (conditionName=conditionName@entry=0x55fe946aa308 "(remain...
[05:03:32.873] #4  0x000055fe94022de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:32.873] #5  0x000055fe9402347b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:32.873] #6  0x000055fe940241fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:32.873] #7  0x000055fe94025c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55feb931bce0) at ../src/ba...
[05:03:32.873] #8  0x000055fe93e5dc4a in main (argc=4, argv=0x55feb931bce0) at ../src/backend/main/main.c:196
[05:03:33.326] #0  0x00007f0a636a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:33.346] #0  0x00007f0a636a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.346] #1  0x00007f0a6365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.346] #2  0x00007f0a63645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.346] #3  0x00005608f5c7a754 in ExceptionalCondition (conditionName=conditionName@entry=0x5608f5f1d308 "(remain...
[05:03:33.346] #4  0x00005608f5895de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:33.346] #5  0x00005608f589633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:33.346] #6  0x00005608f58971fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:33.346] #7  0x00005608f5898c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5609065c6d40) at ../src/ba...
[05:03:33.346] #8  0x00005608f56d0c4a in main (argc=8, argv=0x5609065c6d40) at ../src/backend/main/main.c:196
[05:03:33.824] #0  0x00007fc2780a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:33.848] #0  0x00007fc2780a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.848] #1  0x00007fc27805afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.848] #2  0x00007fc278045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:33.848] #3  0x0000564236d52754 in ExceptionalCondition (conditionName=conditionName@entry=0x564236ff5308 "(remain...
[05:03:33.848] #4  0x000056423696dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:33.848] #5  0x000056423696e47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:33.848] #6  0x000056423696f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:33.848] #7  0x0000564236970c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56426c201d00) at ../src/ba...
[05:03:33.848] #8  0x00005642367a8c4a in main (argc=4, argv=0x56426c201d00) at ../src/backend/main/main.c:196
[05:03:34.298] #0  0x00007f6cd7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:34.320] #0  0x00007f6cd7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.320] #1  0x00007f6cd7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.320] #2  0x00007f6cd7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.320] #3  0x0000561ca32ea754 in ExceptionalCondition (conditionName=conditionName@entry=0x561ca358d308 "(remain...
[05:03:34.320] #4  0x0000561ca2f05de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:34.320] #5  0x0000561ca2f0633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:34.320] #6  0x0000561ca2f071fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:34.321] #7  0x0000561ca2f08c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x561ccd6f2d90) at ../src/ba...
[05:03:34.321] #8  0x0000561ca2d40c4a in main (argc=8, argv=0x561ccd6f2d90) at ../src/backend/main/main.c:196
[05:03:34.764] #0  0x00007f6d35aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:34.788] #0  0x00007f6d35aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.788] #1  0x00007f6d35a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.788] #2  0x00007f6d35a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:34.788] #3  0x00005582d297d754 in ExceptionalCondition (conditionName=conditionName@entry=0x5582d2c20308 "(remain...
[05:03:34.788] #4  0x00005582d2598de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:34.788] #5  0x00005582d259933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:34.788] #6  0x00005582d259a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:34.788] #7  0x00005582d259bc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5582fa9cdd90) at ../src/ba...
[05:03:34.788] #8  0x00005582d23d3c4a in main (argc=8, argv=0x5582fa9cdd90) at ../src/backend/main/main.c:196
[05:03:35.258] #0  0x00007feb59ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:35.280] #0  0x00007feb59ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.280] #1  0x00007feb59c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.280] #2  0x00007feb59c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.280] #3  0x0000557915510754 in ExceptionalCondition (conditionName=conditionName@entry=0x5579157b3308 "(remain...
[05:03:35.280] #4  0x000055791512bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:35.280] #5  0x000055791512c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:35.280] #6  0x000055791512d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:35.281] #7  0x000055791512ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557920e05d20) at ../src/ba...
[05:03:35.281] #8  0x0000557914f66c4a in main (argc=4, argv=0x557920e05d20) at ../src/backend/main/main.c:196
[05:03:35.749] #0  0x00007f614e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:35.771] #0  0x00007f614e4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.771] #1  0x00007f614e45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.771] #2  0x00007f614e445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:35.771] #3  0x0000562f96434754 in ExceptionalCondition (conditionName=conditionName@entry=0x562f966d7308 "(remain...
[05:03:35.771] #4  0x0000562f9604fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:35.771] #5  0x0000562f9605047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:35.771] #6  0x0000562f960511fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:35.772] #7  0x0000562f96052c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562fa472fd00) at ../src/ba...
[05:03:35.772] #8  0x0000562f95e8ac4a in main (argc=4, argv=0x562fa472fd00) at ../src/backend/main/main.c:196
[05:03:36.230] #0  0x00007fe8840a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:36.250] #0  0x00007fe8840a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.250] #1  0x00007fe88405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.250] #2  0x00007fe884045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.250] #3  0x000055dd8b7db754 in ExceptionalCondition (conditionName=conditionName@entry=0x55dd8ba7e308 "(remain...
[05:03:36.250] #4  0x000055dd8b3f6de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:36.250] #5  0x000055dd8b3f747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:36.250] #6  0x000055dd8b3f81fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:36.251] #7  0x000055dd8b3f9c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55dd97df9d00) at ../src/ba...
[05:03:36.251] #8  0x000055dd8b231c4a in main (argc=4, argv=0x55dd97df9d00) at ../src/backend/main/main.c:196
[05:03:36.712] #0  0x00007fb0f56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:36.732] #0  0x00007fb0f56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.732] #1  0x00007fb0f565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.732] #2  0x00007fb0f5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:36.732] #3  0x000055d7331c9754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d73346c308 "(remain...
[05:03:36.732] #4  0x000055d732de4de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:36.732] #5  0x000055d732de547b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:36.732] #6  0x000055d732de61fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:36.732] #7  0x000055d732de7c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d75042ad10) at ../src/ba...
[05:03:36.732] #8  0x000055d732c1fc4a in main (argc=4, argv=0x55d75042ad10) at ../src/backend/main/main.c:196
[05:03:37.169] #0  0x00007fa8672a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:37.193] #0  0x00007fa8672a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.193] #1  0x00007fa86725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.193] #2  0x00007fa867245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.193] #3  0x000055c89b440754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c89b6e3308 "(remain...
[05:03:37.193] #4  0x000055c89b05bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:37.193] #5  0x000055c89b05c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:37.193] #6  0x000055c89b05d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:37.193] #7  0x000055c89b05ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c8cb200d00) at ../src/ba...
[05:03:37.193] #8  0x000055c89ae96c4a in main (argc=4, argv=0x55c8cb200d00) at ../src/backend/main/main.c:196
[05:03:37.663] #0  0x00007effcc2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:37.682] #0  0x00007effcc2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.682] #1  0x00007effcc25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.682] #2  0x00007effcc245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:37.682] #3  0x000056059cabc754 in ExceptionalCondition (conditionName=conditionName@entry=0x56059cd5f308 "(remain...
[05:03:37.682] #4  0x000056059c6d7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:37.682] #5  0x000056059c6d833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:37.682] #6  0x000056059c6d91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:37.682] #7  0x000056059c6dac6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5605c455ed20) at ../src/ba...
[05:03:37.682] #8  0x000056059c512c4a in main (argc=8, argv=0x5605c455ed20) at ../src/backend/main/main.c:196
[05:03:38.154] #0  0x00007fa8e14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:38.176] #0  0x00007fa8e14a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.176] #1  0x00007fa8e145afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.176] #2  0x00007fa8e1445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.176] #3  0x000055ca2648c754 in ExceptionalCondition (conditionName=conditionName@entry=0x55ca2672f308 "(remain...
[05:03:38.176] #4  0x000055ca260a7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:38.176] #5  0x000055ca260a847b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:38.176] #6  0x000055ca260a91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:38.176] #7  0x000055ca260aac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55ca359b4cf0) at ../src/ba...
[05:03:38.176] #8  0x000055ca25ee2c4a in main (argc=4, argv=0x55ca359b4cf0) at ../src/backend/main/main.c:196
[05:03:38.626] #0  0x00007f7c590a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:38.645] #0  0x00007f7c590a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.645] #1  0x00007f7c5905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.645] #2  0x00007f7c59045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:38.645] #3  0x0000564b66aeb754 in ExceptionalCondition (conditionName=conditionName@entry=0x564b66d8e308 "(remain...
[05:03:38.645] #4  0x0000564b66706de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:38.645] #5  0x0000564b6670747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:38.645] #6  0x0000564b667081fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:38.646] #7  0x0000564b66709c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564b6bc43d10) at ../src/ba...
[05:03:38.646] #8  0x0000564b66541c4a in main (argc=4, argv=0x564b6bc43d10) at ../src/backend/main/main.c:196
[05:03:39.087] #0  0x00007f455e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:39.110] #0  0x00007f455e0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.110] #1  0x00007f455e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.110] #2  0x00007f455e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.110] #3  0x0000558435fd0754 in ExceptionalCondition (conditionName=conditionName@entry=0x558436273308 "(remain...
[05:03:39.110] #4  0x0000558435bebde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:39.110] #5  0x0000558435bec47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:39.110] #6  0x0000558435bed1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:39.110] #7  0x0000558435beec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55844b2cbd10) at ../src/ba...
[05:03:39.110] #8  0x0000558435a26c4a in main (argc=4, argv=0x55844b2cbd10) at ../src/backend/main/main.c:196
[05:03:39.564] #0  0x00007fe7158a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:39.587] #0  0x00007fe7158a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.587] #1  0x00007fe71585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.587] #2  0x00007fe715845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:39.587] #3  0x00005571bd103754 in ExceptionalCondition (conditionName=conditionName@entry=0x5571bd3a6308 "(remain...
[05:03:39.587] #4  0x00005571bcd1ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:39.587] #5  0x00005571bcd1f33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:39.587] #6  0x00005571bcd201fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:39.587] #7  0x00005571bcd21c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5571f494ed30) at ../src/ba...
[05:03:39.587] #8  0x00005571bcb59c4a in main (argc=4, argv=0x5571f494ed30) at ../src/backend/main/main.c:196
[05:03:40.038] #0  0x00007efc7a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:40.057] #0  0x00007efc7a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.057] #1  0x00007efc7a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.057] #2  0x00007efc7a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.057] #3  0x0000562dfc6f8754 in ExceptionalCondition (conditionName=conditionName@entry=0x562dfc99b308 "(remain...
[05:03:40.057] #4  0x0000562dfc313de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:40.057] #5  0x0000562dfc31433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:40.057] #6  0x0000562dfc3151fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:40.058] #7  0x0000562dfc316c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x562e0d088d40) at ../src/ba...
[05:03:40.058] #8  0x0000562dfc14ec4a in main (argc=8, argv=0x562e0d088d40) at ../src/backend/main/main.c:196
[05:03:40.506] #0  0x00007f72bd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:40.525] #0  0x00007f72bd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.525] #1  0x00007f72bd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.525] #2  0x00007f72bd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:40.525] #3  0x0000560d94c0d754 in ExceptionalCondition (conditionName=conditionName@entry=0x560d94eb0308 "(remain...
[05:03:40.525] #4  0x0000560d94828de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:40.525] #5  0x0000560d9482933a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:40.525] #6  0x0000560d9482a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:40.525] #7  0x0000560d9482bc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560dceb1ed80) at ../src/ba...
[05:03:40.525] #8  0x0000560d94663c4a in main (argc=8, argv=0x560dceb1ed80) at ../src/backend/main/main.c:196
[05:03:40.992] #0  0x00007fc1b38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:41.015] #0  0x00007fc1b38a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.015] #1  0x00007fc1b385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.015] #2  0x00007fc1b3845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.015] #3  0x0000560999722754 in ExceptionalCondition (conditionName=conditionName@entry=0x5609999c5308 "(remain...
[05:03:41.015] #4  0x000056099933dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:41.015] #5  0x000056099933e47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:41.015] #6  0x000056099933f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:41.015] #7  0x0000560999340c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5609d1bb8d00) at ../src/ba...
[05:03:41.015] #8  0x0000560999178c4a in main (argc=4, argv=0x5609d1bb8d00) at ../src/backend/main/main.c:196
[05:03:41.475] #0  0x00007fb7360a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:41.494] #0  0x00007fb7360a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.494] #1  0x00007fb73605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.494] #2  0x00007fb736045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.494] #3  0x000055aa66fe5754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa67288308 "(remain...
[05:03:41.494] #4  0x000055aa66c00de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:41.494] #5  0x000055aa66c0147b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:41.494] #6  0x000055aa66c021fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:41.495] #7  0x000055aa66c03c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa9dd8fd10) at ../src/ba...
[05:03:41.495] #8  0x000055aa66a3bc4a in main (argc=4, argv=0x55aa9dd8fd10) at ../src/backend/main/main.c:196
[05:03:41.960] #0  0x00007f9c618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:41.980] #0  0x00007f9c618a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.980] #1  0x00007f9c6185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.980] #2  0x00007f9c61845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:41.980] #3  0x00005597936b4754 in ExceptionalCondition (conditionName=conditionName@entry=0x559793957308 "(remain...
[05:03:41.980] #4  0x00005597932cfde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:41.980] #5  0x00005597932d047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:41.980] #6  0x00005597932d11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:41.980] #7  0x00005597932d2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5597c0c90d00) at ../src/ba...
[05:03:41.980] #8  0x000055979310ac4a in main (argc=4, argv=0x5597c0c90d00) at ../src/backend/main/main.c:196
[05:03:42.455] #0  0x00007ff01aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:42.477] #0  0x00007ff01aaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.477] #1  0x00007ff01aa5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.477] #2  0x00007ff01aa45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.477] #3  0x0000562380426754 in ExceptionalCondition (conditionName=conditionName@entry=0x5623806c9308 "(remain...
[05:03:42.477] #4  0x0000562380041de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:42.477] #5  0x000056238004247b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:42.477] #6  0x00005623800431fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:42.477] #7  0x0000562380044c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5623b509ed00) at ../src/ba...
[05:03:42.477] #8  0x000056237fe7cc4a in main (argc=4, argv=0x5623b509ed00) at ../src/backend/main/main.c:196
[05:03:42.941] #0  0x00007f5ef8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:42.963] #0  0x00007f5ef8ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.963] #1  0x00007f5ef8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.963] #2  0x00007f5ef8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:42.963] #3  0x00005566bc8a9754 in ExceptionalCondition (conditionName=conditionName@entry=0x5566bcb4c308 "(remain...
[05:03:42.963] #4  0x00005566bc4c4de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:42.963] #5  0x00005566bc4c533a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:42.963] #6  0x00005566bc4c61fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:42.964] #7  0x00005566bc4c7c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5566c7919d50) at ../src/ba...
[05:03:42.964] #8  0x00005566bc2ffc4a in main (argc=8, argv=0x5566c7919d50) at ../src/backend/main/main.c:196
[05:03:43.422] #0  0x00007f13674a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:43.442] #0  0x00007f13674a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.442] #1  0x00007f136745afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.442] #2  0x00007f1367445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.442] #3  0x000055f3ed306754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f3ed5a9308 "(remain...
[05:03:43.442] #4  0x000055f3ecf21de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:43.442] #5  0x000055f3ecf2247b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:43.442] #6  0x000055f3ecf231fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:43.442] #7  0x000055f3ecf24c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f41fb10d00) at ../src/ba...
[05:03:43.442] #8  0x000055f3ecd5cc4a in main (argc=4, argv=0x55f41fb10d00) at ../src/backend/main/main.c:196
[05:03:43.932] #0  0x00007fb28daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:43.955] #0  0x00007fb28daa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.955] #1  0x00007fb28da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.955] #2  0x00007fb28da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:43.955] #3  0x00005622a219e754 in ExceptionalCondition (conditionName=conditionName@entry=0x5622a2441308 "(remain...
[05:03:43.955] #4  0x00005622a1db9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:43.955] #5  0x00005622a1dbb103 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:03:43.955] #6  0x00005622a1dbb20a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:03:43.956] #7  0x00005622a1dbcc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622c8c3cd00) at ../src/ba...
[05:03:43.956] #8  0x00005622a1bf4c4a in main (argc=4, argv=0x5622c8c3cd00) at ../src/backend/main/main.c:196
[05:03:44.403] #0  0x00007f3fcf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:44.423] #0  0x00007f3fcf8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.423] #1  0x00007f3fcf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.423] #2  0x00007f3fcf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.423] #3  0x00005606ef3f7754 in ExceptionalCondition (conditionName=conditionName@entry=0x5606ef69a308 "(remain...
[05:03:44.423] #4  0x00005606ef012de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:44.423] #5  0x00005606ef01333a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:44.423] #6  0x00005606ef0141fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:44.423] #7  0x00005606ef015c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560717fccd90) at ../src/ba...
[05:03:44.423] #8  0x00005606eee4dc4a in main (argc=8, argv=0x560717fccd90) at ../src/backend/main/main.c:196
[05:03:44.903] #0  0x00007f1a028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:44.925] #0  0x00007f1a028a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.925] #1  0x00007f1a0285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.925] #2  0x00007f1a02845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:44.925] #3  0x0000557354d58754 in ExceptionalCondition (conditionName=conditionName@entry=0x557354ffb308 "(remain...
[05:03:44.925] #4  0x0000557354973de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:44.925] #5  0x000055735497447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:44.925] #6  0x00005573549751fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:44.926] #7  0x0000557354976c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557366303d00) at ../src/ba...
[05:03:44.926] #8  0x00005573547aec4a in main (argc=4, argv=0x557366303d00) at ../src/backend/main/main.c:196
[05:03:45.372] #0  0x00007f37744a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:45.395] #0  0x00007f37744a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.395] #1  0x00007f377445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.395] #2  0x00007f3774445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.395] #3  0x00005642c6386754 in ExceptionalCondition (conditionName=conditionName@entry=0x5642c6629308 "(remain...
[05:03:45.395] #4  0x00005642c5fa1de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:45.395] #5  0x00005642c5fa233a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:45.395] #6  0x00005642c5fa31fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:45.395] #7  0x00005642c5fa4c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5642f605ed40) at ../src/ba...
[05:03:45.395] #8  0x00005642c5ddcc4a in main (argc=8, argv=0x5642f605ed40) at ../src/backend/main/main.c:196
[05:03:45.529] #0  0x00007f2606ea9ebc in ?? ()
core
[05:03:45.530] #0  0x00007f2606ea9ebc in ?? ()
[05:03:45.968] #0  0x00007f4b540a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:45.990] #0  0x00007f4b540a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.990] #1  0x00007f4b5405afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.990] #2  0x00007f4b54045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:45.990] #3  0x0000561bee3f2754 in ExceptionalCondition (conditionName=conditionName@entry=0x561bee695308 "(remain...
[05:03:45.990] #4  0x0000561bee00dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:45.990] #5  0x0000561bee00e47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:45.990] #6  0x0000561bee00f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:45.990] #7  0x0000561bee010c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561bef74ad00) at ../src/ba...
[05:03:45.990] #8  0x0000561bede48c4a in main (argc=4, argv=0x561bef74ad00) at ../src/backend/main/main.c:196
[05:03:46.468] #0  0x00007ff87eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:46.494] #0  0x00007ff87eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.494] #1  0x00007ff87ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.494] #2  0x00007ff87ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.494] #3  0x0000558ab8f7e754 in ExceptionalCondition (conditionName=conditionName@entry=0x558ab9221308 "(remain...
[05:03:46.494] #4  0x0000558ab8b99de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:46.494] #5  0x0000558ab8b9a47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:46.494] #6  0x0000558ab8b9b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:46.495] #7  0x0000558ab8b9cc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558ada3c9d20) at ../src/ba...
[05:03:46.495] #8  0x0000558ab89d4c4a in main (argc=4, argv=0x558ada3c9d20) at ../src/backend/main/main.c:196
[05:03:46.974] #0  0x00007fe426ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:21.562] #0  0x00007f84e52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.562] #1  0x00007f84e525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.562] #2  0x00007f84e5245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.562] #3  0x000055f0195db754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f01987e308 "(remain...
[05:04:21.562] #4  0x000055f0191f6de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:21.562] #5  0x000055f0191f733a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:21.562] #6  0x000055f0191f81fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:21.562] #7  0x000055f0191f9c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f021c48d40) at ../src/ba...
[05:04:21.562] #8  0x000055f019031c4a in main (argc=8, argv=0x55f021c48d40) at ../src/backend/main/main.c:196
core
[05:03:46.996] #0  0x00007fe426ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.996] #1  0x00007fe426e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.996] #2  0x00007fe426e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:46.996] #3  0x0000558f6085c754 in ExceptionalCondition (conditionName=conditionName@entry=0x558f60aff308 "(remain...
[05:03:46.996] #4  0x0000558f60477de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:46.996] #5  0x0000558f6047847b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:46.996] #6  0x0000558f604791fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:46.996] #7  0x0000558f6047ac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558f9b4b1d00) at ../src/ba...
[05:03:46.996] #8  0x0000558f602b2c4a in main (argc=4, argv=0x558f9b4b1d00) at ../src/backend/main/main.c:196
[05:03:47.438] #0  0x00007f7876aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:47.461] #0  0x00007f7876aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.461] #1  0x00007f7876a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.461] #2  0x00007f7876a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.461] #3  0x00005569ac834754 in ExceptionalCondition (conditionName=conditionName@entry=0x5569acad7308 "(remain...
[05:03:47.461] #4  0x00005569ac44fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:47.461] #5  0x00005569ac45033a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:47.461] #6  0x00005569ac4511fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:47.461] #7  0x00005569ac452c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5569b80ccd10) at ../src/ba...
[05:03:47.461] #8  0x00005569ac28ac4a in main (argc=4, argv=0x5569b80ccd10) at ../src/backend/main/main.c:196
[05:03:47.922] #0  0x00007f466eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:47.945] #0  0x00007f466eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.945] #1  0x00007f466ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.945] #2  0x00007f466ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:47.945] #3  0x000055f2b8c24754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f2b8ec7308 "(remain...
[05:03:47.945] #4  0x000055f2b883fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:47.945] #5  0x000055f2b884047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:47.945] #6  0x000055f2b88411fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:47.946] #7  0x000055f2b8842c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f2d469dd10) at ../src/ba...
[05:03:47.946] #8  0x000055f2b867ac4a in main (argc=4, argv=0x55f2d469dd10) at ../src/backend/main/main.c:196
[05:03:48.391] #0  0x00007f23738a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:48.410] #0  0x00007f23738a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.410] #1  0x00007f237385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.410] #2  0x00007f2373845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.410] #3  0x0000558e3911a754 in ExceptionalCondition (conditionName=conditionName@entry=0x558e393bd308 "(remain...
[05:03:48.410] #4  0x0000558e38d35de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:48.410] #5  0x0000558e38d3633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:48.410] #6  0x0000558e38d371fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:48.410] #7  0x0000558e38d38c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x558e6ac43d20) at ../src/ba...
[05:03:48.410] #8  0x0000558e38b70c4a in main (argc=8, argv=0x558e6ac43d20) at ../src/backend/main/main.c:196
[05:03:48.879] #0  0x00007ff1dd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:48.897] #0  0x00007ff1dd6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.897] #1  0x00007ff1dd65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.897] #2  0x00007ff1dd645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:48.897] #3  0x0000556635cae754 in ExceptionalCondition (conditionName=conditionName@entry=0x556635f51308 "(remain...
[05:03:48.897] #4  0x00005566358c9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:48.897] #5  0x00005566358ca47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:48.897] #6  0x00005566358cb1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:48.897] #7  0x00005566358ccc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556663ba3d40) at ../src/ba...
[05:03:48.897] #8  0x0000556635704c4a in main (argc=4, argv=0x556663ba3d40) at ../src/backend/main/main.c:196
[05:03:49.343] #0  0x00007ffb820a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:49.363] #0  0x00007ffb820a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.363] #1  0x00007ffb8205afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.363] #2  0x00007ffb82045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.363] #3  0x0000563696b5a754 in ExceptionalCondition (conditionName=conditionName@entry=0x563696dfd308 "(remain...
[05:03:49.363] #4  0x0000563696775de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:49.363] #5  0x000056369677633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:49.363] #6  0x00005636967771fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:49.363] #7  0x0000563696778c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x5636a609cd90) at ../src/ba...
[05:03:49.363] #8  0x00005636965b0c4a in main (argc=8, argv=0x5636a609cd90) at ../src/backend/main/main.c:196
[05:03:49.804] #0  0x00007f3925ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:49.824] #0  0x00007f3925ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.824] #1  0x00007f3925e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.824] #2  0x00007f3925e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:49.824] #3  0x000055f6af3e0754 in ExceptionalCondition (conditionName=conditionName@entry=0x55f6af683308 "(remain...
[05:03:49.824] #4  0x000055f6aeffbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:49.824] #5  0x000055f6aeffc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:49.824] #6  0x000055f6aeffd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:49.824] #7  0x000055f6aeffec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55f6e56f3d50) at ../src/ba...
[05:03:49.824] #8  0x000055f6aee36c4a in main (argc=8, argv=0x55f6e56f3d50) at ../src/backend/main/main.c:196
[05:03:50.261] #0  0x00007f4714ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:50.282] #0  0x00007f4714ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.282] #1  0x00007f4714c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.282] #2  0x00007f4714c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.282] #3  0x0000559c85057754 in ExceptionalCondition (conditionName=conditionName@entry=0x559c852fa308 "(remain...
[05:03:50.282] #4  0x0000559c84c72de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:50.282] #5  0x0000559c84c7333a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:50.282] #6  0x0000559c84c741fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:50.282] #7  0x0000559c84c75c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559c9bf38d90) at ../src/ba...
[05:03:50.282] #8  0x0000559c84aadc4a in main (argc=8, argv=0x559c9bf38d90) at ../src/backend/main/main.c:196
[05:03:50.737] #0  0x00007fe11c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:50.757] #0  0x00007fe11c2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.757] #1  0x00007fe11c25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.757] #2  0x00007fe11c245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:50.757] #3  0x000055681b5b0754 in ExceptionalCondition (conditionName=conditionName@entry=0x55681b853308 "(remain...
[05:03:50.757] #4  0x000055681b1cbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:50.757] #5  0x000055681b1cc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:50.757] #6  0x000055681b1cd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:50.757] #7  0x000055681b1cec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55682607cd80) at ../src/ba...
[05:03:50.757] #8  0x000055681b006c4a in main (argc=8, argv=0x55682607cd80) at ../src/backend/main/main.c:196
[05:03:51.230] #0  0x00007f5ed5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:51.253] #0  0x00007f5ed5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.253] #1  0x00007f5ed5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.253] #2  0x00007f5ed5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.253] #3  0x000055c36c86c754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c36cb0f308 "(remain...
[05:03:51.253] #4  0x000055c36c487de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:51.253] #5  0x000055c36c48833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:51.253] #6  0x000055c36c4891fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:51.253] #7  0x000055c36c48ac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c37eab8ce0) at ../src/ba...
[05:03:51.253] #8  0x000055c36c2c2c4a in main (argc=4, argv=0x55c37eab8ce0) at ../src/backend/main/main.c:196
[05:03:51.708] #0  0x00007f0bea4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:51.731] #0  0x00007f0bea4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.731] #1  0x00007f0bea45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.731] #2  0x00007f0bea445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:51.731] #3  0x0000562919968754 in ExceptionalCondition (conditionName=conditionName@entry=0x562919c0b308 "(remain...
[05:03:51.731] #4  0x0000562919583de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:51.731] #5  0x000056291958447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:51.731] #6  0x00005629195851fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:51.731] #7  0x0000562919586c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562948518cf0) at ../src/ba...
[05:03:51.731] #8  0x00005629193bec4a in main (argc=4, argv=0x562948518cf0) at ../src/backend/main/main.c:196
[05:03:52.175] #0  0x00007f88960a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:52.195] #0  0x00007f88960a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.195] #1  0x00007f889605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.195] #2  0x00007f8896045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.195] #3  0x0000563e361de754 in ExceptionalCondition (conditionName=conditionName@entry=0x563e36481308 "(remain...
[05:03:52.195] #4  0x0000563e35df9de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:52.195] #5  0x0000563e35dfa33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:52.195] #6  0x0000563e35dfb1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:52.195] #7  0x0000563e35dfcc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x563e6ffffd80) at ../src/ba...
[05:03:52.195] #8  0x0000563e35c34c4a in main (argc=8, argv=0x563e6ffffd80) at ../src/backend/main/main.c:196
[05:03:52.669] #0  0x00007f8fea8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:52.691] #0  0x00007f8fea8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.691] #1  0x00007f8fea85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.691] #2  0x00007f8fea845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:52.691] #3  0x000055560ca95754 in ExceptionalCondition (conditionName=conditionName@entry=0x55560cd38308 "(remain...
[05:03:52.691] #4  0x000055560c6b0de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:52.691] #5  0x000055560c6b133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:52.691] #6  0x000055560c6b21fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:52.691] #7  0x000055560c6b3c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5556195c8cf0) at ../src/ba...
[05:03:52.691] #8  0x000055560c4ebc4a in main (argc=4, argv=0x5556195c8cf0) at ../src/backend/main/main.c:196
[05:03:53.170] #0  0x00007f54d5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:53.195] #0  0x00007f54d5ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.195] #1  0x00007f54d5e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.195] #2  0x00007f54d5e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.195] #3  0x0000559134e4b754 in ExceptionalCondition (conditionName=conditionName@entry=0x5591350ee308 "(remain...
[05:03:53.195] #4  0x0000559134a66de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:53.195] #5  0x0000559134a6747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:53.195] #6  0x0000559134a681fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:53.195] #7  0x0000559134a69c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55913b110d00) at ../src/ba...
[05:03:53.195] #8  0x00005591348a1c4a in main (argc=4, argv=0x55913b110d00) at ../src/backend/main/main.c:196
[05:03:53.672] #0  0x00007f5ee78a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:53.694] #0  0x00007f5ee78a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.694] #1  0x00007f5ee785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.694] #2  0x00007f5ee7845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:53.694] #3  0x000055aadbf43754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aadc1e6308 "(remain...
[05:03:53.694] #4  0x000055aadbb5ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:53.694] #5  0x000055aadbb5f47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:53.694] #6  0x000055aadbb601fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:53.694] #7  0x000055aadbb61c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aafe763d00) at ../src/ba...
[05:03:53.694] #8  0x000055aadb999c4a in main (argc=4, argv=0x55aafe763d00) at ../src/backend/main/main.c:196
[05:03:54.162] #0  0x00007f912dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:54.186] #0  0x00007f912dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.186] #1  0x00007f912dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.186] #2  0x00007f912dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.186] #3  0x000055effa9cc754 in ExceptionalCondition (conditionName=conditionName@entry=0x55effac6f308 "(remain...
[05:03:54.186] #4  0x000055effa5e7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:54.186] #5  0x000055effa5e833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:54.186] #6  0x000055effa5e91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:54.187] #7  0x000055effa5eac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55f01563fd00) at ../src/ba...
[05:03:54.187] #8  0x000055effa422c4a in main (argc=4, argv=0x55f01563fd00) at ../src/backend/main/main.c:196
[05:03:54.674] #0  0x00007f438eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:54.694] #0  0x00007f438eaa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.694] #1  0x00007f438ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.694] #2  0x00007f438ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:54.694] #3  0x000055aa88245754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aa884e8308 "(remain...
[05:03:54.694] #4  0x000055aa87e60de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:54.694] #5  0x000055aa87e6147b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:54.694] #6  0x000055aa87e621fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:54.694] #7  0x000055aa87e63c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55aa9c036d10) at ../src/ba...
[05:03:54.694] #8  0x000055aa87c9bc4a in main (argc=4, argv=0x55aa9c036d10) at ../src/backend/main/main.c:196
[05:03:55.166] #0  0x00007f565f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:55.186] #0  0x00007f565f2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.186] #1  0x00007f565f25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.186] #2  0x00007f565f245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.186] #3  0x000055855980c754 in ExceptionalCondition (conditionName=conditionName@entry=0x558559aaf308 "(remain...
[05:03:55.186] #4  0x0000558559427de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:55.186] #5  0x000055855942847b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:55.186] #6  0x00005585594291fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:55.187] #7  0x000055855942ac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55857f371d00) at ../src/ba...
[05:03:55.187] #8  0x0000558559262c4a in main (argc=4, argv=0x55857f371d00) at ../src/backend/main/main.c:196
[05:03:55.655] #0  0x00007f98290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:55.678] #0  0x00007f98290a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.678] #1  0x00007f982905afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.678] #2  0x00007f9829045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:55.678] #3  0x0000563efeca1754 in ExceptionalCondition (conditionName=conditionName@entry=0x563efef44308 "(remain...
[05:03:55.678] #4  0x0000563efe8bcde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:55.678] #5  0x0000563efe8bd33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:55.678] #6  0x0000563efe8be1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:55.678] #7  0x0000563efe8bfc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x563f243c0d00) at ../src/ba...
[05:03:55.678] #8  0x0000563efe6f7c4a in main (argc=4, argv=0x563f243c0d00) at ../src/backend/main/main.c:196
[05:03:56.148] #0  0x00007f22b42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:56.167] #0  0x00007f22b42a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.167] #1  0x00007f22b425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.167] #2  0x00007f22b4245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.167] #3  0x00005573eabb8754 in ExceptionalCondition (conditionName=conditionName@entry=0x5573eae5b308 "(remain...
[05:03:56.167] #4  0x00005573ea7d3de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:56.167] #5  0x00005573ea7d447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:56.167] #6  0x00005573ea7d51fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:56.167] #7  0x00005573ea7d6c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55741ca65cd0) at ../src/ba...
[05:03:56.167] #8  0x00005573ea60ec4a in main (argc=4, argv=0x55741ca65cd0) at ../src/backend/main/main.c:196
[05:03:56.604] #0  0x00007f360eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:56.625] #0  0x00007f360eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.625] #1  0x00007f360ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.625] #2  0x00007f360ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:56.625] #3  0x00005628cea1f754 in ExceptionalCondition (conditionName=conditionName@entry=0x5628cecc2308 "(remain...
[05:03:56.625] #4  0x00005628ce63ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:56.625] #5  0x00005628ce63b33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:56.625] #6  0x00005628ce63c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:56.625] #7  0x00005628ce63dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5628f5dabd40) at ../src/ba...
[05:03:56.625] #8  0x00005628ce475c4a in main (argc=4, argv=0x5628f5dabd40) at ../src/backend/main/main.c:196
[05:03:57.086] #0  0x00007f572dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:57.108] #0  0x00007f572dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.108] #1  0x00007f572dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.108] #2  0x00007f572dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.108] #3  0x000055c614ebc754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c61515f308 "(remain...
[05:03:57.108] #4  0x000055c614ad7de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:57.108] #5  0x000055c614ad833a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:57.108] #6  0x000055c614ad91fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:57.108] #7  0x000055c614adac6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c643221d40) at ../src/ba...
[05:03:57.108] #8  0x000055c614912c4a in main (argc=4, argv=0x55c643221d40) at ../src/backend/main/main.c:196
[05:03:57.548] #0  0x00007f6182ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:57.569] #0  0x00007f6182ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.569] #1  0x00007f6182c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.569] #2  0x00007f6182c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:57.569] #3  0x000055969bc94754 in ExceptionalCondition (conditionName=conditionName@entry=0x55969bf37308 "(remain...
[05:03:57.569] #4  0x000055969b8afde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:57.569] #5  0x000055969b8b047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:57.569] #6  0x000055969b8b11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:57.569] #7  0x000055969b8b2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55969da64d20) at ../src/ba...
[05:03:57.569] #8  0x000055969b6eac4a in main (argc=4, argv=0x55969da64d20) at ../src/backend/main/main.c:196
[05:03:58.037] #0  0x00007f0de60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:58.058] #0  0x00007f0de60a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.058] #1  0x00007f0de605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.058] #2  0x00007f0de6045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.058] #3  0x00005645add92754 in ExceptionalCondition (conditionName=conditionName@entry=0x5645ae035308 "(remain...
[05:03:58.058] #4  0x00005645ad9adde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:58.058] #5  0x00005645ad9ae47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:58.058] #6  0x00005645ad9af1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:58.059] #7  0x00005645ad9b0c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5645c4205d00) at ../src/ba...
[05:03:58.059] #8  0x00005645ad7e8c4a in main (argc=4, argv=0x5645c4205d00) at ../src/backend/main/main.c:196
[05:03:58.502] #0  0x00007fa54b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:58.521] #0  0x00007fa54b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.521] #1  0x00007fa54b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.521] #2  0x00007fa54b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.521] #3  0x000055c3a6c91754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c3a6f34308 "(remain...
[05:03:58.521] #4  0x000055c3a68acde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:58.521] #5  0x000055c3a68ad33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:58.521] #6  0x000055c3a68ae1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:58.522] #7  0x000055c3a68afc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c3e73abd10) at ../src/ba...
[05:03:58.522] #8  0x000055c3a66e7c4a in main (argc=4, argv=0x55c3e73abd10) at ../src/backend/main/main.c:196
[05:03:58.962] #0  0x00007f3c7cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:58.982] #0  0x00007f3c7cca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.982] #1  0x00007f3c7cc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.982] #2  0x00007f3c7cc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:58.982] #3  0x00005582a887d754 in ExceptionalCondition (conditionName=conditionName@entry=0x5582a8b20308 "(remain...
[05:03:58.982] #4  0x00005582a8498de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:58.982] #5  0x00005582a849947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:58.982] #6  0x00005582a849a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:58.982] #7  0x00005582a849bc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5582db20cd10) at ../src/ba...
[05:03:58.982] #8  0x00005582a82d3c4a in main (argc=4, argv=0x5582db20cd10) at ../src/backend/main/main.c:196
[05:03:59.446] #0  0x00007fb2d06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:59.469] #0  0x00007fb2d06a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.469] #1  0x00007fb2d065afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.469] #2  0x00007fb2d0645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.469] #3  0x00005598dd99a754 in ExceptionalCondition (conditionName=conditionName@entry=0x5598ddc3d308 "(remain...
[05:03:59.469] #4  0x00005598dd5b5de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:59.469] #5  0x00005598dd5b633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:03:59.469] #6  0x00005598dd5b71fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:59.469] #7  0x00005598dd5b8c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5599019aed00) at ../src/ba...
[05:03:59.469] #8  0x00005598dd3f0c4a in main (argc=4, argv=0x5599019aed00) at ../src/backend/main/main.c:196
[05:03:59.931] #0  0x00007fd7f72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:03:59.951] #0  0x00007fd7f72a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.951] #1  0x00007fd7f725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.951] #2  0x00007fd7f7245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:03:59.951] #3  0x000055d2ebfb7754 in ExceptionalCondition (conditionName=conditionName@entry=0x55d2ec25a308 "(remain...
[05:03:59.951] #4  0x000055d2ebbd2de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:03:59.951] #5  0x000055d2ebbd347b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:03:59.951] #6  0x000055d2ebbd41fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:03:59.951] #7  0x000055d2ebbd5c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55d319fedd00) at ../src/ba...
[05:03:59.951] #8  0x000055d2eba0dc4a in main (argc=4, argv=0x55d319fedd00) at ../src/backend/main/main.c:196
[05:04:00.398] #0  0x00007f098a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:00.417] #0  0x00007f098a2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.417] #1  0x00007f098a25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.417] #2  0x00007f098a245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.417] #3  0x00005556ed7c0754 in ExceptionalCondition (conditionName=conditionName@entry=0x5556eda63308 "(remain...
[05:04:00.417] #4  0x00005556ed3dbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:00.417] #5  0x00005556ed3dc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:00.417] #6  0x00005556ed3dd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:00.418] #7  0x00005556ed3dec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555703700d50) at ../src/ba...
[05:04:00.418] #8  0x00005556ed216c4a in main (argc=8, argv=0x555703700d50) at ../src/backend/main/main.c:196
[05:04:00.886] #0  0x00007f8860ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:00.908] #0  0x00007f8860ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.908] #1  0x00007f8860c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.908] #2  0x00007f8860c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:00.908] #3  0x000055febaf93754 in ExceptionalCondition (conditionName=conditionName@entry=0x55febb236308 "(remain...
[05:04:00.908] #4  0x000055febabaede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:00.908] #5  0x000055febabaf47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:00.908] #6  0x000055febabb01fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:00.908] #7  0x000055febabb1c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55febe579d00) at ../src/ba...
[05:04:00.908] #8  0x000055feba9e9c4a in main (argc=4, argv=0x55febe579d00) at ../src/backend/main/main.c:196
[05:04:01.373] #0  0x00007f15de0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:01.395] #0  0x00007f15de0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.395] #1  0x00007f15de05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.395] #2  0x00007f15de045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.395] #3  0x000055c8254c1754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c825764308 "(remain...
[05:04:01.395] #4  0x000055c8250dcde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:01.395] #5  0x000055c8250dd47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:01.395] #6  0x000055c8250de1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:01.396] #7  0x000055c8250dfc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c844c88d00) at ../src/ba...
[05:04:01.396] #8  0x000055c824f17c4a in main (argc=4, argv=0x55c844c88d00) at ../src/backend/main/main.c:196
[05:04:01.860] #0  0x00007f452dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:01.882] #0  0x00007f452dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.882] #1  0x00007f452dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.882] #2  0x00007f452dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:01.882] #3  0x00005627fe384754 in ExceptionalCondition (conditionName=conditionName@entry=0x5627fe627308 "(remain...
[05:04:01.882] #4  0x00005627fdf9fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:01.882] #5  0x00005627fdfa047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:01.882] #6  0x00005627fdfa11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:01.882] #7  0x00005627fdfa2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562816dddd00) at ../src/ba...
[05:04:01.882] #8  0x00005627fdddac4a in main (argc=4, argv=0x562816dddd00) at ../src/backend/main/main.c:196
[05:04:02.366] #0  0x00007f76b26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:02.387] #0  0x00007f76b26a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.387] #1  0x00007f76b265afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.387] #2  0x00007f76b2645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.387] #3  0x0000560771e18754 in ExceptionalCondition (conditionName=conditionName@entry=0x5607720bb308 "(remain...
[05:04:02.387] #4  0x0000560771a33de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:02.387] #5  0x0000560771a3433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:02.387] #6  0x0000560771a351fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:02.387] #7  0x0000560771a36c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5607905d4d00) at ../src/ba...
[05:04:02.387] #8  0x000056077186ec4a in main (argc=4, argv=0x5607905d4d00) at ../src/backend/main/main.c:196
[05:04:02.840] #0  0x00007f249b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:02.859] #0  0x00007f249b0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.859] #1  0x00007f249b05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.859] #2  0x00007f249b045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:02.859] #3  0x000055a6093fb754 in ExceptionalCondition (conditionName=conditionName@entry=0x55a60969e308 "(remain...
[05:04:02.859] #4  0x000055a609016de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:02.859] #5  0x000055a60901733a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:02.859] #6  0x000055a6090181fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:02.859] #7  0x000055a609019c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a613f33d20) at ../src/ba...
[05:04:02.859] #8  0x000055a608e51c4a in main (argc=8, argv=0x55a613f33d20) at ../src/backend/main/main.c:196
[05:04:03.317] #0  0x00007f46fa4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:03.339] #0  0x00007f46fa4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.339] #1  0x00007f46fa45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.339] #2  0x00007f46fa445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.339] #3  0x0000562947baa754 in ExceptionalCondition (conditionName=conditionName@entry=0x562947e4d308 "(remain...
[05:04:03.339] #4  0x00005629477c5de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:03.339] #5  0x00005629477c633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:03.339] #6  0x00005629477c71fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:03.340] #7  0x00005629477c8c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562981c11e10) at ../src/ba...
[05:04:03.340] #8  0x0000562947600c4a in main (argc=4, argv=0x562981c11e10) at ../src/backend/main/main.c:196
[05:04:03.789] #0  0x00007f65172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:03.809] #0  0x00007f65172a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.809] #1  0x00007f651725afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.809] #2  0x00007f6517245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:03.809] #3  0x00005608a6cfd754 in ExceptionalCondition (conditionName=conditionName@entry=0x5608a6fa0308 "(remain...
[05:04:03.809] #4  0x00005608a6918de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:03.809] #5  0x00005608a691947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:03.809] #6  0x00005608a691a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:03.809] #7  0x00005608a691bc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5608e2a24d40) at ../src/ba...
[05:04:03.809] #8  0x00005608a6753c4a in main (argc=4, argv=0x5608e2a24d40) at ../src/backend/main/main.c:196
[05:04:04.256] #0  0x00007fd407ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:04.276] #0  0x00007fd407ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.276] #1  0x00007fd407c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.276] #2  0x00007fd407c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.276] #3  0x000055a251a3e754 in ExceptionalCondition (conditionName=conditionName@entry=0x55a251ce1308 "(remain...
[05:04:04.276] #4  0x000055a251659de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:04.276] #5  0x000055a25165a33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:04.276] #6  0x000055a25165b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:04.276] #7  0x000055a25165cc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55a281199d40) at ../src/ba...
[05:04:04.276] #8  0x000055a251494c4a in main (argc=8, argv=0x55a281199d40) at ../src/backend/main/main.c:196
[05:04:04.717] #0  0x00007f162caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:04.736] #0  0x00007f162caa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.736] #1  0x00007f162ca5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.736] #2  0x00007f162ca45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:04.736] #3  0x000055aee45a0754 in ExceptionalCondition (conditionName=conditionName@entry=0x55aee4843308 "(remain...
[05:04:04.736] #4  0x000055aee41bbde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:04.736] #5  0x000055aee41bc33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:04.736] #6  0x000055aee41bd1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:04.736] #7  0x000055aee41bec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55af04f8ed20) at ../src/ba...
[05:04:04.736] #8  0x000055aee3ff6c4a in main (argc=8, argv=0x55af04f8ed20) at ../src/backend/main/main.c:196
[05:04:05.169] #0  0x00007fc96dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:05.188] #0  0x00007fc96dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.188] #1  0x00007fc96dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.188] #2  0x00007fc96dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.188] #3  0x000056401d15d754 in ExceptionalCondition (conditionName=conditionName@entry=0x56401d400308 "(remain...
[05:04:05.188] #4  0x000056401cd78de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:05.188] #5  0x000056401cd7947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:05.188] #6  0x000056401cd7a1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:05.188] #7  0x000056401cd7bc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564054836d00) at ../src/ba...
[05:04:05.188] #8  0x000056401cbb3c4a in main (argc=4, argv=0x564054836d00) at ../src/backend/main/main.c:196
[05:04:05.653] #0  0x00007f992dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:05.675] #0  0x00007f992dea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.675] #1  0x00007f992de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.675] #2  0x00007f992de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:05.675] #3  0x000055fda7fb2754 in ExceptionalCondition (conditionName=conditionName@entry=0x55fda8255308 "(remain...
[05:04:05.675] #4  0x000055fda7bcdde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:05.675] #5  0x000055fda7bce47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:05.675] #6  0x000055fda7bcf1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:05.675] #7  0x000055fda7bd0c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55fdc64d3d20) at ../src/ba...
[05:04:05.675] #8  0x000055fda7a08c4a in main (argc=4, argv=0x55fdc64d3d20) at ../src/backend/main/main.c:196
[05:04:06.147] #0  0x00007f7d5bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:06.167] #0  0x00007f7d5bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.167] #1  0x00007f7d5be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.167] #2  0x00007f7d5be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.167] #3  0x00005595cf8a8754 in ExceptionalCondition (conditionName=conditionName@entry=0x5595cfb4b308 "(remain...
[05:04:06.167] #4  0x00005595cf4c3de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:06.167] #5  0x00005595cf4c447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:06.167] #6  0x00005595cf4c51fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:06.167] #7  0x00005595cf4c6c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5595ff092d20) at ../src/ba...
[05:04:06.167] #8  0x00005595cf2fec4a in main (argc=4, argv=0x5595ff092d20) at ../src/backend/main/main.c:196
[05:04:06.646] #0  0x00007fcf0e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:06.665] #0  0x00007fcf0e8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.665] #1  0x00007fcf0e85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.665] #2  0x00007fcf0e845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:06.665] #3  0x0000561cddae8754 in ExceptionalCondition (conditionName=conditionName@entry=0x561cddd8b308 "(remain...
[05:04:06.665] #4  0x0000561cdd703de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:06.665] #5  0x0000561cdd70433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:06.665] #6  0x0000561cdd7051fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:06.665] #7  0x0000561cdd706c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x561ce2584d00) at ../src/ba...
[05:04:06.665] #8  0x0000561cdd53ec4a in main (argc=4, argv=0x561ce2584d00) at ../src/backend/main/main.c:196
[05:04:07.138] #0  0x00007f89fc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:07.160] #0  0x00007f89fc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.160] #1  0x00007f89fc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.160] #2  0x00007f89fc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.160] #3  0x000055b375365754 in ExceptionalCondition (conditionName=conditionName@entry=0x55b375608308 "(remain...
[05:04:07.160] #4  0x000055b374f80de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:07.160] #5  0x000055b374f8133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:07.160] #6  0x000055b374f821fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:07.160] #7  0x000055b374f83c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55b3af157d80) at ../src/ba...
[05:04:07.160] #8  0x000055b374dbbc4a in main (argc=8, argv=0x55b3af157d80) at ../src/backend/main/main.c:196
[05:04:07.613] #0  0x00007fe6d18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:07.637] #0  0x00007fe6d18a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.637] #1  0x00007fe6d185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.637] #2  0x00007fe6d1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:07.637] #3  0x0000561418522754 in ExceptionalCondition (conditionName=conditionName@entry=0x5614187c5308 "(remain...
[05:04:07.637] #4  0x000056141813dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:07.637] #5  0x000056141813e33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:07.637] #6  0x000056141813f1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:07.637] #7  0x0000561418140c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x56142c34ad40) at ../src/ba...
[05:04:07.637] #8  0x0000561417f78c4a in main (argc=8, argv=0x56142c34ad40) at ../src/backend/main/main.c:196
[05:04:08.076] #0  0x00007feb4dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:08.098] #0  0x00007feb4dca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.098] #1  0x00007feb4dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.098] #2  0x00007feb4dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.098] #3  0x000055ac1f2a5754 in ExceptionalCondition (conditionName=conditionName@entry=0x55ac1f548308 "(remain...
[05:04:08.098] #4  0x000055ac1eec0de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:08.098] #5  0x000055ac1eec133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:08.098] #6  0x000055ac1eec21fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:08.098] #7  0x000055ac1eec3c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ac380ddd90) at ../src/ba...
[05:04:08.098] #8  0x000055ac1ecfbc4a in main (argc=8, argv=0x55ac380ddd90) at ../src/backend/main/main.c:196
[05:04:08.569] #0  0x00007f1503aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:08.588] #0  0x00007f1503aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.588] #1  0x00007f1503a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.588] #2  0x00007f1503a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:08.588] #3  0x0000556508a2f754 in ExceptionalCondition (conditionName=conditionName@entry=0x556508cd2308 "(remain...
[05:04:08.588] #4  0x000055650864ade4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:08.588] #5  0x000055650864b47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:08.588] #6  0x000055650864c1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:08.588] #7  0x000055650864dc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556544388d00) at ../src/ba...
[05:04:08.588] #8  0x0000556508485c4a in main (argc=4, argv=0x556544388d00) at ../src/backend/main/main.c:196
[05:04:09.058] #0  0x00007fa7e56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:09.082] #0  0x00007fa7e56a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.082] #1  0x00007fa7e565afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.082] #2  0x00007fa7e5645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.082] #3  0x0000562b01fdd754 in ExceptionalCondition (conditionName=conditionName@entry=0x562b02280308 "(remain...
[05:04:09.082] #4  0x0000562b01bf8de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:09.082] #5  0x0000562b01bf947b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:09.082] #6  0x0000562b01bfa1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:09.082] #7  0x0000562b01bfbc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x562b1e678d00) at ../src/ba...
[05:04:09.082] #8  0x0000562b01a33c4a in main (argc=4, argv=0x562b1e678d00) at ../src/backend/main/main.c:196
[05:04:09.569] #0  0x00007f6bf6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:09.588] #0  0x00007f6bf6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.588] #1  0x00007f6bf6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.588] #2  0x00007f6bf6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:09.588] #3  0x000056186fcfe754 in ExceptionalCondition (conditionName=conditionName@entry=0x56186ffa1308 "(remain...
[05:04:09.588] #4  0x000056186f919de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:09.588] #5  0x000056186f91a33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:09.588] #6  0x000056186f91b1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:09.588] #7  0x000056186f91cc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56189d02bd00) at ../src/ba...
[05:04:09.588] #8  0x000056186f754c4a in main (argc=4, argv=0x56189d02bd00) at ../src/backend/main/main.c:196
[05:04:10.035] #0  0x00007fdb496a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:10.057] #0  0x00007fdb496a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.057] #1  0x00007fdb4965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.057] #2  0x00007fdb49645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.057] #3  0x0000564669483754 in ExceptionalCondition (conditionName=conditionName@entry=0x564669726308 "(remain...
[05:04:10.057] #4  0x000056466909ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:10.057] #5  0x000056466909f33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:10.057] #6  0x00005646690a01fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:10.058] #7  0x00005646690a1c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x564677290d20) at ../src/ba...
[05:04:10.058] #8  0x0000564668ed9c4a in main (argc=8, argv=0x564677290d20) at ../src/backend/main/main.c:196
[05:04:10.506] #0  0x00007fda144a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:10.525] #0  0x00007fda144a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.525] #1  0x00007fda1445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.525] #2  0x00007fda14445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.525] #3  0x000056460a5cb754 in ExceptionalCondition (conditionName=conditionName@entry=0x56460a86e308 "(remain...
[05:04:10.525] #4  0x000056460a1e6de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:10.525] #5  0x000056460a1e747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:10.525] #6  0x000056460a1e81fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:10.525] #7  0x000056460a1e9c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x564636112d00) at ../src/ba...
[05:04:10.525] #8  0x000056460a021c4a in main (argc=4, argv=0x564636112d00) at ../src/backend/main/main.c:196
[05:04:10.970] #0  0x00007f13498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:10.992] #0  0x00007f13498a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.992] #1  0x00007f134985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.992] #2  0x00007f1349845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:10.992] #3  0x000055da15f3a754 in ExceptionalCondition (conditionName=conditionName@entry=0x55da161dd308 "(remain...
[05:04:10.992] #4  0x000055da15b55de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:10.992] #5  0x000055da15b5633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:10.992] #6  0x000055da15b571fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:10.992] #7  0x000055da15b58c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55da5548cd40) at ../src/ba...
[05:04:10.992] #8  0x000055da15990c4a in main (argc=8, argv=0x55da5548cd40) at ../src/backend/main/main.c:196
[05:04:11.438] #0  0x00007f15e5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:11.458] #0  0x00007f15e5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.458] #1  0x00007f15e5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.458] #2  0x00007f15e5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.458] #3  0x0000556fe1544754 in ExceptionalCondition (conditionName=conditionName@entry=0x556fe17e7308 "(remain...
[05:04:11.458] #4  0x0000556fe115fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:11.458] #5  0x0000556fe116033a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:11.458] #6  0x0000556fe11611fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:11.458] #7  0x0000556fe1162c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5570123e8d00) at ../src/ba...
[05:04:11.458] #8  0x0000556fe0f9ac4a in main (argc=4, argv=0x5570123e8d00) at ../src/backend/main/main.c:196
[05:04:11.910] #0  0x00007f940a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:11.933] #0  0x00007f940a6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.933] #1  0x00007f940a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.933] #2  0x00007f940a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:11.933] #3  0x0000555f0b028754 in ExceptionalCondition (conditionName=conditionName@entry=0x555f0b2cb308 "(remain...
[05:04:11.933] #4  0x0000555f0ac43de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:11.933] #5  0x0000555f0ac4433a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:11.933] #6  0x0000555f0ac451fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:11.933] #7  0x0000555f0ac46c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x555f0c40fd60) at ../src/ba...
[05:04:11.933] #8  0x0000555f0aa7ec4a in main (argc=8, argv=0x555f0c40fd60) at ../src/backend/main/main.c:196
[05:04:12.401] #0  0x00007f3d534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:12.422] #0  0x00007f3d534a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.422] #1  0x00007f3d5345afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.422] #2  0x00007f3d53445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.422] #3  0x0000559cc4650754 in ExceptionalCondition (conditionName=conditionName@entry=0x559cc48f3308 "(remain...
[05:04:12.422] #4  0x0000559cc426bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:12.422] #5  0x0000559cc426c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:12.422] #6  0x0000559cc426d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:12.422] #7  0x0000559cc426ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559d019a7cd0) at ../src/ba...
[05:04:12.422] #8  0x0000559cc40a6c4a in main (argc=4, argv=0x559d019a7cd0) at ../src/backend/main/main.c:196
[05:04:12.874] #0  0x00007f712b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:12.897] #0  0x00007f712b2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.897] #1  0x00007f712b25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.897] #2  0x00007f712b245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:12.897] #3  0x0000559f27201754 in ExceptionalCondition (conditionName=conditionName@entry=0x559f274a4308 "(remain...
[05:04:12.897] #4  0x0000559f26e1cde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:12.897] #5  0x0000559f26e1d47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:12.897] #6  0x0000559f26e1e1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:12.897] #7  0x0000559f26e1fc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x559f45f3fd10) at ../src/ba...
[05:04:12.897] #8  0x0000559f26c57c4a in main (argc=4, argv=0x559f45f3fd10) at ../src/backend/main/main.c:196
[05:04:13.376] #0  0x00007f01b2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:13.401] #0  0x00007f01b2ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.401] #1  0x00007f01b2e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.401] #2  0x00007f01b2e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.401] #3  0x000055c7e0c67754 in ExceptionalCondition (conditionName=conditionName@entry=0x55c7e0f0a308 "(remain...
[05:04:13.401] #4  0x000055c7e0882de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:13.401] #5  0x000055c7e088347b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:13.401] #6  0x000055c7e08841fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:13.401] #7  0x000055c7e0885c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55c820dfed10) at ../src/ba...
[05:04:13.401] #8  0x000055c7e06bdc4a in main (argc=4, argv=0x55c820dfed10) at ../src/backend/main/main.c:196
[05:04:13.866] #0  0x00007f4bdaca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:13.887] #0  0x00007f4bdaca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.887] #1  0x00007f4bdac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.887] #2  0x00007f4bdac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:13.887] #3  0x00005626d493a754 in ExceptionalCondition (conditionName=conditionName@entry=0x5626d4bdd308 "(remain...
[05:04:13.887] #4  0x00005626d4555de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:13.887] #5  0x00005626d455633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:13.887] #6  0x00005626d45571fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:13.887] #7  0x00005626d4558c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5626dfffccd0) at ../src/ba...
[05:04:13.887] #8  0x00005626d4390c4a in main (argc=4, argv=0x5626dfffccd0) at ../src/backend/main/main.c:196
[05:04:14.326] #0  0x00007f0f830a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:14.348] #0  0x00007f0f830a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.348] #1  0x00007f0f8305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.348] #2  0x00007f0f83045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.348] #3  0x0000559251000754 in ExceptionalCondition (conditionName=conditionName@entry=0x5592512a3308 "(remain...
[05:04:14.348] #4  0x0000559250c1bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:14.348] #5  0x0000559250c1c33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:14.348] #6  0x0000559250c1d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:14.348] #7  0x0000559250c1ec6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55927152bd40) at ../src/ba...
[05:04:14.348] #8  0x0000559250a56c4a in main (argc=8, argv=0x55927152bd40) at ../src/backend/main/main.c:196
[05:04:14.802] #0  0x00007f82d5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:14.824] #0  0x00007f82d5ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.824] #1  0x00007f82d5c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.824] #2  0x00007f82d5c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:14.824] #3  0x000056239e634754 in ExceptionalCondition (conditionName=conditionName@entry=0x56239e8d7308 "(remain...
[05:04:14.824] #4  0x000056239e24fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:14.824] #5  0x000056239e25047b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:14.824] #6  0x000056239e2511fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:14.824] #7  0x000056239e252c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5623a7ce2d40) at ../src/ba...
[05:04:14.824] #8  0x000056239e08ac4a in main (argc=4, argv=0x5623a7ce2d40) at ../src/backend/main/main.c:196
[05:04:15.280] #0  0x00007fbf70aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:15.302] #0  0x00007fbf70aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.302] #1  0x00007fbf70a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.302] #2  0x00007fbf70a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:15.302] #3  0x000055922f403754 in ExceptionalCondition (conditionName=conditionName@entry=0x55922f6a6308 "(remain...
[05:04:15.302] #4  0x000055922f01ede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:15.302] #5  0x000055922f01f47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:15.302] #6  0x000055922f0201fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:15.302] #7  0x000055922f021c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55923a8c7d00) at ../src/ba...
[05:04:15.302] #8  0x000055922ee59c4a in main (argc=4, argv=0x55923a8c7d00) at ../src/backend/main/main.c:196
[05:04:15.744] #0  0x00007f72fc0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:16.240] #0  0x00007fab260a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.240] #1  0x00007fab2605afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.240] #2  0x00007fab26045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.240] #3  0x000055bcebefa754 in ExceptionalCondition (conditionName=conditionName@entry=0x55bcec19d308 "(remain...
[05:04:16.240] #4  0x000055bcebb15de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:16.240] #5  0x000055bcebb1633a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:16.240] #6  0x000055bcebb171fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:16.240] #7  0x000055bcebb18c6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55bd09294d20) at ../src/ba...
[05:04:16.240] #8  0x000055bceb950c4a in main (argc=8, argv=0x55bd09294d20) at ../src/backend/main/main.c:196
[05:04:16.712] #0  0x00007f42f88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:16.734] #0  0x00007f42f88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.734] #1  0x00007f42f885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.734] #2  0x00007f42f8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:16.734] #3  0x000055694b112754 in ExceptionalCondition (conditionName=conditionName@entry=0x55694b3b5308 "(remain...
[05:04:16.734] #4  0x000055694ad2dde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:16.734] #5  0x000055694ad2f103 in process_pm_child_exit () at ../src/backend/postmaster/postmaster.c:2523
[05:04:16.734] #6  0x000055694ad2f20a in ServerLoop () at ../src/backend/postmaster/postmaster.c:1654
[05:04:16.734] #7  0x000055694ad30c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55697ce63d10) at ../src/ba...
[05:04:16.734] #8  0x000055694ab68c4a in main (argc=4, argv=0x55697ce63d10) at ../src/backend/main/main.c:196
[05:04:17.194] #0  0x00007f18e7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:17.213] #0  0x00007f18e7ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.213] #1  0x00007f18e7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.213] #2  0x00007f18e7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.213] #3  0x0000560c03db1754 in ExceptionalCondition (conditionName=conditionName@entry=0x560c04054308 "(remain...
[05:04:17.213] #4  0x0000560c039ccde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:17.213] #5  0x0000560c039cd33a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:17.213] #6  0x0000560c039ce1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:17.213] #7  0x0000560c039cfc6b in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x560c40eb9d40) at ../src/ba...
[05:04:17.213] #8  0x0000560c03807c4a in main (argc=8, argv=0x560c40eb9d40) at ../src/backend/main/main.c:196
[05:04:17.685] #0  0x00007f0f4c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:17.705] #0  0x00007f0f4c8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.705] #1  0x00007f0f4c85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.705] #2  0x00007f0f4c845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:17.705] #3  0x0000556cad051754 in ExceptionalCondition (conditionName=conditionName@entry=0x556cad2f4308 "(remain...
[05:04:17.705] #4  0x0000556cacc6cde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:17.705] #5  0x0000556cacc6d47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:17.705] #6  0x0000556cacc6e1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:17.705] #7  0x0000556cacc6fc6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556ccab78d00) at ../src/ba...
[05:04:17.705] #8  0x0000556cacaa7c4a in main (argc=4, argv=0x556ccab78d00) at ../src/backend/main/main.c:196
[05:04:18.167] #0  0x00007f89082a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:18.187] #0  0x00007f89082a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.187] #1  0x00007f890825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.187] #2  0x00007f8908245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.187] #3  0x000056260c660754 in ExceptionalCondition (conditionName=conditionName@entry=0x56260c903308 "(remain...
[05:04:18.187] #4  0x000056260c27bde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:18.187] #5  0x000056260c27c47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:18.187] #6  0x000056260c27d1fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:18.188] #7  0x000056260c27ec6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x56262348ad00) at ../src/ba...
[05:04:18.188] #8  0x000056260c0b6c4a in main (argc=4, argv=0x56262348ad00) at ../src/backend/main/main.c:196
[05:04:18.662] #0  0x00007ff252aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:18.682] #0  0x00007ff252aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.682] #1  0x00007ff252a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.682] #2  0x00007ff252a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:18.682] #3  0x00005597822eb754 in ExceptionalCondition (conditionName=conditionName@entry=0x55978258e308 "(remain...
[05:04:18.682] #4  0x0000559781f06de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:18.682] #5  0x0000559781f0747b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:18.682] #6  0x0000559781f081fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:18.682] #7  0x0000559781f09c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5597abdd4ce0) at ../src/ba...
[05:04:18.682] #8  0x0000559781d41c4a in main (argc=4, argv=0x5597abdd4ce0) at ../src/backend/main/main.c:196
[05:04:19.160] #0  0x00007fba89ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:19.184] #0  0x00007fba89ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.184] #1  0x00007fba89e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.184] #2  0x00007fba89e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.184] #3  0x000055b342fb3754 in ExceptionalCondition (conditionName=conditionName@entry=0x55b343256308 "(remain...
[05:04:19.184] #4  0x000055b342bcede4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:19.184] #5  0x000055b342bcf47b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:19.184] #6  0x000055b342bd01fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:19.184] #7  0x000055b342bd1c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55b35ed22d00) at ../src/ba...
[05:04:19.184] #8  0x000055b342a09c4a in main (argc=4, argv=0x55b35ed22d00) at ../src/backend/main/main.c:196
[05:04:19.669] #0  0x00007f44cf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:19.691] #0  0x00007f44cf6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.691] #1  0x00007f44cf65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.691] #2  0x00007f44cf645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:19.691] #3  0x0000558ade1e8754 in ExceptionalCondition (conditionName=conditionName@entry=0x558ade48b308 "(remain...
[05:04:19.691] #4  0x0000558adde03de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:19.691] #5  0x0000558adde0447b in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2179
[05:04:19.691] #6  0x0000558adde051fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:19.692] #7  0x0000558adde06c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x558b09f1fd10) at ../src/ba...
[05:04:19.692] #8  0x0000558addc3ec4a in main (argc=4, argv=0x558b09f1fd10) at ../src/backend/main/main.c:196
[05:04:20.127] #0  0x00007f8fdb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:20.145] #0  0x00007f8fdb6a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.145] #1  0x00007f8fdb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.145] #2  0x00007f8fdb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.145] #3  0x000055df5de84754 in ExceptionalCondition (conditionName=conditionName@entry=0x55df5e127308 "(remain...
[05:04:20.145] #4  0x000055df5da9fde4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:20.145] #5  0x000055df5daa033a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:20.145] #6  0x000055df5daa11fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:20.146] #7  0x000055df5daa2c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55df8bb7ad10) at ../src/ba...
[05:04:20.146] #8  0x000055df5d8dac4a in main (argc=4, argv=0x55df8bb7ad10) at ../src/backend/main/main.c:196
[05:04:20.597] #0  0x00007f0840ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:20.616] #0  0x00007f0840ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.616] #1  0x00007f0840c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.616] #2  0x00007f0840c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:20.616] #3  0x0000557e4fa05754 in ExceptionalCondition (conditionName=conditionName@entry=0x557e4fca8308 "(remain...
[05:04:20.616] #4  0x0000557e4f620de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:20.616] #5  0x0000557e4f62133a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:20.616] #6  0x0000557e4f6221fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:20.616] #7  0x0000557e4f623c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557e7c2d9cd0) at ../src/ba...
[05:04:20.616] #8  0x0000557e4f45bc4a in main (argc=4, argv=0x557e7c2d9cd0) at ../src/backend/main/main.c:196
[05:04:21.076] #0  0x00007fb03d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:04:21.095] #0  0x00007fb03d2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.095] #1  0x00007fb03d25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.095] #2  0x00007fb03d245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:04:21.095] #3  0x0000559435d79754 in ExceptionalCondition (conditionName=conditionName@entry=0x55943601c308 "(remain...
[05:04:21.095] #4  0x0000559435994de4 in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:2887
[05:04:21.095] #5  0x000055943599533a in process_pm_shutdown_request () at ../src/backend/postmaster/postmaster.c:2142
[05:04:21.095] #6  0x00005594359961fc in ServerLoop () at ../src/backend/postmaster/postmaster.c:1650
[05:04:21.096] #7  0x0000559435997c6b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55946ffc0d00) at ../src/ba...
[05:04:21.096] #8  0x00005594357cfc4a in main (argc=4, argv=0x55946ffc0d00) at ../src/backend/main/main.c:196
[05:04:21.542] #0  0x00007f84e52a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:52:46.537](1.724s) Bail out!  pg_ctl restart failed
tap
[04:53:01.794](1.058s) Bail out!  pg_ctl stop failed
tap
[04:51:40.954](0.608s) Bail out!  pg_ctl stop failed
tap
[04:51:43.598](2.530s) Bail out!  pg_ctl stop failed
tap
[04:51:42.082](2.010s) Bail out!  pg_ctl stop failed
tap
[04:51:43.606](0.586s) Bail out!  pg_ctl stop failed
tap
[04:51:44.085](2.808s) Bail out!  pg_ctl stop failed
tap
[04:51:45.101](0.111s) Bail out!  pg_ctl restart failed
tap
[04:51:47.182](0.248s) Bail out!  pg_ctl stop failed
tap
[04:51:58.536](13.822s) Bail out!  pg_ctl restart failed
tap
[04:51:47.249](0.189s) Bail out!  pg_ctl stop failed
tap
[04:51:47.194](0.931s) Bail out!  pg_ctl stop failed
tap
[04:51:49.437](1.869s) Bail out!  pg_ctl stop failed
tap
[04:51:51.399](1.770s) Bail out!  pg_ctl stop failed
tap
[04:51:52.196](2.229s) Bail out!  pg_ctl stop failed
tap
[04:51:53.299](2.278s) Bail out!  pg_ctl stop failed
tap
[04:51:54.450](2.436s) Bail out!  pg_ctl restart failed
tap
[04:51:55.455](2.644s) Bail out!  pg_ctl stop failed
tap
[04:51:59.556](2.521s) Bail out!  pg_ctl stop failed
tap
[04:51:55.797](0.327s) Bail out!  pg_ctl stop failed
tap
[04:51:59.137](0.346s) Bail out!  pg_ctl stop failed
tap
[04:52:02.330](0.271s) Bail out!  pg_ctl stop failed
tap
[04:52:00.757](0.945s) Bail out!  pg_ctl restart failed
tap
[04:52:04.868](0.210s) Bail out!  pg_ctl stop failed
tap
[04:53:06.628](0.205s) Bail out!  pg_ctl restart failed
tap
[04:52:06.672](0.123s) Bail out!  pg_ctl stop failed
tap
[04:52:06.878](0.114s) Bail out!  pg_ctl stop failed
tap
[04:52:14.574](0.145s) Bail out!  pg_ctl restart failed
tap
[04:52:13.406](0.120s) Bail out!  pg_ctl restart failed
tap
[04:52:19.958](0.670s) Bail out!  pg_ctl stop failed
tap
[04:52:18.131](3.157s) Bail out!  pg_ctl stop failed
tap
[04:52:21.262](2.413s) Bail out!  pg_ctl stop failed
tap
[04:52:29.957](2.750s) Bail out!  pg_ctl stop failed
tap
[04:52:26.159](4.113s) Bail out!  pg_ctl stop failed
tap
[04:52:33.401](0.117s) Bail out!  pg_ctl restart failed
tap
[04:52:33.884](1.658s) Bail out!  pg_ctl stop failed
tap
[04:52:41.846](0.326s) Bail out!  pg_ctl stop failed
tap
[04:52:37.983](0.128s) Bail out!  pg_ctl stop failed
tap
[04:52:42.102](0.330s) Bail out!  pg_ctl stop failed
test
[05:02:53.060]   5/318 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:02:53.060]   6/318 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[05:02:53.060]   7/318 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[05:02:53.060]   8/318 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:02:53.060]   9/318 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[05:02:53.060]  10/318 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[05:02:53.060]  12/318 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[05:02:53.060]  13/318 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[05:02:53.060]  14/318 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[05:02:53.060]  15/318 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:02:53.060]  17/318 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[05:02:53.060]  18/318 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[05:02:53.060]  19/318 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[05:02:53.060]  20/318 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[05:02:53.060]  21/318 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[05:02:53.060]  22/318 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:02:53.060]  23/318 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[05:02:53.060]  24/318 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[05:02:53.060]  25/318 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[05:02:53.060]  26/318 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[05:02:53.060]  27/318 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[05:02:53.060]  29/318 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[05:02:53.060]  30/318 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[05:02:53.060]  31/318 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[05:02:53.060]  32/318 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[05:02:53.060]  33/318 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[05:02:53.060]  34/318 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[05:02:53.060]  35/318 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[05:02:53.060]  36/318 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[05:02:53.060]  37/318 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[05:02:53.060]  38/318 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:02:53.060]  40/318 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[05:02:53.060]  41/318 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:02:53.060]  42/318 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[05:02:53.060]  43/318 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[05:02:53.060]  44/318 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[05:02:53.060]  45/318 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:02:53.060]  46/318 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:02:53.060]  47/318 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:02:53.060]  48/318 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:02:53.060]  49/318 postgresql:regress / regress/regress                                            ERROR           1...
[05:02:53.060]  50/318 postgresql:plpgsql / plpgsql/regress                                            ERROR           1...
[05:02:53.060]  51/318 postgresql:plperl / plperl/regress                                              ERROR           1...
[05:02:53.060]  52/318 postgresql:plpython / plpython/regress                                          ERROR           1...
[05:02:53.060]  53/318 postgresql:pltcl / pltcl/regress                                                ERROR           1...
[05:02:53.060]  54/318 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[05:02:53.060]  55/318 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[05:02:53.060]  56/318 postgresql:amcheck / amcheck/regress                                            ERROR           1...
[05:02:53.060]  57/318 postgresql:basic_archive / basic_archive/regress                                ERROR           1...
[05:02:53.060]  58/318 postgresql:bloom / bloom/regress                                                ERROR           1...
[05:02:53.060]  59/318 postgresql:bool_plperl / bool_plperl/regress                                    ERROR           1...
[05:02:53.060]  60/318 postgresql:btree_gin / btree_gin/regress                                        ERROR           1...
[05:02:53.060]  61/318 postgresql:btree_gist / btree_gist/regress                                      ERROR           1...
[05:02:53.060]  62/318 postgresql:citext / citext/regress                                              ERROR           1...
[05:02:53.068]  63/318 postgresql:cube / cube/regress                                                  ERROR           1...
[05:02:53.068]  64/318 postgresql:dblink / dblink/regress                                              ERROR           1...
[05:02:53.068]  65/318 postgresql:dict_int / dict_int/regress                                          ERROR           1...
[05:02:53.068]  66/318 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR           1...
[05:02:53.068]  67/318 postgresql:earthdistance / earthdistance/regress                                ERROR           1...
[05:02:53.068]  68/318 postgresql:file_fdw / file_fdw/regress                                          ERROR           1...
[05:02:53.068]  69/318 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR           1...
[05:02:53.068]  70/318 postgresql:hstore / hstore/regress                                              ERROR           1...
[05:02:53.068]  71/318 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR           1...
[05:02:53.068]  72/318 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR           1...
[05:02:53.068]  73/318 postgresql:isn / isn/regress                                                    ERROR           1...
[05:02:53.068]  74/318 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR           1...
[05:02:53.068]  75/318 postgresql:intarray / intarray/regress                                          ERROR           1...
[05:02:53.068]  76/318 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR           1...
[05:02:53.068]  77/318 postgresql:lo / lo/regress                                                      ERROR           1...
[05:02:53.068]  78/318 postgresql:ltree / ltree/regress                                                ERROR           1...
[05:02:53.068]  79/318 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR           1...
[05:02:53.068]  80/318 postgresql:pageinspect / pageinspect/regress                                    ERROR           1...
[05:02:53.068]  81/318 postgresql:passwordcheck / passwordcheck/regress                                ERROR           1...
[05:02:53.068]  82/318 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
assertion
TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/post...
core
00000026`8a7ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`8a7ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`8a7ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8a7ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`89fff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`89fff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000026`89fff170 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`89fff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`89fff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`89fffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000026`89fffcc0 00007ff6`515e68b9     postgres!main(
00000026`89fffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`89fffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`89fffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`8a3ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`8a3ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`8a3ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8a3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`8abff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000026`8abff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000026`8abff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000026`8abffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8abffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`8afff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`8afff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`8afffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`8afffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0e7ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0e7ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0e7ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0e7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0ebff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0ebffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0ebffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0ebffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0efff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0efff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0efff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0efff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0f3ffc18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000070`0f3ffc20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`0f3ffc90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000070`0f3ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0f3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0f7ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`0f7ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`0f7ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`0f7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`0e3feb20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`0e3feb60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000070`0e3feba0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`0e3febf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`0e3fec40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`0e3ff560 00007ff6`50fee778     postgres!PostmasterMain(
00000070`0e3ff6f0 00007ff6`515e68b9     postgres!main(
00000070`0e3ff730 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`0e3ff780 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`0e3ff7f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`86fff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`86fff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`86fff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`86fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`873ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`873ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`873ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`873ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`877ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`877ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`877ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`877ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`87bff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a7`87bff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`87bff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a7`87bff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`87bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`87fff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`87fff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`87fffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`87fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`86bfef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`86bfef90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a7`86bfefd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`86bff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`86bff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`86bff990 00007ff6`50fee778     postgres!PostmasterMain(
000000a7`86bffb20 00007ff6`515e68b9     postgres!main(
000000a7`86bffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`86bffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`86bffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`fe5ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fe5ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fe5ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fe5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fe1ffc08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d2`fe1ffc10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`fe1ffc80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d2`fe1ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fe1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fddffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fddffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fddffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fddffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fd9ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fd9ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fd9ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fd9ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fd5ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`fd5ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`fd5ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`fd5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`fd1fee50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`fd1fee90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d2`fd1feed0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`fd1fef20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d2`fd1fef70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`fd1ff890 00007ff6`50fee778     postgres!PostmasterMain(
000000d2`fd1ffa20 00007ff6`515e68b9     postgres!main(
000000d2`fd1ffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`fd1ffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`fd1ffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`0fbfec70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`0fbfecb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fb`0fbfecf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`0fbfed40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`0fbfed90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`0fbff6b0 00007ff6`50fee778     postgres!PostmasterMain(
000000fb`0fbff840 00007ff6`515e68b9     postgres!main(
000000fb`0fbff880 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`0fbff8d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`0fbff940 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`0ffff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`0ffff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`0ffff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`0ffff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`103ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`103ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`103ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`103ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`107ff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fb`107ff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`107ff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fb`107ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`107ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`10bffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`10bffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`10bfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`10bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e8dffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e8dffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`e8dffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e8dffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e89fecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`e89fed00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`e89fed40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`e89fed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000086`e89fede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`e89ff700 00007ff6`50fee778     postgres!PostmasterMain(
00000086`e89ff890 00007ff6`515e68b9     postgres!main(
00000086`e89ff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`e89ff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`e89ff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`e91ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e91ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`e91ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e91ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e95ffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`e95ffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`e95ffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`e95ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e95ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`e99ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`e99ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`e99ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`e99ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`229ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`229ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`229ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`229ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`21dfef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`21dfef40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002f`21dfef80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002f`21dfefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002f`21dff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`21dff940 00007ff6`50fee778     postgres!PostmasterMain(
0000002f`21dffad0 00007ff6`515e68b9     postgres!main(
0000002f`21dffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`21dffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002f`21dffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002f`221ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`221ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`221ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`221ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`22dff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`22dff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002f`22dff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`22dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`225ff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002f`225ff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`225ff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002f`225ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`225ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`543ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b9`543ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`543ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b9`543ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`543ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`53fff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`53fff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`53fffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`53fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`547ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`547ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`547ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`547ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`533ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`533ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b9`533ff1b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`533ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`533ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`533ffb70 00007ff6`50fee778     postgres!PostmasterMain(
000000b9`533ffd00 00007ff6`515e68b9     postgres!main(
000000b9`533ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`533ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`533ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`537ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`537ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`537ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`537ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`53bff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`53bff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`53bffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`53bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`31dff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`31dff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`31dffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`31dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`321ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`321ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`321ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`321ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`315ff9a8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e2`315ff9b0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000e2`315ffa20 00007ff6`515e68b9     postgres!main(
000000e2`315ffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`315ffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`315ffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e2`315ffb50 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000e2`315ffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`315ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`319ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`319ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`319ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`319ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`51fffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`51fffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`51fffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`51fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`50ffecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`50ffed00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005a`50ffed40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`50ffed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005a`50ffede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`50fff700 00007ff6`50fee778     postgres!PostmasterMain(
0000005a`50fff890 00007ff6`515e68b9     postgres!main(
0000005a`50fff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`50fff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`50fff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`513ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`513ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`513ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`513ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`517ffaa8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005a`517ffab0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`517ffb20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005a`517ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`517ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`51bff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`51bff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`51bffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`51bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8efffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cf`8efffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`8efffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cf`8efffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8efffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8e3ff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`8e3ff050 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cf`8e3ff090 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`8e3ff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000cf`8e3ff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`8e3ffa50 00007ff6`50fee778     postgres!PostmasterMain(
000000cf`8e3ffbe0 00007ff6`515e68b9     postgres!main(
000000cf`8e3ffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`8e3ffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`8e3ffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`8f3ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`8f3ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`8f3fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8f3fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8e7ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`8e7ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`8e7ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8e7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`8ebff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`8ebff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`8ebff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`8ebff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ce5ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`ce5ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`ce5ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ce5ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ce9ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`ce9ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`ce9ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ce9ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`cd9fed20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`cd9fed60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000030`cd9feda0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000030`cd9fedf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000030`cd9fee40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`cd9ff760 00007ff6`50fee778     postgres!PostmasterMain(
00000030`cd9ff8f0 00007ff6`515e68b9     postgres!main(
00000030`cd9ff930 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`cd9ff980 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`cd9ff9f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`cddffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`cddffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`cddffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`cddffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`ce1ff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000030`ce1ff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000030`ce1ff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000030`ce1ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`ce1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e3dffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`e3dffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`e3dffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e3dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e41ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`e41ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`e41ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e41ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e49ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`e49ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`e49ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e45ffb18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000061`e45ffb20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000061`e45ffb90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000061`e45ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`e45ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`e39ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`e39ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000061`e39ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`e39ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`e39ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`e39ffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000061`e39ffc60 00007ff6`515e68b9     postgres!main(
00000061`e39ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`e39ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`e39ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`5a1ffc28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bb`5a1ffc30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`5a1ffca0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bb`5a1ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5a1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5a5ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`5a5ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`5a5ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5a5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`591fedd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`591fee10 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bb`591fee50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`591feea0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`591feef0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`591ff810 00007ff6`50fee778     postgres!PostmasterMain(
000000bb`591ff9a0 00007ff6`515e68b9     postgres!main(
000000bb`591ff9e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`591ffa30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`591ffaa0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`1ddff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1ddff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1ddffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1ddffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1e9ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1e9ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1e9ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1e9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1e5ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e0`1e5ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`1e5ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e0`1e5ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1e5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1d9ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1d9ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1d9ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1d9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`1d5ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`1d5ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e0`1d5ff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`1d5ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e0`1d5ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`1d5ffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000e0`1d5ffd90 00007ff6`515e68b9     postgres!main(
000000e0`1d5ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`1d5ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`1d5ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`1e1ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`1e1ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`1e1ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`1e1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f49ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f49ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f49ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f49ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f51ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f51ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f51ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f51ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f55ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fd`f55ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`f55ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fd`f55ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f55ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f59ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f59ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f59ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f59fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f45febc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`f45fec00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fd`f45fec40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`f45fec90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fd`f45fece0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`f45ff600 00007ff6`50fee778     postgres!PostmasterMain(
000000fd`f45ff790 00007ff6`515e68b9     postgres!main(
000000fd`f45ff7d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`f45ff820 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`f45ff890 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`f4dffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f4dffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f4dffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f4dffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fc3ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fc3ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`fc3ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fc3ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fb3fefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`fb3ff000 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f7`fb3ff040 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`fb3ff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`fb3ff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`fb3ffa00 00007ff6`50fee778     postgres!PostmasterMain(
000000f7`fb3ffb90 00007ff6`515e68b9     postgres!main(
000000f7`fb3ffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`fb3ffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`fb3ffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`fb7ff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fb7ff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`fb7ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fb7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fbbff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f7`fbbff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`fbbff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f7`fbbff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fbbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`fbfff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`fbfff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`fbfffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`fbfffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a9dff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`a9dff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`a9dff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`a9dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`aa1ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`aa1ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`aa1ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`aa1ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a91feb50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`a91feb90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004b`a91febd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`a91fec20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`a91fec70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`a91ff590 00007ff6`50fee778     postgres!PostmasterMain(
0000004b`a91ff720 00007ff6`515e68b9     postgres!main(
0000004b`a91ff760 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`a91ff7b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`a91ff820 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`a95ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`a95ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`a95ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`a95ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`a99ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004b`a99ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`a99ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004b`a99ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`a99ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`befff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`befff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`befffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`befffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bfbff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bfbff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`bfbff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bfbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bffff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bffff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`bffff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bffff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bf7ffbb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`bf7ffbc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`bf7ffc30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`bf7ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bf7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`bebff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`bebff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`bebff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`bebff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`bebff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`bebffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`bebffd90 00007ff6`515e68b9     postgres!main(
000000c9`bebffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`bebffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`bebffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`bf3ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`bf3ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`bf3ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`bf3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5dbff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`5dbff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`5dbffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5dbffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5dfffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`5dfffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`5dfffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5dfffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5d7ffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`5d7ffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`5d7ffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`5d7ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5d7fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5d3ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`5d3ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`5d3ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`5d3ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`5cfff100 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`5cfff140 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`5cfff180 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`5cfff1d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`5cfff220 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`5cfffb40 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`5cfffcd0 00007ff6`515e68b9     postgres!main(
000000ea`5cfffd10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`5cfffd60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`5cfffdd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`ce9ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`ce9ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`ce9ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`ce9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cf1ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`cf1ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`cf1ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cf1ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`ce1fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`ce1fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000a`ce1fec90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`ce1fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000a`ce1fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`ce1ff650 00007ff6`50fee778     postgres!PostmasterMain(
0000000a`ce1ff7e0 00007ff6`515e68b9     postgres!main(
0000000a`ce1ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`ce1ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`ce1ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`ce5ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`ce5ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`ce5ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`ce5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`cedffaf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000a`cedffb00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`cedffb70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000a`cedffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`cedffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`541ffc98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000057`541ffca0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000057`541ffd10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000057`541ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`541ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`535ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`535ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
00000057`535ff1a0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000057`535ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000057`535ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000057`535ffb60 00007ff6`50fee778     postgres!PostmasterMain(
00000057`535ffcf0 00007ff6`515e68b9     postgres!main(
00000057`535ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`535ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`535ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000057`539ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`539ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000057`539ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`539ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`53dffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`53dffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000057`53dffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`53dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`545ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`545ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000057`545ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`545ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fbdff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`fbdff050 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`fbdff090 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`fbdff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`fbdff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`fbdffa50 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`fbdffbe0 00007ff6`515e68b9     postgres!main(
0000002b`fbdffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`fbdffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`fbdffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`fc5ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc5ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc5ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc1ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc1ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc1ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fcdffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fcdffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fcdffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fcdffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc9ff798 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`fc9ff7a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`fc9ff810 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`fc9ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`355fefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000035`355ff010 00007ff6`511393bc     postgres!ExceptionalCondition(
00000035`355ff050 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000035`355ff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000035`355ff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000035`355ffa10 00007ff6`50fee778     postgres!PostmasterMain(
00000035`355ffba0 00007ff6`515e68b9     postgres!main(
00000035`355ffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000035`355ffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000035`355ffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000035`359ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`359ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000035`359ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`359ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`35dff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`35dff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000035`35dff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`35dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`361ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000035`361ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000035`361ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000035`361ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`361ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`365ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`365ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000035`365ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`365ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`05dff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`05dff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`05dff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`05dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`05dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`04dfef30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`04dfef70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`04dfefb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`04dff000 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`04dff050 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`04dff970 00007ff6`50fee778     postgres!PostmasterMain(
00000042`04dffb00 00007ff6`515e68b9     postgres!main(
00000042`04dffb40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`04dffb90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`04dffc00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`051ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`051ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`051ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`051fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`055ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`055ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`055ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`055ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`061ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`061ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`061ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`061ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`059ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`059ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`059ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`059ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`badfeab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`badfeaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000083`badfeb30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`badfeb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`badfebd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`badff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000083`badff680 00007ff6`515e68b9     postgres!main(
00000083`badff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`badff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`badff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`bbdff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`bbdff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`bbdff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bbdff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`bb9ffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000083`bb9ffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`bb9ffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000083`bb9fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bb9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`bb5ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`bb5ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`bb5ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bb5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`bb1ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`bb1ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`bb1ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`bb1ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2e3ff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`2e3ff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000069`2e3ff210 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`2e3ff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000069`2e3ff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`2e3ffbd0 00007ff6`50fee778     postgres!PostmasterMain(
00000069`2e3ffd60 00007ff6`515e68b9     postgres!main(
00000069`2e3ffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`2e3ffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`2e3ffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`2ebff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2ebff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2ebffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2ebffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2efff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2efff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2efffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2efffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2f3ffc58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000069`2f3ffc60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`2f3ffcd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000069`2f3ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2f3ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2e7ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2e7ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2e7ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2e7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`2f7ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`2f7ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`2f7ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`2f7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`595ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`595ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`595ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`595ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`58dfee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`58dfee60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d0`58dfeea0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`58dfeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d0`58dfef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`58dff860 00007ff6`50fee778     postgres!PostmasterMain(
000000d0`58dff9f0 00007ff6`515e68b9     postgres!main(
000000d0`58dffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`58dffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`58dffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`591ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`591ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`591ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`591ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`599ffa58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d0`599ffa60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`599ffad0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d0`599ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`599ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`59dffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`59dffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`59dffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`59dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ac7ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000070`ac7ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`ac7ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000070`ac7ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ac7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`abbff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`abbff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000070`abbff170 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`abbff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000070`abbff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`abbffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000070`abbffcc0 00007ff6`515e68b9     postgres!main(
00000070`abbffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`abbffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`abbffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`acbff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`acbff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`acbffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`acbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`abfff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`abfff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`abfff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`abfff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`ac3ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`ac3ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`ac3ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`ac3ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`a07ff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`a07ff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`a07ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a07ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`a0fff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`a0fff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`a0fff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a0fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`a0bff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`a0bff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`a0bff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`a0bff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a0bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`9ffff160 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`9ffff1a0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`9ffff1e0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`9ffff230 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`9ffff280 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`9ffffba0 00007ff6`50fee778     postgres!PostmasterMain(
00000006`9ffffd30 00007ff6`515e68b9     postgres!main(
00000006`9ffffd70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`9ffffdc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`9ffffe30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`a03ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`a03ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`a03ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`a03ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2dbffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dd`2dbffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`2dbffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dd`2dbffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2dbffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2cbff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`2cbff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dd`2cbff210 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`2cbff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`2cbff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`2cbffbd0 00007ff6`50fee778     postgres!PostmasterMain(
000000dd`2cbffd60 00007ff6`515e68b9     postgres!main(
000000dd`2cbffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`2cbffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`2cbffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`2cfff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2cfff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2cfff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2cfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2d3ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2d3ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2d3ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2d3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2d7ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2d7ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2d7ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2d7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`2dfffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`2dfffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`2dfffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`2dfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`475fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`475fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`475fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`475fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`475fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`475ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`475ff940 00007ff6`515e68b9     postgres!main(
000000ea`475ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`475ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`475ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`479ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`479ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`479ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`479ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`47dffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`47dffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`47dffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`47dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`481ffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`481ffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`481ffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`481fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`481fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`485ff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`485ff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`485ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`485ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`53bff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`53bff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`53bff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`53bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`52bfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`52bfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000d`52bfefa0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000d`52bfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000d`52bff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`52bff960 00007ff6`50fee778     postgres!PostmasterMain(
0000000d`52bffaf0 00007ff6`515e68b9     postgres!main(
0000000d`52bffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`52bffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000d`52bffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000d`52fff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`52fff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`52fffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`52fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`533ff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`533ff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000d`533ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`533ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`537ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000d`537ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`537ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000d`537ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`537ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`79fff658 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009b`79fff660 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000009b`79fff6d0 00007ff6`515e68b9     postgres!main(
0000009b`79fff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`79fff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`79fff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009b`79fff800 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000009b`79fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`79fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`7a3ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`7a3ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`7a3ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`7a3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`7a7ffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`7a7ffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`7a7ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`7a7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a6fff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`a6fff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`a6fff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a6fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a77ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005f`a77ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`a77ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005f`a77ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a77ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a73ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`a73ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`a73ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a73ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a7bffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`a7bffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`a7bffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`a7bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`a6bfedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`a6bfee30 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005f`a6bfee70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`a6bfeec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005f`a6bfef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`a6bff830 00007ff6`50fee778     postgres!PostmasterMain(
0000005f`a6bff9c0 00007ff6`515e68b9     postgres!main(
0000005f`a6bffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`a6bffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`a6bffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`ae3ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`ae3ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`ae3ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`ae3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`aebff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`aebff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`aebffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`aebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`aefff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`aefff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`aefffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`aefffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`adffef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`adffefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c2`adfff010 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`adfff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c2`adfff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`adfff9d0 00007ff6`50fee778     postgres!PostmasterMain(
000000c2`adfffb60 00007ff6`515e68b9     postgres!main(
000000c2`adfffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`adfffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`adfffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`ae7ff798 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c2`ae7ff7a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`ae7ff810 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c2`ae7ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`ae7ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6effeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`6effeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000089`6effef30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`6effef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`6effefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`6efff8f0 00007ff6`50fee778     postgres!PostmasterMain(
00000089`6efffa80 00007ff6`515e68b9     postgres!main(
00000089`6efffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`6efffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`6efffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`6f3ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`6f3ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`6f3ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6f3ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6f7ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`6f7ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`6f7ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6f7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6fbff708 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000089`6fbff710 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`6fbff780 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000089`6fbff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6fbff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`6ffff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`6ffff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`6ffffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`6ffffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4fbff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4fbff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4fbff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4fbff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4f7ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4f7ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4f7ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4f7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4effee10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`4effee50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b4`4effee90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b4`4effeee0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b4`4effef30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`4efff850 00007ff6`50fee778     postgres!PostmasterMain(
000000b4`4efff9e0 00007ff6`515e68b9     postgres!main(
000000b4`4efffa20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`4efffa70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b4`4efffae0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b4`4f3ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4f3ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4f3ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4f3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4ffffb38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b4`4ffffb40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`4ffffbb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b4`4ffffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4ffffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`503ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`503ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b4`503ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`503ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fa7fea90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`fa7fead0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bf`fa7feb10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`fa7feb60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`fa7febb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`fa7ff4d0 00007ff6`50fee778     postgres!PostmasterMain(
000000bf`fa7ff660 00007ff6`515e68b9     postgres!main(
000000bf`fa7ff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`fa7ff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`fa7ff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`fabff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`fabff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`fabff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fabff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fafff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`fafff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`fafffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fafffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fb3ff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bf`fb3ff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`fb3ff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bf`fb3ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fb3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`fb7ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`fb7ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`fb7ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`fb7ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cdbfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`cdbfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d9`cdbfefa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d9`cdbfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d9`cdbff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`cdbff960 00007ff6`50fee778     postgres!PostmasterMain(
000000d9`cdbffaf0 00007ff6`515e68b9     postgres!main(
000000d9`cdbffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`cdbffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d9`cdbffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d9`cdfff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`cdfff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`cdfff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cdfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`ce3ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d9`ce3ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`ce3ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d9`ce3ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`ce3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`ce7ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`ce7ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`ce7ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`ce7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`cebff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`cebff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d9`cebff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`cebff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`eebffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`eebffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`eebffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`eebffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`ef3ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`ef3ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`ef3ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`ef3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`ee3feb20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`ee3feb60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000076`ee3feba0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`ee3febf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`ee3fec40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`ee3ff560 00007ff6`50fee778     postgres!PostmasterMain(
00000076`ee3ff6f0 00007ff6`515e68b9     postgres!main(
00000076`ee3ff730 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`ee3ff780 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`ee3ff7f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`ee7ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`ee7ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`ee7ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`ee7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`eefffa08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000076`eefffa10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`eefffa80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000076`eefffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`eefffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`871ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`871ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`871ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`871ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`869feb90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`869febd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000080`869fec10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`869fec60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`869fecb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`869ff5d0 00007ff6`50fee778     postgres!PostmasterMain(
00000080`869ff760 00007ff6`515e68b9     postgres!main(
00000080`869ff7a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`869ff7f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`869ff860 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`86dffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`86dffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`86dffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`86dffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`875ff708 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000080`875ff710 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`875ff780 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000080`875ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`875ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`879ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`879ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`879ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`879ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`479ff040 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`479ff080 00007ff6`511393bc     postgres!ExceptionalCondition(
00000040`479ff0c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`479ff110 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000040`479ff160 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`479ffa80 00007ff6`50fee778     postgres!PostmasterMain(
00000040`479ffc10 00007ff6`515e68b9     postgres!main(
00000040`479ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`479ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`479ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`47dff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`47dff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`47dffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`47dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`485ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000040`485ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`485ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000040`485ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`485ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`481ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`481ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`481ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`481ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`489ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`489ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`489ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`489ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`8e5fef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`8e5fefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`8e5ff010 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`8e5ff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`8e5ff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`8e5ff9d0 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`8e5ffb60 00007ff6`515e68b9     postgres!main(
0000006e`8e5ffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`8e5ffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`8e5ffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`8f1ffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`8f1ffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`8f1ffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`8f1ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`8f1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`8f5ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`8f5ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`8f5ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`8f5ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`11bff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`11bff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000009`11bff210 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`11bff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`11bff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`11bffbd0 00007ff6`50fee778     postgres!PostmasterMain(
00000009`11bffd60 00007ff6`515e68b9     postgres!main(
00000009`11bffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`11bffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`11bffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`11fffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`11fffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`11fffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`11ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`123ff6c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000009`123ff6d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`123ff740 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000009`123ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`123ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`127ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`127ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`127ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`127ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`12bffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`12bffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`12bffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`12bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b49fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`b49fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000068`b49fee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`b49fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`b49feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`b49ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
00000068`b49ff960 00007ff6`515e68b9     postgres!main(
00000068`b49ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`b49ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`b49ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`b4dff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b4dff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`b4dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b4dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b51ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b51ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`b51ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b51ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b55ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000068`b55ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`b55ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000068`b55ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b55ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`b59ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`b59ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`b59ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`b59ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f63ff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000090`f63ff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`f63ff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000090`f63ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f63ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f5fff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f5fff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f5fff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f5fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f53fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`f53fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000090`f53fec90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`f53fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000090`f53fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`f53ff650 00007ff6`50fee778     postgres!PostmasterMain(
00000090`f53ff7e0 00007ff6`515e68b9     postgres!main(
00000090`f53ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`f53ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`f53ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`f57ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f57ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f57ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f57ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f67ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f67ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f67ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f67ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`f5bff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`f5bff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`f5bffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`f5bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`ad7ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000041`ad7ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000041`ad7ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000041`ad7ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`ad7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`ac7fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`ac7fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000041`ac7fecb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`ac7fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000041`ac7fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`ac7ff670 00007ff6`50fee778     postgres!PostmasterMain(
00000041`ac7ff800 00007ff6`515e68b9     postgres!main(
00000041`ac7ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`ac7ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`ac7ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`adbffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`adbffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`adbffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`adbffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`98bfefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`98bff000 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007d`98bff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`98bff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`98bff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`98bffa00 00007ff6`50fee778     postgres!PostmasterMain(
0000007d`98bffb90 00007ff6`515e68b9     postgres!main(
0000007d`98bffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`98bffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`98bffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`98fffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`98fffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`98fffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`98fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`993ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`993ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`993ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`993ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`997ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007d`997ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`997ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007d`997ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`997ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`99bff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`99bff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`99bff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`99bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`72fff180 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`72fff1c0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bf`72fff200 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`72fff250 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`72fff2a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`72fffbc0 00007ff6`50fee778     postgres!PostmasterMain(
000000bf`72fffd50 00007ff6`515e68b9     postgres!main(
000000bf`72fffd90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`72fffde0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`72fffe50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`733ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`733ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`733ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`733ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`737ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`737ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`737ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`737ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`73bffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bf`73bffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`73bffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bf`73bffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`73bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`73fffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`73fffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`73fffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`73fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`73bfec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`73bfec60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000009`73bfeca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`73bfecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000009`73bfed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`73bff660 00007ff6`50fee778     postgres!PostmasterMain(
00000009`73bff7f0 00007ff6`515e68b9     postgres!main(
00000009`73bff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`73bff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`73bff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`73fff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`73fff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`73fff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`73fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`743ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`743ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`743ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`743ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`747ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`747ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`747ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`747ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`74bff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000009`74bff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`74bff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000009`74bff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`74bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`74fffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`74fffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`74fffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`74fffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`893ff070 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`893ff0b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ae`893ff0f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`893ff140 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`893ff190 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`893ffab0 00007ff6`50fee778     postgres!PostmasterMain(
000000ae`893ffc40 00007ff6`515e68b9     postgres!main(
000000ae`893ffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`893ffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`893ffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`897ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`897ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`897ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`897ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`89bffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ae`89bffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`89bffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ae`89bffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`89bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`89fff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`89fff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`89fffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`89fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`8a3ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`8a3ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`8a3ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`8a3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c3fff140 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`c3fff180 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008b`c3fff1c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008b`c3fff210 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008b`c3fff260 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008b`c3fffb80 00007ff6`50fee778     postgres!PostmasterMain(
0000008b`c3fffd10 00007ff6`515e68b9     postgres!main(
0000008b`c3fffd50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`c3fffda0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`c3fffe10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008b`c43ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c43ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`c43ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c43ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c47ffd48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008b`c47ffd50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`c47ffdc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008b`c47ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c47ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c4bff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c4bff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`c4bffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c4bffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`c4fff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`c4fff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`c4fffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`c4fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`219ff0e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`219ff120 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007d`219ff160 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`219ff1b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`219ff200 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`219ffb20 00007ff6`50fee778     postgres!PostmasterMain(
0000007d`219ffcb0 00007ff6`515e68b9     postgres!main(
0000007d`219ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`219ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`219ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`21dff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`21dff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`21dff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`21dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`221ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007d`221ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`221ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007d`221ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`221ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`225ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`225ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`225ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`225ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`229ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`229ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`229ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`229ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ac9feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`ac9feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000029`ac9feb30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`ac9feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`ac9febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`ac9ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000029`ac9ff680 00007ff6`515e68b9     postgres!main(
00000029`ac9ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`ac9ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`ac9ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`acdff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`acdff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`acdff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`acdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ad1ff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000029`ad1ff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000029`ad1ff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000029`ad1ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`ad1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ad5ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`ad5ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`ad5ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`ad5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`ad9ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`ad9ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`ad9ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`ad9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`cfdfeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`cfdfeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000077`cfdfef30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000077`cfdfef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000077`cfdfefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000077`cfdff8f0 00007ff6`50fee778     postgres!PostmasterMain(
00000077`cfdffa80 00007ff6`515e68b9     postgres!main(
00000077`cfdffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000077`cfdffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000077`cfdffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000077`d01ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d01ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d01ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d01ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d05ff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d05ff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d05ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d05ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d09ff9d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000077`d09ff9e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000077`d09ffa50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000077`d09ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d09ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d0dff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d0dff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d0dff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d0dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`d11ff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`d11ff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000077`d11ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`d11ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b8ffed10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`b8ffed50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`b8ffed90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`b8ffede0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ea`b8ffee30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`b8fff750 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`b8fff8e0 00007ff6`515e68b9     postgres!main(
000000ea`b8fff920 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`b8fff970 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`b8fff9e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`b9bff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`b9bff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`b9bff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`b9bffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b9bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b9fffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b9fffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b9fffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b9fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`b93ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`b93ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`b93ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`b93ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c91fece0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`c91fed20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000002`c91fed60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`c91fedb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`c91fee00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`c91ff720 00007ff6`50fee778     postgres!PostmasterMain(
00000002`c91ff8b0 00007ff6`515e68b9     postgres!main(
00000002`c91ff8f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`c91ff940 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`c91ff9b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`c95ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c95ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c95ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c95ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c99ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`c99ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`c99ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c99ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`c9dff888 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000002`c9dff890 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`c9dff900 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000002`c9dffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`c9dffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`ca1ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`ca1ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`ca1ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`ca1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`14ffee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`14ffee60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d0`14ffeea0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`14ffeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`14ffef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`14fff860 00007ff6`50fee778     postgres!PostmasterMain(
000000d0`14fff9f0 00007ff6`515e68b9     postgres!main(
000000d0`14fffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`14fffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`14fffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`153ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`153ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`153ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`153ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`157ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`157ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`157ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`157ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`15bff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`15bff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`15bffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`15bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`15fff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d0`15fff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`15fff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d0`15fff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`15fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`163ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`163ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`163ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`163ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`faffea90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`faffead0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`faffeb10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`faffeb60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000003`faffebb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`fafff4d0 00007ff6`50fee778     postgres!PostmasterMain(
00000003`fafff660 00007ff6`515e68b9     postgres!main(
00000003`fafff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`fafff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`fafff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`fb3ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fb3ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fb3ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fb3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fb7ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fb7ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fb7ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fb7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fbbff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fbbff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fbbffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fbbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fbfffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`fbfffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`fbfffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`fbffff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fbffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`fc3ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`fc3ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`fc3ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`fc3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`bdffedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`bdffee00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fe`bdffee40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`bdffee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fe`bdffeee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`bdfff800 00007ff6`50fee778     postgres!PostmasterMain(
000000fe`bdfff990 00007ff6`515e68b9     postgres!main(
000000fe`bdfff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`bdfffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`bdfffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`be3ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`be3ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`be3ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`be3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`be7ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fe`be7ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`be7ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fe`be7ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`be7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`bebffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`bebffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`bebffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`bebfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`befff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`befff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`befff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`befffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7ddff0d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`7ddff110 00007ff6`511393bc     postgres!ExceptionalCondition(
00000091`7ddff150 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`7ddff1a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`7ddff1f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`7ddffb10 00007ff6`50fee778     postgres!PostmasterMain(
00000091`7ddffca0 00007ff6`515e68b9     postgres!main(
00000091`7ddffce0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`7ddffd30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`7ddffda0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`7e1ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`7e1ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`7e1ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7e1ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7e5ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`7e5ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`7e5ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7e5ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7e9ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000091`7e9ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`7e9ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000091`7e9ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7e9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`7edff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`7edff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`7edffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`7edffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ad7ff110 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`ad7ff150 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`ad7ff190 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`ad7ff1e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`ad7ff230 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`ad7ffb50 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`ad7ffce0 00007ff6`515e68b9     postgres!main(
0000006e`ad7ffd20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`ad7ffd70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`ad7ffde0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`adbff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`adbff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`adbff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`adbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`adfffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`adfffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`adfffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`adfffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`adfffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ae3ff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`ae3ff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`ae3ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`ae3ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`ae7ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`ae7ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`ae7ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`ae7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`323febb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003f`323febf0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003f`323fec30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003f`323fec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003f`323fecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003f`323ff5f0 00007ff6`50fee778     postgres!PostmasterMain(
0000003f`323ff780 00007ff6`515e68b9     postgres!main(
0000003f`323ff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003f`323ff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003f`323ff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003f`327ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`327ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`327ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`327ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`32bffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`32bffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`32bffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`32bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`32fffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003f`32fffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`32fffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003f`32fffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`32fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`333ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`333ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003f`333ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`333fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`68ffeb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`68ffeb40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000047`68ffeb80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`68ffebd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`68ffec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`68fff540 00007ff6`50fee778     postgres!PostmasterMain(
00000047`68fff6d0 00007ff6`515e68b9     postgres!main(
00000047`68fff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`68fff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`68fff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`693ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`693ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`693ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`693ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`697ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`697ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`697ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`697ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`69bff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000047`69bff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`69bff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000047`69bff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`69bff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`69fffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`69fffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`69fffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`69fffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000001`007ff040 00007ff6`511393bc     postgres!ExceptionalCondition(
00000001`007ff080 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000001`007ff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000001`007ff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000001`007ffa40 00007ff6`50fee778     postgres!PostmasterMain(
00000001`007ffbd0 00007ff6`515e68b9     postgres!main(
00000001`007ffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000001`007ffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000001`007ffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000001`00bff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000001`00fffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000001`00fffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000001`013ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`017ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000001`017ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7e9fedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`7e9fee30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f4`7e9fee70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f4`7e9feec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f4`7e9fef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`7e9ff830 00007ff6`50fee778     postgres!PostmasterMain(
000000f4`7e9ff9c0 00007ff6`515e68b9     postgres!main(
000000f4`7e9ffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`7e9ffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f4`7e9ffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f4`7edffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7edffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7edffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f1ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7f1ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7f1ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f5ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7f5ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7f5ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7f9ff928 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f4`7f9ff930 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`7f9ff9a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f4`7f9ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7f9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`7fdff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`7fdff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f4`7fdffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`7fdffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d63ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`d63ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000de`d63ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`d63ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000de`d63ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`d63ffad0 00007ff6`50fee778     postgres!PostmasterMain(
000000de`d63ffc60 00007ff6`515e68b9     postgres!main(
000000de`d63ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`d63ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`d63ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`d67ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d67ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`d67ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d67ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d6bff618 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000de`d6bff620 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000de`d6bff690 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000de`d6bff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d6bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d6fffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d6fffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`d6fffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d6fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d73ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d73ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`d73ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d73ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`619ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`619ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`619ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`619ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`605ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`605ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009d`605ff240 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`605ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`605ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`605ffc00 00007ff6`50fee778     postgres!PostmasterMain(
0000009d`605ffd90 00007ff6`515e68b9     postgres!main(
0000009d`605ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`605ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`605ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009d`615ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009d`615ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`615ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009d`615ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`615ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`937fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`937fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`937fee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`937fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`937feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`937ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`937ff960 00007ff6`515e68b9     postgres!main(
0000002b`937ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`937ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`937ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`93fff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`93fff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`93fff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`93fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`943ffd78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`943ffd80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`943ffdf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`943ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`943fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`947ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`947ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`947ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`947fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`93bffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`93bffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`93bffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`93bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`bf5ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`bf5ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000047`bf5ff110 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`bf5ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000047`bf5ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`bf5ffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000047`bf5ffc60 00007ff6`515e68b9     postgres!main(
00000047`bf5ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`bf5ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`bf5ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`bf9ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`bf9ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`bf9ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`bf9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`bfdffa28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000047`bfdffa30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`bfdffaa0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000047`bfdffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`bfdffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c01ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c01ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`c01ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c01ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`c05ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`c05ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`c05ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`c05ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`383ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`383ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`383ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`383ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`38bffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`38bffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`38bffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`38bffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`37bfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`37bfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`37bfefa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`37bfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`37bff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`37bff960 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`37bffaf0 00007ff6`515e68b9     postgres!main(
0000002e`37bffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`37bffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`37bffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`37fffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`37fffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`37fffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`37fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`387ff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`387ff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`387ff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`387ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`387ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4d3ffb38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000be`4d3ffb40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`4d3ffbb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000be`4d3ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4d3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4dbff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4dbff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`4dbffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4dbffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4cbfeb40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`4cbfeb80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000be`4cbfebc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`4cbfec10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`4cbfec60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`4cbff580 00007ff6`50fee778     postgres!PostmasterMain(
000000be`4cbff710 00007ff6`515e68b9     postgres!main(
000000be`4cbff750 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`4cbff7a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`4cbff810 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`4cfff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4cfff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`4cfff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4cfff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`4d7ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`4d7ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`4d7ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`4d7ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ecfff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ecfff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ecfff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ecfffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed3ffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005c`ed3ffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005c`ed3ffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005c`ed3ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed3ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ec7fef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005c`ec7fef90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005c`ec7fefd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005c`ec7ff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005c`ec7ff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005c`ec7ff990 00007ff6`50fee778     postgres!PostmasterMain(
0000005c`ec7ffb20 00007ff6`515e68b9     postgres!main(
0000005c`ec7ffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005c`ec7ffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005c`ec7ffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005c`ecbff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ecbff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ecbffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ecbffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005c`ed7ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005c`ed7ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005c`ed7ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005c`ed7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b1ff728 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000096`9b1ff730 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000096`9b1ff7a0 00007ff6`515e68b9     postgres!main(
00000096`9b1ff7e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`9b1ff830 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`9b1ff8a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`9b1ff8d0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000096`9b1ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b5ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9b5ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000096`9b5ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b5ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`9b9ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`9b9ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000096`9b9ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`9b9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`ed3ffa38 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006a`ed3ffa40 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000006a`ed3ffab0 00007ff6`515e68b9     postgres!main(
0000006a`ed3ffaf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`ed3ffb40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006a`ed3ffbb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006a`ed3ffbe0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000006a`ed3ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`ed3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`ed7ffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`ed7ffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`ed7ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`ed7ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`edbff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`edbff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`edbff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`edbff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`edfffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`edfffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006a`edfffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`edffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`815fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`815fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000da`815fecb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`815fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`815fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`815ff670 00007ff6`50fee778     postgres!PostmasterMain(
000000da`815ff800 00007ff6`515e68b9     postgres!main(
000000da`815ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`815ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`815ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`819ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`819ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`819ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`819ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`81dff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`81dff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`81dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`81dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`821ff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000da`821ff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`821ff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000da`821ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`821ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`825ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`825ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`825ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`825ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a4bffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`a4bffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`a4bffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a4bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a3bff080 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`a3bff0c0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000eb`a3bff100 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`a3bff150 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`a3bff1a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`a3bffac0 00007ff6`50fee778     postgres!PostmasterMain(
000000eb`a3bffc50 00007ff6`515e68b9     postgres!main(
000000eb`a3bffc90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`a3bffce0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`a3bffd50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`a3fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`a3fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`a3fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a3fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a43ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000eb`a43ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`a43ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000eb`a43ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a43ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`a47ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`a47ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`a47ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`a47ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`281ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`281ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`281ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`281ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`279feca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`279fece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004c`279fed20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004c`279fed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004c`279fedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004c`279ff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000004c`279ff870 00007ff6`515e68b9     postgres!main(
0000004c`279ff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004c`279ff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004c`279ff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004c`27dffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`27dffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`27dffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`27dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`285ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004c`285ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`285ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004c`285ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`285ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`289ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`289ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004c`289ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`289ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`dabff7b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002c`dabff7c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`dabff830 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002c`dabff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`dabff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`da3feba0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002c`da3febe0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002c`da3fec20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002c`da3fec70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002c`da3fecc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002c`da3ff5e0 00007ff6`50fee778     postgres!PostmasterMain(
0000002c`da3ff770 00007ff6`515e68b9     postgres!main(
0000002c`da3ff7b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002c`da3ff800 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002c`da3ff870 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002c`da7ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`da7ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`da7ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`da7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`dafff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`dafff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`dafffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`dafffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`db3ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`db3ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002c`db3ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`db3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`ed5ff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`ed5ff050 00007ff6`511393bc     postgres!ExceptionalCondition(
00000014`ed5ff090 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`ed5ff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`ed5ff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`ed5ffa50 00007ff6`50fee778     postgres!PostmasterMain(
00000014`ed5ffbe0 00007ff6`515e68b9     postgres!main(
00000014`ed5ffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`ed5ffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`ed5ffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`ed9ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`ed9ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`ed9ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`ed9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`eddffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`eddffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`eddffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`eddffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`ee1ffad8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000014`ee1ffae0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000014`ee1ffb50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000014`ee1ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`ee1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`ee5ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`ee5ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`ee5ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`ee5ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`057fead0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`057feb10 00007ff6`511393bc     postgres!ExceptionalCondition(
00000052`057feb50 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`057feba0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`057febf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`057ff510 00007ff6`50fee778     postgres!PostmasterMain(
00000052`057ff6a0 00007ff6`515e68b9     postgres!main(
00000052`057ff6e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`057ff730 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`057ff7a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`05bff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`05bff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`05bff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`05bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`063ffa88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000052`063ffa90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`063ffb00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000052`063ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`063ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`05fff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`05fff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`05fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`05fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`067ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`067ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`067ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`067ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`781ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`781ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`781ff1a0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`781ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`781ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`781ffb60 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`781ffcf0 00007ff6`515e68b9     postgres!main(
000000c9`781ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`781ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`781ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`785ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`785ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`785ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`785ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`789ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`789ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`789fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`789fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`78dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`78dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`78dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`78dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`791ffb88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`791ffb90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`791ffc00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`791ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`791ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`795ffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`795ffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`795fff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`795fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d7dff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d7dff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`d7dffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d7dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d81ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d81ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`d81ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d81ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d71feda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`d71fede0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000af`d71fee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`d71fee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000af`d71feec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`d71ff7e0 00007ff6`50fee778     postgres!PostmasterMain(
000000af`d71ff970 00007ff6`515e68b9     postgres!main(
000000af`d71ff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`d71ffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`d71ffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000af`d75ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`d75ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`d75ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d75ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`d79ff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000af`d79ff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`d79ff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000af`d79ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`d79ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d1fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d1fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d1fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d1fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d13ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d13ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d13ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d13ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d0ffefa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`d0ffefe0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004e`d0fff020 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004e`d0fff070 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004e`d0fff0c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`d0fff9e0 00007ff6`50fee778     postgres!PostmasterMain(
0000004e`d0fffb70 00007ff6`515e68b9     postgres!main(
0000004e`d0fffbb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`d0fffc00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004e`d0fffc70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004e`d1bffaa8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004e`d1bffab0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`d1bffb20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004e`d1bffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d1bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`d17ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`d17ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004e`d17ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`d17ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b39ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`b39ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`b39ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b39ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b35ff0a0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`b35ff0e0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000037`b35ff120 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`b35ff170 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`b35ff1c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`b35ffae0 00007ff6`50fee778     postgres!PostmasterMain(
00000037`b35ffc70 00007ff6`515e68b9     postgres!main(
00000037`b35ffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`b35ffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`b35ffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`b3dff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`b3dff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`b3dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b3dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b41ff638 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000037`b41ff640 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`b41ff6b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000037`b41ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b41ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`b45ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`b45ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`b45ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`b45ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9c5ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007c`9c5ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`9c5ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007c`9c5ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9c5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9c9ffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`9c9ffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`9c9ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9c9ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9b9fedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`9b9fee00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007c`9b9fee40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`9b9fee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`9b9feee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`9b9ff800 00007ff6`50fee778     postgres!PostmasterMain(
0000007c`9b9ff990 00007ff6`515e68b9     postgres!main(
0000007c`9b9ff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`9b9ffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`9b9ffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`9bdff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`9bdff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`9bdff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9bdff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`9c1ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`9c1ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`9c1ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`9c1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`32bff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000029`32bff220 00007ff6`511393bc     postgres!ExceptionalCondition(
00000029`32bff260 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000029`32bff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000029`32bff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000029`32bffc20 00007ff6`50fee778     postgres!PostmasterMain(
00000029`32bffdb0 00007ff6`515e68b9     postgres!main(
00000029`32bffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000029`32bffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000029`32bffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000029`337ff968 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000029`337ff970 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000029`337ff9e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000029`337ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`337ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000029`33bff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000029`33bff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000029`33bffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000029`33bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a47ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a47ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000049`a47ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a47ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a4fff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a4fff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000049`a4fff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a4fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a4bff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000049`a4bff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`a4bffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000049`a4bffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a4bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a43ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`a43ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000049`a43ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`a43ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`a3ffeda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000049`a3ffede0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000049`a3ffee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000049`a3ffee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000049`a3ffeec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000049`a3fff7e0 00007ff6`50fee778     postgres!PostmasterMain(
00000049`a3fff970 00007ff6`515e68b9     postgres!main(
00000049`a3fff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000049`a3fffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000049`a3fffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`fa5ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fa5ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`fa5ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fa5ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa1febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`fa1fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a9`fa1fec70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a9`fa1fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a9`fa1fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`fa1ff630 00007ff6`50fee778     postgres!PostmasterMain(
000000a9`fa1ff7c0 00007ff6`515e68b9     postgres!main(
000000a9`fa1ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`fa1ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a9`fa1ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a9`fb1ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fb1ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`fb1ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fb1ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fa9ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`fa9ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a9`fa9ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fa9ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`fadff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a9`fadff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`fadff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a9`fadff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`fadff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`587ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`587ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`587ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`587ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`583ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bb`583ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`583ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bb`583ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`583ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`573ff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`573ff040 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bb`573ff080 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`573ff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`573ff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`573ffa40 00007ff6`50fee778     postgres!PostmasterMain(
000000bb`573ffbd0 00007ff6`515e68b9     postgres!main(
000000bb`573ffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`573ffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`573ffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`577ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`577ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`577fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`577fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`57bff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`57bff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`57bffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`57bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`57fff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`57fff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`57fff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`57fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`2a3ffbe8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000010`2a3ffbf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`2a3ffc60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000010`2a3ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`2a3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`297fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`297fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000010`297fefe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`297ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000010`297ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`297ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
00000010`297ffb30 00007ff6`515e68b9     postgres!main(
00000010`297ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`297ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`297ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`29bffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`29bffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`29bffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`29bffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`29fff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`29fff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`29fff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`29fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`2a7ff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`2a7ff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`2a7ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`2a7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`205ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`205ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`205ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`205ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`201ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`201ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`201fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`201fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1fdfeca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`1fdfece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`1fdfed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`1fdfed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002b`1fdfedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`1fdff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`1fdff870 00007ff6`515e68b9     postgres!main(
0000002b`1fdff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`1fdff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`1fdff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`209ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`209ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`209ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`209ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`20dff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`20dff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`20dff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`20dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`20dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`211ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`211ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`211ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`211ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5b7ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000da`5b7ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`5b7ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000da`5b7ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5b7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5bfffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`5bfffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`5bfffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5bfffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5b3ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`5b3ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`5b3ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5b3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`5afff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`5afff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000da`5afff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000da`5afff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000da`5afff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`5afffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000da`5afffd90 00007ff6`515e68b9     postgres!main(
000000da`5afffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`5afffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`5afffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000da`5bbff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`5bbff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000da`5bbff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`5bbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f23feae0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`f23feb20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000067`f23feb60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`f23febb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`f23fec00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`f23ff520 00007ff6`50fee778     postgres!PostmasterMain(
00000067`f23ff6b0 00007ff6`515e68b9     postgres!main(
00000067`f23ff6f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`f23ff740 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`f23ff7b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`f33ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f33ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`f33ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f33ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f2fff8d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000067`f2fff8e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`f2fff950 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000067`f2fffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f2fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f2bff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f2bff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`f2bffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f2bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`f27ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`f27ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`f27ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`f27ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c93fee30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`c93fee70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e9`c93feeb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`c93fef00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`c93fef50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`c93ff870 00007ff6`50fee778     postgres!PostmasterMain(
000000e9`c93ffa00 00007ff6`515e68b9     postgres!main(
000000e9`c93ffa40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`c93ffa90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`c93ffb00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`c97ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c97ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c97ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c97ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c9bffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e9`c9bffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`c9bffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e9`c9bffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c9bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`c9fffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`c9fffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`c9fffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`c9fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`ca3ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`ca3ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`ca3ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`ca3ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c23ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`c23ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`c23ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c23ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c27ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`c27ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`c27ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c27ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c1fffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ef`c1fffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`c1fffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ef`c1fffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c1fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c1bff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`c1bff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`c1bffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`c1bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`c17feb60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`c17feba0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ef`c17febe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`c17fec30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ef`c17fec80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`c17ff5a0 00007ff6`50fee778     postgres!PostmasterMain(
000000ef`c17ff730 00007ff6`515e68b9     postgres!main(
000000ef`c17ff770 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`c17ff7c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`c17ff830 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`11dffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`11dffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`11dffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`11dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`115fef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`115fef90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005d`115fefd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`115ff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`115ff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`115ff990 00007ff6`50fee778     postgres!PostmasterMain(
0000005d`115ffb20 00007ff6`515e68b9     postgres!main(
0000005d`115ffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`115ffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`115ffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`119ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`119ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`119ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`119ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`125ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`125ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`125ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`125ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`121ff828 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005d`121ff830 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`121ff8a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005d`121ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`121ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c67ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c67ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c67ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c67ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c63ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c63ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c63ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c63ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c5ffeab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`c5ffeaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000079`c5ffeb30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`c5ffeb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000079`c5ffebd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`c5fff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000079`c5fff680 00007ff6`515e68b9     postgres!main(
00000079`c5fff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`c5fff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`c5fff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`c73ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c73ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c73ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c73ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c6fffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000079`c6fffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`c6fffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000079`c6ffff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c6ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`c6bff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`c6bff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`c6bffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`c6bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e4fff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e4fff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e4fff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e4fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e4bff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`e4bff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007f`e4bff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007f`e4bff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007f`e4bff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`e4bffbf0 00007ff6`50fee778     postgres!PostmasterMain(
0000007f`e4bffd80 00007ff6`515e68b9     postgres!main(
0000007f`e4bffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`e4bffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`e4bffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007f`e5bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e5bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e5bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e5bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e57ff7a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007f`e57ff7b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`e57ff820 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007f`e57ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e57ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`e53ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`e53ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`e53ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`e53ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`647ff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`647ff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`647ff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`647ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`643fea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`643fea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d0`643feac0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d0`643feb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d0`643feb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`643ff480 00007ff6`50fee778     postgres!PostmasterMain(
000000d0`643ff610 00007ff6`515e68b9     postgres!main(
000000d0`643ff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`643ff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d0`643ff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d0`653ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`653ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`653ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`653ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`64fffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`64fffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d0`64fffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`64fffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`64bff978 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d0`64bff980 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`64bff9f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d0`64bffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`64bffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d49ff858 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`d49ff860 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`d49ff8d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`d49ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d49ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d41fee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`d41feed0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`d41fef10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`d41fef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`d41fefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`d41ff8d0 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`d41ffa60 00007ff6`515e68b9     postgres!main(
0000009b`d41ffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`d41ffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`d41ffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`d51ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`d51ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`d51ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d51ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d4dff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`d4dff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`d4dff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d4dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`d45ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`d45ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`d45ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`d45ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`db5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dc1ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`dc1ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`dc1ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dc1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dbdff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000089`dbdff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`dbdff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000089`dbdff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`dbdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db9ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db9ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`db9ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`db1ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`db1ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`db1ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`db1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`dadff110 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`dadff150 00007ff6`511393bc     postgres!ExceptionalCondition(
00000089`dadff190 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`dadff1e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000089`dadff230 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`dadffb50 00007ff6`50fee778     postgres!PostmasterMain(
00000089`dadffce0 00007ff6`515e68b9     postgres!main(
00000089`dadffd20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`dadffd70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`dadffde0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`407ffc08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000068`407ffc10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`407ffc80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000068`407ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`407ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3fbfee50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`3fbfee90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000068`3fbfeed0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`3fbfef20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000068`3fbfef70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`3fbff890 00007ff6`50fee778     postgres!PostmasterMain(
00000068`3fbffa20 00007ff6`515e68b9     postgres!main(
00000068`3fbffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`3fbffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`3fbffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000068`403ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`403ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`403ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`403ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`3ffff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`3ffff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`3ffff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`3ffff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`40bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`40bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`40bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`40bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2f1ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2f1ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`2f1ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2f1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2e9fec70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`2e9fecb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cf`2e9fecf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`2e9fed40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`2e9fed90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`2e9ff6b0 00007ff6`50fee778     postgres!PostmasterMain(
000000cf`2e9ff840 00007ff6`515e68b9     postgres!main(
000000cf`2e9ff880 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`2e9ff8d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`2e9ff940 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`2f5ff728 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cf`2f5ff730 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`2f5ff7a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cf`2f5ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2f5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2edff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2edff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`2edffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2edffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2f9ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2f9ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`2f9ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2f9ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0bfff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0bfff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0bfffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0bfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0c7ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0c7ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0c7ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0c7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0b7fede0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`0b7fee20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000045`0b7fee60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000045`0b7feeb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000045`0b7fef00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000045`0b7ff820 00007ff6`50fee778     postgres!PostmasterMain(
00000045`0b7ff9b0 00007ff6`515e68b9     postgres!main(
00000045`0b7ff9f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000045`0b7ffa40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000045`0b7ffab0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000045`0bbff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`0bbff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000045`0bbff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0bbff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`0c3ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000045`0c3ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`0c3ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000045`0c3ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`0c3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5e1fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`5e1fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dd`5e1fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`5e1fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000dd`5e1ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`5e1ff940 00007ff6`50fee778     postgres!PostmasterMain(
000000dd`5e1ffad0 00007ff6`515e68b9     postgres!main(
000000dd`5e1ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`5e1ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`5e1ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`5e5ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5e5ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5e5ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5e5ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5e9ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5e9ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5e9ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5e9ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5edff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5edff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5edff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5edff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5f1ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dd`5f1ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`5f1ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dd`5f1ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5f1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`5f5ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`5f5ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`5f5ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`5f5ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`775feb50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`775feb90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a8`775febd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`775fec20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a8`775fec70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`775ff590 00007ff6`50fee778     postgres!PostmasterMain(
000000a8`775ff720 00007ff6`515e68b9     postgres!main(
000000a8`775ff760 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`775ff7b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`775ff820 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`785ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`785ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`785ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`785ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`781ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a8`781ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`781ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a8`781ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`781ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`77dffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`77dffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`77dffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`77dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`779ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`779ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`779ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`779ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c31ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`c31ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`c31ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c31ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c2dff1d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`c2dff210 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`c2dff250 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`c2dff2a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006e`c2dff2f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`c2dffc10 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`c2dffda0 00007ff6`515e68b9     postgres!main(
0000006e`c2dffde0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`c2dffe30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`c2dffea0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`c3dffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`c3dffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`c3dffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c3dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c39ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`c39ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`c39ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c39ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c35ffc68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`c35ffc70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`c35ffce0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`c35ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c35ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`051ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`051ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`051ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`051ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`04dff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`04dff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ff`04dffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`04dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`049ffb98 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ff`049ffba0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000ff`049ffc10 00007ff6`515e68b9     postgres!main(
000000ff`049ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`049ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ff`049ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ff`049ffd40 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000ff`049ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`049ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d93fee70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`d93feeb0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002a`d93feef0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`d93fef40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`d93fef90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`d93ff8b0 00007ff6`50fee778     postgres!PostmasterMain(
0000002a`d93ffa40 00007ff6`515e68b9     postgres!main(
0000002a`d93ffa80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`d93ffad0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`d93ffb40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`da3ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`da3ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`da3ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`da3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d9fff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d9fff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`d9fffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d9fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d9bffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002a`d9bffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`d9bffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002a`d9bffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d9bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`d97ff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`d97ff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`d97ffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`d97ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6bfff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`6bfff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`6bfff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6bfff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6bbff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`6bbff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`6bbff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6bbff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6b7ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`6b7ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`6b7ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`6b7ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6b7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6b3ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`6b3ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`6b3ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`6b3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`6afff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`6afff130 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`6afff170 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`6afff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`6afff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`6afffb30 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`6afffcc0 00007ff6`515e68b9     postgres!main(
0000002e`6afffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`6afffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`6afffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`0e5ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0e5ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0e5ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0e5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0ddffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0ddffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0ddffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0ddffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0d9fecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`0d9fed00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000043`0d9fed40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`0d9fed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000043`0d9fede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`0d9ff700 00007ff6`50fee778     postgres!PostmasterMain(
00000043`0d9ff890 00007ff6`515e68b9     postgres!main(
00000043`0d9ff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`0d9ff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`0d9ff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`0edff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0edff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0edff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0edff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0e9ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000043`0e9ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`0e9ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000043`0e9ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0e9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`0e1ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`0e1ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`0e1ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`0e1ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8c3ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8c3ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8c3ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8c3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8bbff140 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`8bbff180 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c5`8bbff1c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`8bbff210 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`8bbff260 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`8bbffb80 00007ff6`50fee778     postgres!PostmasterMain(
000000c5`8bbffd10 00007ff6`515e68b9     postgres!main(
000000c5`8bbffd50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`8bbffda0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`8bbffe10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`8cfff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8cfff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8cfffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8cfffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8cbffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c5`8cbffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`8cbffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c5`8cbffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8cbffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8c7ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8c7ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8c7ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8c7ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`8bfffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`8bfffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`8bfffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`8bfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7e1feeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`7e1feef0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007d`7e1fef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007d`7e1fef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007d`7e1fefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`7e1ff8f0 00007ff6`50fee778     postgres!PostmasterMain(
0000007d`7e1ffa80 00007ff6`515e68b9     postgres!main(
0000007d`7e1ffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`7e1ffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007d`7e1ffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007d`7e5ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`7e5ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`7e5ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7e5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7e9ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`7e9ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`7e9ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7e9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7edffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007d`7edffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`7edffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007d`7edffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7edffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`7f1ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`7f1ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007d`7f1ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`7f1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`721ff618 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fa`721ff620 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fa`721ff690 00007ff6`515e68b9     postgres!main(
000000fa`721ff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`721ff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`721ff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fa`721ff7c0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fa`721ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`721ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`725ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`725ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`725ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`725ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`729ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`729ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`729ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`729ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`cb1ff5a8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000ed`cb1ff5b0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000ed`cb1ff620 00007ff6`515e68b9     postgres!main(
000000ed`cb1ff660 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`cb1ff6b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ed`cb1ff720 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000ed`cb1ff750 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000ed`cb1ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`cb1ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`cb9ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`cb9ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`cb9ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`cb9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`cb5ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`cb5ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ed`cb5ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`cb5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`025ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`025ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000087`025ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`025ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`021ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`021ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000087`021ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`021ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`029ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000087`029ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000087`029ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000087`029ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`029ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`01dfec90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000087`01dfecd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000087`01dfed10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000087`01dfed60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000087`01dfedb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000087`01dff6d0 00007ff6`50fee778     postgres!PostmasterMain(
00000087`01dff860 00007ff6`515e68b9     postgres!main(
00000087`01dff8a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000087`01dff8f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000087`01dff960 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000087`02dff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`02dff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000087`02dffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`02dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b21ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b21ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b21ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b21ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b1dff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`b1dff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`b1dffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b1dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`b19ff858 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e8`b19ff860 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000e8`b19ff8d0 00007ff6`515e68b9     postgres!main(
000000e8`b19ff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`b19ff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`b19ff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e8`b19ffa00 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000e8`b19ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`b19ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d5dff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d5dff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d5dffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d5dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d55ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d55ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d55ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d55ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d59ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d59ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d59ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d59ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d61ff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`d61ff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`d61ff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`d61ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d61ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d65ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d65ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`d65ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d65ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d51ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`d51ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`d51ff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`d51ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`d51ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`d51ffc00 00007ff6`50fee778     postgres!PostmasterMain(
00000086`d51ffd90 00007ff6`515e68b9     postgres!main(
00000086`d51ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`d51ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`d51ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`ff1feda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`ff1fede0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d2`ff1fee20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`ff1fee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`ff1feec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`ff1ff7e0 00007ff6`50fee778     postgres!PostmasterMain(
000000d2`ff1ff970 00007ff6`515e68b9     postgres!main(
000000d2`ff1ff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`ff1ffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`ff1ffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`ff9ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`ff9ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`ff9ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ff9ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ffdff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d2`ffdff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`ffdff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d2`ffdff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ffdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`803ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`803ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`803ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`803ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`ff5ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`ff5ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`ff5ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`ff5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`169ff0c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fa`169ff100 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fa`169ff140 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fa`169ff190 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fa`169ff1e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fa`169ffb00 00007ff6`50fee778     postgres!PostmasterMain(
000000fa`169ffc90 00007ff6`515e68b9     postgres!main(
000000fa`169ffcd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fa`169ffd20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fa`169ffd90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fa`175ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fa`175ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fa`175ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fa`175ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`175ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`179ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`179ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`179ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`179ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`16dff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`16dff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`16dff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`16dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fa`171ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fa`171ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fa`171ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fa`171ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0bbffd48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a7`0bbffd50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`0bbffdc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a7`0bbffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0bbffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0bfff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0bfff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`0bfff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0bfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0c3ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0c3ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`0c3ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0c3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`0b3fee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`0b3feed0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a7`0b3fef10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`0b3fef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a7`0b3fefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`0b3ff8d0 00007ff6`50fee778     postgres!PostmasterMain(
000000a7`0b3ffa60 00007ff6`515e68b9     postgres!main(
000000a7`0b3ffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`0b3ffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`0b3ffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`0b7ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`0b7ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`0b7ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`0b7ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`469ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`469ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`469fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`469fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`465ffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009e`465ffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`465ffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009e`465ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`465ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`461ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`461ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`461ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`461ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`45dff0b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`45dff0f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009e`45dff130 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`45dff180 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`45dff1d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`45dffaf0 00007ff6`50fee778     postgres!PostmasterMain(
0000009e`45dffc80 00007ff6`515e68b9     postgres!main(
0000009e`45dffcc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`45dffd10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`45dffd80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`46dff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`46dff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`46dff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`46dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`40dffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000af`40dffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`40dffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000af`40dfff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`40dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`409ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`409ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`409ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`409ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`405ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`405ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`405ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`405ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`401ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`401ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`401ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`401ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`411ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`411ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000af`411ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`411ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`3fdff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`3fdff040 00007ff6`511393bc     postgres!ExceptionalCondition(
000000af`3fdff080 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000af`3fdff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000af`3fdff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`3fdffa40 00007ff6`50fee778     postgres!PostmasterMain(
000000af`3fdffbd0 00007ff6`515e68b9     postgres!main(
000000af`3fdffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`3fdffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000af`3fdffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`077fea10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`077fea50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000066`077fea90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`077feae0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`077feb30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`077ff450 00007ff6`50fee778     postgres!PostmasterMain(
00000066`077ff5e0 00007ff6`515e68b9     postgres!main(
00000066`077ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`077ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`077ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`07fff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000066`07fff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`07fff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000066`07fff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`07fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`083ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`083ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`083ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`083ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`087ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`087ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`087ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`087ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`07bff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`07bff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`07bff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`07bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0bbffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0bbffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0bbffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0bbffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0abff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0abff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0abffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0abffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0a7fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`0a7feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`0a7feae0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`0a7feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002e`0a7feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`0a7ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`0a7ff630 00007ff6`515e68b9     postgres!main(
0000002e`0a7ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`0a7ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`0a7ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`0afff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0afff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0afff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0afff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0b3ff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`0b3ff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`0b3ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0b3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`0b7ff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`0b7ff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`0b7ff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`0b7ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`0b7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6e7ff8a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000b`6e7ff8b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`6e7ff920 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000b`6e7ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6e7ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6e3ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`6e3ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`6e3fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6e3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6dffed20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`6dffed60 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000b`6dffeda0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`6dffedf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`6dffee40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`6dfff760 00007ff6`50fee778     postgres!PostmasterMain(
0000000b`6dfff8f0 00007ff6`515e68b9     postgres!main(
0000000b`6dfff930 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`6dfff980 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`6dfff9f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`6efffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`6efffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`6efffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6efffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`6ebff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`6ebff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`6ebffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`6ebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`803ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cc`803ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`803ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cc`803ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`803ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`ffbff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`ffbff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`ffbff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`ffbff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`ff7fee30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`ff7fee70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cc`ff7feeb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cc`ff7fef00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cc`ff7fef50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`ff7ff870 00007ff6`50fee778     postgres!PostmasterMain(
000000cc`ff7ffa00 00007ff6`515e68b9     postgres!main(
000000cc`ff7ffa40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`ff7ffa90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cc`ff7ffb00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cc`807ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`807ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`807ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`807ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`fffff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`fffff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cc`fffff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`fffff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`877ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`877ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`877ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`877ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`873ffa68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005d`873ffa70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`873ffae0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005d`873ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`873ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`86fff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`86fffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`86fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`86fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`86bff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`86bff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`86bff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`86bff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`867ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`867ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`867ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`867ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`863fec80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`863fecc0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005d`863fed00 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`863fed50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005d`863feda0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`863ff6c0 00007ff6`50fee778     postgres!PostmasterMain(
0000005d`863ff850 00007ff6`515e68b9     postgres!main(
0000005d`863ff890 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`863ff8e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`863ff950 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`817ff160 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`817ff1a0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000021`817ff1e0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000021`817ff230 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000021`817ff280 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`817ffba0 00007ff6`50fee778     postgres!PostmasterMain(
00000021`817ffd30 00007ff6`515e68b9     postgres!main(
00000021`817ffd70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`817ffdc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000021`817ffe30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000021`823ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`823ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000021`823ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`823ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`81bff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`81bff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000021`81bff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`81bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`827ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`827ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000021`827ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`827ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`81fff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000021`81fff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`81fff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000021`81fff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`81fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`4a7ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`4a7ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`4a7ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`4a7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`49fff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`49fffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`49fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`49fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`4a3ffa28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f6`4a3ffa30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`4a3ffaa0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f6`4a3ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`4a3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`493fefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`493ff000 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f6`493ff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f6`493ff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f6`493ff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`493ffa00 00007ff6`50fee778     postgres!PostmasterMain(
000000f6`493ffb90 00007ff6`515e68b9     postgres!main(
000000f6`493ffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`493ffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f6`493ffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f6`497ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`497ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`497ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`497ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`49bff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`49bff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f6`49bff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`49bff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fb9ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fb9ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fb9ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fb9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fb5ffc78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f2`fb5ffc80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`fb5ffcf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f2`fb5ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fb5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fb1ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fb1ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fb1ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fb1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fadff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fadff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fadffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fadffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fa9ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`fa9ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`fa9ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`fa9ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`fa5ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`fa5ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f2`fa5ff1f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`fa5ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`fa5ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`fa5ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
000000f2`fa5ffd40 00007ff6`515e68b9     postgres!main(
000000f2`fa5ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`fa5ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`fa5ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d6`92bffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`92bffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`92bffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`92bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`927ff798 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000d6`927ff7a0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000d6`927ff810 00007ff6`515e68b9     postgres!main(
000000d6`927ff850 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d6`927ff8a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d6`927ff910 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000d6`927ff940 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000d6`927ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`927ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`92fff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`92fff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d6`92fff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`92fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`903ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`903ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`903ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`903ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`8fffee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`8fffee60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000053`8fffeea0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`8fffeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000053`8fffef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`8ffff860 00007ff6`50fee778     postgres!PostmasterMain(
00000053`8ffff9f0 00007ff6`515e68b9     postgres!main(
00000053`8ffffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`8ffffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`8ffffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`90bffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000053`90bffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`90bffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000053`90bffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`90bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`90fff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`90fff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`90fffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`90fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`907ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`907ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`907ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`907ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`433ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`433ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`433ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`433ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`437ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000061`437ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000061`437ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000061`437fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`437fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`43bffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`43bffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`43bffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`43bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`43fff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`43fff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000061`43fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`43fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`42ffefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000061`42fff000 00007ff6`511393bc     postgres!ExceptionalCondition(
00000061`42fff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000061`42fff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000061`42fff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000061`42fffa00 00007ff6`50fee778     postgres!PostmasterMain(
00000061`42fffb90 00007ff6`515e68b9     postgres!main(
00000061`42fffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000061`42fffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000061`42fffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`ffbff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`ffbff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`ffbffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`ffbffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`ff7fecb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`ff7fecf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000052`ff7fed30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`ff7fed80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`ff7fedd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`ff7ff6f0 00007ff6`50fee778     postgres!PostmasterMain(
00000052`ff7ff880 00007ff6`515e68b9     postgres!main(
00000052`ff7ff8c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`ff7ff910 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`ff7ff980 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`fffff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000052`fffff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`fffffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000052`fffffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`fffffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`803ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`803ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`803ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`803ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`807ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`807ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`807ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`807ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7dbff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`7dbff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`7dbffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7dbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7dfff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003c`7dfff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`7dfffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003c`7dfffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7dfffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7e3ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`7e3ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`7e3fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7e3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7d7ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`7d7ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003c`7d7ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`7d7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`7d3feb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`7d3feb40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003c`7d3feb80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003c`7d3febd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003c`7d3fec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`7d3ff540 00007ff6`50fee778     postgres!PostmasterMain(
0000003c`7d3ff6d0 00007ff6`515e68b9     postgres!main(
0000003c`7d3ff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`7d3ff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003c`7d3ff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`79fff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`79fff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`79fff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`79fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`797ffa18 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000002b`797ffa20 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000002b`797ffa90 00007ff6`515e68b9     postgres!main(
0000002b`797ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`797ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`797ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000002b`797ffbc0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000002b`797ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`797ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`79bff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`79bff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`79bff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`79bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9f9ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`9f9ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`9f9ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9f9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9f1ff9b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000010`9f1ff9c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000010`9f1ffa30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000010`9f1ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9f1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9e9ff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000010`9e9ff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000010`9e9ff170 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000010`9e9ff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000010`9e9ff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000010`9e9ffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000010`9e9ffcc0 00007ff6`515e68b9     postgres!main(
00000010`9e9ffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000010`9e9ffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000010`9e9ffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000010`9edffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`9edffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`9edffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9edffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000010`9f5ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000010`9f5ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000010`9f5ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000010`9f5ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`aebff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`aebff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000051`aebff110 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`aebff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`aebff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`aebffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000051`aebffc60 00007ff6`515e68b9     postgres!main(
00000051`aebffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`aebffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`aebffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`aefff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`aefff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`aefff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`aefff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`af3ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`af3ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`af3ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`af3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`af7ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000051`af7ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`af7ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000051`af7ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`af7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`afbffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`afbffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`afbffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`afbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a47ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a47ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`a47ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a47ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a43ffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000048`a43ffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`a43ffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000048`a43ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a43ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a3fff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a3fff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`a3fffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a3fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a3bffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`a3bffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`a3bffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`a3bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`a37febc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`a37fec00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000048`a37fec40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`a37fec90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`a37fece0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`a37ff600 00007ff6`50fee778     postgres!PostmasterMain(
00000048`a37ff790 00007ff6`515e68b9     postgres!main(
00000048`a37ff7d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`a37ff820 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`a37ff890 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`d8bff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d8bff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d8bffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d8bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d93ff898 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`d93ff8a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`d93ff910 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`d93ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d93ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d97ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d97ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d97fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d97fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`d87feb10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`d87feb50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`d87feb90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`d87febe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`d87fec30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`d87ff550 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`d87ff6e0 00007ff6`515e68b9     postgres!main(
000000c9`d87ff720 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`d87ff770 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`d87ff7e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`d8fff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`d8fff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`d8fffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`d8fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`07fffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`07fffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`07ffff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`07ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`087ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`087ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`087ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`087ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`08bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`08bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`08bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`08bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`07bff0c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`07bff100 00007ff6`511393bc     postgres!ExceptionalCondition(
00000072`07bff140 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`07bff190 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000072`07bff1e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`07bffb00 00007ff6`50fee778     postgres!PostmasterMain(
00000072`07bffc90 00007ff6`515e68b9     postgres!main(
00000072`07bffcd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`07bffd20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`07bffd90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`083ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000072`083ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`083ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000072`083ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`083fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`565ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`565ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000093`565ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`565ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`569ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`569ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000093`569ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`569ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`56dffc98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000093`56dffca0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`56dffd10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000093`56dffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`56dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`561fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`561fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000093`561fefe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000093`561ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000093`561ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000093`561ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
00000093`561ffb30 00007ff6`515e68b9     postgres!main(
00000093`561ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`561ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000093`561ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000093`571ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`571ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000093`571ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`571ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a3bffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`a3bffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`a3bffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a3bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a2ffed50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b9`a2ffed90 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b9`a2ffedd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b9`a2ffee20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b9`a2ffee70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b9`a2fff790 00007ff6`50fee778     postgres!PostmasterMain(
000000b9`a2fff920 00007ff6`515e68b9     postgres!main(
000000b9`a2fff960 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b9`a2fff9b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b9`a2fffa20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b9`a33ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`a33ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`a33ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a33ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a37ffcd8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b9`a37ffce0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`a37ffd50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b9`a37ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a37ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`a3fff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`a3fff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b9`a3fff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`a3fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`d01ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`d01ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`d01ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d01fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`cfdff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`cfdff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000002`cfdff170 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`cfdff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`cfdff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`cfdffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000002`cfdffcc0 00007ff6`515e68b9     postgres!main(
00000002`cfdffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`cfdffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`cfdffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000002`d05ff968 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000002`d05ff970 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`d05ff9e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000002`d05ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d05ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`d0dff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`d0dff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`d0dffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d0dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`d09ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`d09ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`d09ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`d09ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d5fff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d5fff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`d5fffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d5fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d53ff150 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`d53ff190 00007ff6`511393bc     postgres!ExceptionalCondition(
00000071`d53ff1d0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`d53ff220 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`d53ff270 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`d53ffb90 00007ff6`50fee778     postgres!PostmasterMain(
00000071`d53ffd20 00007ff6`515e68b9     postgres!main(
00000071`d53ffd60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`d53ffdb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`d53ffe20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`d57ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d57ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`d57ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d57ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d5bff748 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000071`d5bff750 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`d5bff7c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000071`d5bff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d5bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d63ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d63ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`d63ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d63ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b63ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b63ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b63ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b63ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b5bfed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`b5bfeda0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`b5bfede0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`b5bfee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`b5bfee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`b5bff7a0 00007ff6`50fee778     postgres!PostmasterMain(
00000086`b5bff930 00007ff6`515e68b9     postgres!main(
00000086`b5bff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`b5bff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`b5bffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`b5fff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b5fff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b5fffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b5fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b67ffc58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`b67ffc60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`b67ffcd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`b67ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b67ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b6bff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b6bff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b6bff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b6bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e45ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e45ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`e45ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e45ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e35fede0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`e35fee20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000009`e35fee60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000009`e35feeb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000009`e35fef00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000009`e35ff820 00007ff6`50fee778     postgres!PostmasterMain(
00000009`e35ff9b0 00007ff6`515e68b9     postgres!main(
00000009`e35ff9f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000009`e35ffa40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000009`e35ffab0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000009`e39ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e39ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`e39ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e39ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e3dff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`e3dff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000009`e3dffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e3dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`e41ff898 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000009`e41ff8a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`e41ff910 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000009`e41ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`e41ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5d7ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5d7ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5d7ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5d7ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5cbfef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`5cbfefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000058`5cbfefe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`5cbff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000058`5cbff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`5cbff9a0 00007ff6`50fee778     postgres!PostmasterMain(
00000058`5cbffb30 00007ff6`515e68b9     postgres!main(
00000058`5cbffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`5cbffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`5cbffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`5cfff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5cfff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5cfffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5cfffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5d3ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000058`5d3ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`5d3ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000058`5d3ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5d3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5dbff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5dbff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5dbff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5dbff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6bfff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000069`6bfff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`6bfff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000069`6bfffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6bfffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6b3fedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`6b3fee30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000069`6b3fee70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`6b3feec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`6b3fef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`6b3ff830 00007ff6`50fee778     postgres!PostmasterMain(
00000069`6b3ff9c0 00007ff6`515e68b9     postgres!main(
00000069`6b3ffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`6b3ffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`6b3ffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`6b7ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6b7ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`6b7ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6b7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6bbff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6bbff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`6bbffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6bbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`6c3ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`6c3ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`6c3ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`6c3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`87bffa48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e0`87bffa50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`87bffac0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e0`87bffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`87bffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`86bfec70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`86bfecb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e0`86bfecf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e0`86bfed40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e0`86bfed90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`86bff6b0 00007ff6`50fee778     postgres!PostmasterMain(
000000e0`86bff840 00007ff6`515e68b9     postgres!main(
000000e0`86bff880 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`86bff8d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e0`86bff940 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e0`86fff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`86fff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`86fff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`86fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`873ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`873ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`873ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`873ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`877ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`877ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`877ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`877ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`87fff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`87fff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e0`87fffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`87fffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fe1ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`fe1ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`fe1ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fe1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fd5febb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c3`fd5febf0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c3`fd5fec30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c3`fd5fec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c3`fd5fecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c3`fd5ff5f0 00007ff6`50fee778     postgres!PostmasterMain(
000000c3`fd5ff780 00007ff6`515e68b9     postgres!main(
000000c3`fd5ff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c3`fd5ff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c3`fd5ff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c3`fd9ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`fd9ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`fd9ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fd9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fddff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c3`fddff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`fddff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c3`fddffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fddffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`fe5ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`fe5ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c3`fe5ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`fe5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`061ff908 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004a`061ff910 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`061ff980 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004a`061ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`061ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`055ff1d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`055ff210 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004a`055ff250 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`055ff2a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`055ff2f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`055ffc10 00007ff6`50fee778     postgres!PostmasterMain(
0000004a`055ffda0 00007ff6`515e68b9     postgres!main(
0000004a`055ffde0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`055ffe30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`055ffea0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`059ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`059ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`059ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`059ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`05dff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`05dff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`05dffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`05dffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`065ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`065ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`065ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`065ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6cfff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`6cfff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`6cfffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6cfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6c7ff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`6c7ff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`6c7ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6c7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6cbffaf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006b`6cbffb00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`6cbffb70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006b`6cbffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6cbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`6c3fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`6c3feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006b`6c3feae0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`6c3feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006b`6c3feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`6c3ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
0000006b`6c3ff630 00007ff6`515e68b9     postgres!main(
0000006b`6c3ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`6c3ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`6c3ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`6d3ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`6d3ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`6d3fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`6d3fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`db5fed80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`db5fedc0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000059`db5fee00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`db5fee50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`db5feea0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`db5ff7c0 00007ff6`50fee778     postgres!PostmasterMain(
00000059`db5ff950 00007ff6`515e68b9     postgres!main(
00000059`db5ff990 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`db5ff9e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`db5ffa50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`dc5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`dc5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`dc5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dc5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dc1ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000059`dc1ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`dc1ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000059`dc1ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dc1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`dbdff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`dbdff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`dbdff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`dbdff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`db9ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`db9ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`db9ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`db9ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9b5ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`9b5ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`9b5ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9b5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9a5febd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`9a5fec10 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b0`9a5fec50 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b0`9a5feca0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b0`9a5fecf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b0`9a5ff610 00007ff6`50fee778     postgres!PostmasterMain(
000000b0`9a5ff7a0 00007ff6`515e68b9     postgres!main(
000000b0`9a5ff7e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b0`9a5ff830 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b0`9a5ff8a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b0`9a9ffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`9a9ffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`9a9ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9a9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9adff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`9adff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b0`9adffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9adffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`9b1ffc68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b0`9b1ffc70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`9b1ffce0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b0`9b1ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`9b1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`bbfffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`bbfffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`bbfffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`bbfffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`bbbffba8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000006`bbbffbb0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000006`bbbffc20 00007ff6`515e68b9     postgres!main(
00000006`bbbffc60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`bbbffcb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`bbbffd20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000006`bbbffd50 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000006`bbbffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`bbbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`bc3ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`bc3ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`bc3ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`bc3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`021ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`021ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`021ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`021ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`015febe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`015fec20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000094`015fec60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`015fecb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000094`015fed00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`015ff620 00007ff6`50fee778     postgres!PostmasterMain(
00000094`015ff7b0 00007ff6`515e68b9     postgres!main(
00000094`015ff7f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`015ff840 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`015ff8b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`019ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`019ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`019ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`019ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`01dffc98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000094`01dffca0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`01dffd10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000094`01dffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`01dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`025ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`025ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`025ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`025ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`427ffbb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a3`427ffbc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`427ffc30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a3`427ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`427ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`41bfef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`41bfef60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a3`41bfefa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a3`41bfeff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a3`41bff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`41bff960 00007ff6`50fee778     postgres!PostmasterMain(
000000a3`41bffaf0 00007ff6`515e68b9     postgres!main(
000000a3`41bffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`41bffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a3`41bffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a3`41fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`41fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`41fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`41fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`423ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`423ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`423ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`423ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`42bffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`42bffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a3`42bffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`42bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`adbff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`adbff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`adbff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`adbff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`acffec60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`acffeca0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`acffece0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`acffed30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000042`acffed80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`acfff6a0 00007ff6`50fee778     postgres!PostmasterMain(
00000042`acfff830 00007ff6`515e68b9     postgres!main(
00000042`acfff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`acfff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`acfff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`ad3ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ad3ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ad3ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ad3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ad7ffa98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`ad7ffaa0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`ad7ffb10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`ad7ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ad7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`adfff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`adfff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`adfff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`adfff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`505ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`505ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`505ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`505ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`4f9feb50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`4f9feb90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003b`4f9febd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`4f9fec20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`4f9fec70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`4f9ff590 00007ff6`50fee778     postgres!PostmasterMain(
0000003b`4f9ff720 00007ff6`515e68b9     postgres!main(
0000003b`4f9ff760 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`4f9ff7b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`4f9ff820 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`4fdff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`4fdff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`4fdffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`4fdffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`501ffca8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003b`501ffcb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`501ffd20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003b`501ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`501ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`509ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`509ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`509ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`509ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`08bffb78 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004f`08bffb80 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000004f`08bffbf0 00007ff6`515e68b9     postgres!main(
0000004f`08bffc30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`08bffc80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`08bffcf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004f`08bffd20 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000004f`08bffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`08bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`093ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`093ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`093ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`093ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`08fff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`08fff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`08fff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`08fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4a3fecf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`4a3fed30 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004b`4a3fed70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004b`4a3fedc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004b`4a3fee10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`4a3ff730 00007ff6`50fee778     postgres!PostmasterMain(
0000004b`4a3ff8c0 00007ff6`515e68b9     postgres!main(
0000004b`4a3ff900 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`4a3ff950 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004b`4a3ff9c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004b`4b3ff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`4b3ff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004b`4b3ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4b3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`4afffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004b`4afffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`4afffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004b`4afffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`4afffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9b1fec00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006f`9b1fec40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006f`9b1fec80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006f`9b1fecd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006f`9b1fed20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006f`9b1ff640 00007ff6`50fee778     postgres!PostmasterMain(
0000006f`9b1ff7d0 00007ff6`515e68b9     postgres!main(
0000006f`9b1ff810 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006f`9b1ff860 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006f`9b1ff8d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006f`9b5ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`9b5ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`9b5ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9b5ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9b9ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`9b9ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`9b9ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9b9ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9bdff8f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006f`9bdff900 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006f`9bdff970 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006f`9bdffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9bdffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006f`9c1ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006f`9c1ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006f`9c1ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006f`9c1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f35ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f35ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f35ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f35ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f31fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`f31fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004a`f31fecb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`f31fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`f31fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`f31ff670 00007ff6`50fee778     postgres!PostmasterMain(
0000004a`f31ff800 00007ff6`515e68b9     postgres!main(
0000004a`f31ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`f31ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`f31ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004a`f45ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f45ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f45ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f45ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f41ff738 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004a`f41ff740 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`f41ff7b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004a`f41ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f41ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f3dff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f3dff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f3dff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f3dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`f39ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`f39ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`f39ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`f39ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2e3ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`2e3ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`2e3ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2e3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2e7ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`2e7ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`2e7ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2e7ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2d7feb60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`2d7feba0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d8`2d7febe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`2d7fec30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`2d7fec80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`2d7ff5a0 00007ff6`50fee778     postgres!PostmasterMain(
000000d8`2d7ff730 00007ff6`515e68b9     postgres!main(
000000d8`2d7ff770 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`2d7ff7c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`2d7ff830 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`2dbffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`2dbffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`2dbffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2dbffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`2dfff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d8`2dfff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`2dfff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d8`2dfff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`2dfff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`ca7ff8c8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000e2`ca7ff8d0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000e2`ca7ff940 00007ff6`515e68b9     postgres!main(
000000e2`ca7ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e2`ca7ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e2`ca7ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000e2`ca7ffa70 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000e2`ca7ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`ca7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cafff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cafff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cafff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cafff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e2`cabff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e2`cabff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e2`cabff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e2`cabff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1ddff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1ddff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`1ddff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1ddff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1e5ff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1e5ff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`1e5ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1e5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1e1ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f1`1e1ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`1e1ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f1`1e1ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1e1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1d9ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`1d9ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`1d9ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`1d9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`1d5fed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`1d5fed80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f1`1d5fedc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`1d5fee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`1d5fee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`1d5ff780 00007ff6`50fee778     postgres!PostmasterMain(
000000f1`1d5ff910 00007ff6`515e68b9     postgres!main(
000000f1`1d5ff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`1d5ff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`1d5ffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`2edffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2edffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2edffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2edffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2d9feed0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`2d9fef10 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fe`2d9fef50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`2d9fefa0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`2d9feff0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`2d9ff910 00007ff6`50fee778     postgres!PostmasterMain(
000000fe`2d9ffaa0 00007ff6`515e68b9     postgres!main(
000000fe`2d9ffae0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`2d9ffb30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`2d9ffba0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`2ddffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2ddffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2ddffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2ddffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2e1ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2e1ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2e1ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2e1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2e5ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`2e5ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`2e5ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2e5ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`2e9ffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fe`2e9ffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`2e9ffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fe`2e9ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`2e9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d1dfeb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`d1dfeb40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000034`d1dfeb80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`d1dfebd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`d1dfec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`d1dff540 00007ff6`50fee778     postgres!PostmasterMain(
00000034`d1dff6d0 00007ff6`515e68b9     postgres!main(
00000034`d1dff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`d1dff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`d1dff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`d2dff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`d2dffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`d2dffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d2dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`d29ff898 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000034`d29ff8a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`d29ff910 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000034`d29ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`d29ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`123ffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`123ffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`123ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`123ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`11bfefe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`11bff020 00007ff6`511393bc     postgres!ExceptionalCondition(
00000066`11bff060 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`11bff0b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000066`11bff100 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`11bffa20 00007ff6`50fee778     postgres!PostmasterMain(
00000066`11bffbb0 00007ff6`515e68b9     postgres!main(
00000066`11bffbf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`11bffc40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`11bffcb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`12bffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`12bffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`12bffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`12bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`127ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000066`127ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`127ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000066`127ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`127ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`11fff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`11fff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`11fffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`11fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ebdff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ebdff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`ebdff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ebdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`eb9fef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`eb9fef90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000051`eb9fefd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`eb9ff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000051`eb9ff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`eb9ff990 00007ff6`50fee778     postgres!PostmasterMain(
00000051`eb9ffb20 00007ff6`515e68b9     postgres!main(
00000051`eb9ffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`eb9ffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`eb9ffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`ec1ff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000051`ec1ff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`ec1ff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000051`ec1ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ec1ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ec5ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ec5ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`ec5ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ec5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`ec9ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`ec9ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`ec9ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`ec9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`c9dfeda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`c9dfede0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001e`c9dfee20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`c9dfee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`c9dfeec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`c9dff7e0 00007ff6`50fee778     postgres!PostmasterMain(
0000001e`c9dff970 00007ff6`515e68b9     postgres!main(
0000001e`c9dff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`c9dffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`c9dffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`ca5ff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001e`ca5ff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ca5ff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001e`ca5ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ca5ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ca9ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ca9ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ca9ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ca9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`cadffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`cadffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`cadffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`cadffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ca1ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ca1ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ca1ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ca1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`527ff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`527ff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002e`527ff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002e`527ff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002e`527ff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`527ffbf0 00007ff6`50fee778     postgres!PostmasterMain(
0000002e`527ffd80 00007ff6`515e68b9     postgres!main(
0000002e`527ffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`527ffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002e`527ffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002e`52bffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`52bffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`52bffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`52bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`52fffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`52fffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`52fffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`52fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`533ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`533ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`533ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`533ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`537ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002e`537ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`537ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002e`537fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`537fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`53bff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`53bff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002e`53bffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`53bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`247fea10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000014`247fea50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000014`247fea90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000014`247feae0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000014`247feb30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000014`247ff450 00007ff6`50fee778     postgres!PostmasterMain(
00000014`247ff5e0 00007ff6`515e68b9     postgres!main(
00000014`247ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000014`247ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000014`247ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000014`24bffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`24bffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`24bffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`24bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`24fff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`24fff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`24fffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`24fffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`253ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`253ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`253ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`253ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`257ffab8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000014`257ffac0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000014`257ffb30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000014`257ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`257ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000014`25bff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000014`25bff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000014`25bffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000014`25bffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`32dfea90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`32dfead0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000067`32dfeb10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000067`32dfeb60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000067`32dfebb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`32dff4d0 00007ff6`50fee778     postgres!PostmasterMain(
00000067`32dff660 00007ff6`515e68b9     postgres!main(
00000067`32dff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`32dff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000067`32dff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000067`331ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`331ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`331ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`331ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`335ffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000067`335ffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`335ffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000067`335ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`335ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`339ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`339ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`339ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`339ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`33dffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`33dffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000067`33dffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`33dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c79ff010 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`c79ff050 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d2`c79ff090 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d2`c79ff0e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d2`c79ff130 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`c79ffa50 00007ff6`50fee778     postgres!PostmasterMain(
000000d2`c79ffbe0 00007ff6`515e68b9     postgres!main(
000000d2`c79ffc20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`c79ffc70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d2`c79ffce0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d2`c7dffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c7dffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`c7dfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c7dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c81ff6e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d2`c81ff6f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`c81ff760 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d2`c81ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c81ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c85ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c85ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`c85ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c85ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`c89ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`c89ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d2`c89ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`c89ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`567feaa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`567feae0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`567feb20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`567feb70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000006`567febc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`567ff4e0 00007ff6`50fee778     postgres!PostmasterMain(
00000006`567ff670 00007ff6`515e68b9     postgres!main(
00000006`567ff6b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`567ff700 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`567ff770 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`56bff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`56bff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`56bffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`56bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`56fff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`56fff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`56fffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`56fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`573ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`573ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`573ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`573ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`577ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`577ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`577ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`577ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`577ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`57bffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`57bffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`57bfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`57bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5e5ff140 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`5e5ff180 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a7`5e5ff1c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a7`5e5ff210 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a7`5e5ff260 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a7`5e5ffb80 00007ff6`50fee778     postgres!PostmasterMain(
000000a7`5e5ffd10 00007ff6`515e68b9     postgres!main(
000000a7`5e5ffd50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`5e5ffda0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`5e5ffe10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a7`5e9ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5e9ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`5e9ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5e9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5edff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5edff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`5edffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5edffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5f1ff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a7`5f1ff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`5f1ff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a7`5f1ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5f1ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`5f5ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`5f5ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a7`5f5ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`5f5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a0bfeda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000069`a0bfede0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000069`a0bfee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000069`a0bfee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000069`a0bfeec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000069`a0bff7e0 00007ff6`50fee778     postgres!PostmasterMain(
00000069`a0bff970 00007ff6`515e68b9     postgres!main(
00000069`a0bff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000069`a0bffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000069`a0bffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000069`a0fff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a0fff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a0fff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a0fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a13ff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000069`a13ff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000069`a13ffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000069`a13ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a13ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a17ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a17ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a17ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a17ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000069`a1bffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000069`a1bffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000069`a1bffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000069`a1bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`307ffa18 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000011`307ffa20 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000011`307ffa90 00007ff6`515e68b9     postgres!main(
00000011`307ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000011`307ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000011`307ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000011`307ffbc0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000011`307ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`307ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`30bff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`30bff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000011`30bff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`30bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`30fff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`30fff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000011`30fffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`30fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`555fefb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`555feff0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001c`555ff030 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`555ff080 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001c`555ff0d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`555ff9f0 00007ff6`50fee778     postgres!PostmasterMain(
0000001c`555ffb80 00007ff6`515e68b9     postgres!main(
0000001c`555ffbc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`555ffc10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`555ffc80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`559ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`559ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`559ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`559ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`55dffb48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001c`55dffb50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`55dffbc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001c`55dffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`55dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`561ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`561ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`561ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`561ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`565ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`565ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`565ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`565ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`715fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a8`715fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a8`715fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a8`715fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a8`715ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a8`715ff940 00007ff6`50fee778     postgres!PostmasterMain(
000000a8`715ffad0 00007ff6`515e68b9     postgres!main(
000000a8`715ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a8`715ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a8`715ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a8`719ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`719ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`719ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`719ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`71dff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`71dff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`71dff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`71dff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`721ff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a8`721ff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`721ff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a8`721ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`721ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`725ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`725ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a8`725ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`725ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`183fee00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`183fee40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a5`183fee80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a5`183feed0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a5`183fef20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`183ff840 00007ff6`50fee778     postgres!PostmasterMain(
000000a5`183ff9d0 00007ff6`515e68b9     postgres!main(
000000a5`183ffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`183ffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a5`183ffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a5`18fffad8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a5`18fffae0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`18fffb50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a5`18fffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`18fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`193ff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`193ff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a5`193ffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`193ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5b9fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`5b9fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000058`5b9fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000058`5b9fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000058`5b9fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`5b9ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
00000058`5b9ff940 00007ff6`515e68b9     postgres!main(
00000058`5b9ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`5b9ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`5b9ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000058`5bdff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5bdff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5bdff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5bdff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c1ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5c1ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5c1ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c5ff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000058`5c5ff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`5c5ff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000058`5c5ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c5ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`5c9ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`5c9ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`5c9ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`5c9ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c57ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c57ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`c57ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c57ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c53ff0e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`c53ff120 00007ff6`511393bc     postgres!ExceptionalCondition(
00000034`c53ff160 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`c53ff1b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000034`c53ff200 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`c53ffb20 00007ff6`50fee778     postgres!PostmasterMain(
00000034`c53ffcb0 00007ff6`515e68b9     postgres!main(
00000034`c53ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`c53ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`c53ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`c5bff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c5bff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`c5bffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c5bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c5fffc48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000034`c5fffc50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`c5fffcc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000034`c5fffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c5fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`c63ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`c63ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`c63ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`c63ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b09fed80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`b09fedc0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a2`b09fee00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`b09fee50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000a2`b09feea0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`b09ff7c0 00007ff6`50fee778     postgres!PostmasterMain(
000000a2`b09ff950 00007ff6`515e68b9     postgres!main(
000000a2`b09ff990 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`b09ff9e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`b09ffa50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`b0dff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b0dff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b0dffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b0dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b11ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b11ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b11ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b11ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b15ffa98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a2`b15ffaa0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`b15ffb10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a2`b15ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b15ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`b19ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`b19ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`b19ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`b19ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`31dfee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`31dfeed0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f3`31dfef10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`31dfef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`31dfefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`31dff8d0 00007ff6`50fee778     postgres!PostmasterMain(
000000f3`31dffa60 00007ff6`515e68b9     postgres!main(
000000f3`31dffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`31dffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`31dffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`321ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`321ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`321ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`321ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`325ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f3`325ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`325ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f3`325ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`325ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`329ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`329ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`329ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`329ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`32dff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`32dff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`32dffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`32dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`79fffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006e`79fffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`79fffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006e`79fffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`79fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`793fed50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`793fed90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006e`793fedd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006e`793fee20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006e`793fee70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`793ff790 00007ff6`50fee778     postgres!PostmasterMain(
0000006e`793ff920 00007ff6`515e68b9     postgres!main(
0000006e`793ff960 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`793ff9b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006e`793ffa20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006e`797ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`797ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`797ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`797ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`79bff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`79bff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`79bffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`79bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`7a3ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`7a3ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006e`7a3ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`7a3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e5dffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000eb`e5dffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`e5dffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000eb`e5dffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e5dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e61ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`e61ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`e61ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e61ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e51feef0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`e51fef30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000eb`e51fef70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`e51fefc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000eb`e51ff010 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`e51ff930 00007ff6`50fee778     postgres!PostmasterMain(
000000eb`e51ffac0 00007ff6`515e68b9     postgres!main(
000000eb`e51ffb00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`e51ffb50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`e51ffbc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`e55ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`e55ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`e55ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e55ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`e59ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`e59ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`e59ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`e59ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc9ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc9ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc9ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fc1fee50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`fc1fee90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`fc1feed0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`fc1fef20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`fc1fef70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`fc1ff890 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`fc1ffa20 00007ff6`515e68b9     postgres!main(
0000002b`fc1ffa60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`fc1ffab0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`fc1ffb20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`fc5ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fc5ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fc5ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fc5ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fd1ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`fd1ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`fd1ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fd1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`fcdffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`fcdffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`fcdffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`fcdffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`fcdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2a5fea10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`2a5fea50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000083`2a5fea90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`2a5feae0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000083`2a5feb30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`2a5ff450 00007ff6`50fee778     postgres!PostmasterMain(
00000083`2a5ff5e0 00007ff6`515e68b9     postgres!main(
00000083`2a5ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`2a5ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`2a5ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`2a9ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2a9ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2a9ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2a9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2b9ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2b9ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2b9ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2b9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2b5ffa28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000083`2b5ffa30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`2b5ffaa0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000083`2b5ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2b5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2adff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2adff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2adffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2adffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`2b1ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`2b1ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`2b1ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`2b1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`63dfefb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`63dfeff0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d4`63dff030 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d4`63dff080 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d4`63dff0d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`63dff9f0 00007ff6`50fee778     postgres!PostmasterMain(
000000d4`63dffb80 00007ff6`515e68b9     postgres!main(
000000d4`63dffbc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`63dffc10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d4`63dffc80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d4`641ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`641ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`641ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`641ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`645ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`645ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`645ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`645ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`649ffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`649ffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`649ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`649ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`64dff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d4`64dff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`64dff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d4`64dff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`64dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`651ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`651ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d4`651ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`651ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`309ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`309ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`309ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`309ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`2f9fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`2f9feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007e`2f9feae0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`2f9feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`2f9feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`2f9ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
0000007e`2f9ff630 00007ff6`515e68b9     postgres!main(
0000007e`2f9ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`2f9ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`2f9ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`2fdff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`2fdff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`2fdff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2fdff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`301ff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`301ff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`301ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`301ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`305ffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007e`305ffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`305ffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007e`305ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`305ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`94fffb78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bd`94fffb80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`94fffbf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bd`94fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`94fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`943feec0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bd`943fef00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bd`943fef40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bd`943fef90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bd`943fefe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bd`943ff900 00007ff6`50fee778     postgres!PostmasterMain(
000000bd`943ffa90 00007ff6`515e68b9     postgres!main(
000000bd`943ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`943ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`943ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bd`947ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`947ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`947ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`947ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`94bffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`94bffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`94bffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`94bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`953ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`953ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`953ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`953ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f81ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f81ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f81ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f81fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f75ff7b8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fd`f75ff7c0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fd`f75ff830 00007ff6`515e68b9     postgres!main(
000000fd`f75ff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`f75ff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`f75ff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fd`f75ff960 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fd`f75ff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f75ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f79ff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f79ff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f79ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f79ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`f7dff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`f7dff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`f7dff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`f7dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b5dfeaf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`b5dfeb30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d1`b5dfeb70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`b5dfebc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`b5dfec10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`b5dff530 00007ff6`50fee778     postgres!PostmasterMain(
000000d1`b5dff6c0 00007ff6`515e68b9     postgres!main(
000000d1`b5dff700 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`b5dff750 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`b5dff7c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`b61ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b61ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`b61ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b61ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b65ff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d1`b65ff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`b65ff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d1`b65ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b65ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b69ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b69ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`b69ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b69ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`b6dff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`b6dff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`b6dff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`b6dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`badfef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`badfef40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002a`badfef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`badfefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002a`badff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`badff940 00007ff6`50fee778     postgres!PostmasterMain(
0000002a`badffad0 00007ff6`515e68b9     postgres!main(
0000002a`badffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`badffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`badffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`bb1ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bb1ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bb1ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bb1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bb5ff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bb5ff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bb5ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bb5ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bb9ff698 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bb9ff6a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bb9ff990 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bb9ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bbdff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002a`bbdff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`bbdff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002a`bbdff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bbdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`bc1ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`bc1ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`bc1ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`bc1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3e3ff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`3e3ff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`3e3ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3e3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3ebff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`3ebff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`3ebffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3ebffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3e7ff928 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000084`3e7ff930 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`3e7ff9a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000084`3e7ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3e7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3dfff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`3dfff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`3dfffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`3dfffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`3dbfeb10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`3dbfeb50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000084`3dbfeb90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`3dbfebe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`3dbfec30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`3dbff550 00007ff6`50fee778     postgres!PostmasterMain(
00000084`3dbff6e0 00007ff6`515e68b9     postgres!main(
00000084`3dbff720 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`3dbff770 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`3dbff7e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`1fdffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`1fdffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`1fdffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`1fdffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`1f9ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`1f9ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`1f9ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`1f9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`1f5fea60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`1f5feaa0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000083`1f5feae0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000083`1f5feb30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000083`1f5feb80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000083`1f5ff4a0 00007ff6`50fee778     postgres!PostmasterMain(
00000083`1f5ff630 00007ff6`515e68b9     postgres!main(
00000083`1f5ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000083`1f5ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000083`1f5ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000083`201ff758 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000083`201ff760 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000083`201ff7d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000083`201ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`201ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`205ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`205ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`205ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`205ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`209ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`209ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000083`209fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`209fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d11ff5b8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000004d`d11ff5c0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000004d`d11ff630 00007ff6`515e68b9     postgres!main(
0000004d`d11ff670 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004d`d11ff6c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004d`d11ff730 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000004d`d11ff760 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000004d`d11ff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d11ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d15ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d15ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d15ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d15ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`d19ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`d19ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004d`d19ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`d19ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`da5ffb08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007c`da5ffb10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`da5ffb80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007c`da5ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da5ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`dadff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`dadffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`dadffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`dadffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`d9dfeca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`d9dfece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007c`d9dfed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007c`d9dfed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007c`d9dfedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`d9dff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000007c`d9dff870 00007ff6`515e68b9     postgres!main(
0000007c`d9dff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`d9dff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007c`d9dff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007c`da1ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`da1ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`da1ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da1ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`da9ff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`da9ff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007c`da9ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`da9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c2bff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`c2bff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`c2bffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c2bffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c33ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`c33ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`c33ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c33ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c27ffb28 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000009d`c27ffb30 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000009d`c27ffba0 00007ff6`515e68b9     postgres!main(
0000009d`c27ffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`c27ffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`c27ffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000009d`c27ffcd0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000009d`c27ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c27ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`c2fff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`c2fff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`c2fff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`c2fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`74dffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`74dffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`74dfff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`74dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`755ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`755ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`755ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`755ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`745ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`745ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bf`745ff1f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bf`745ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bf`745ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`745ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
000000bf`745ffd40 00007ff6`515e68b9     postgres!main(
000000bf`745ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`745ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bf`745ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bf`749ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`749ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bf`749ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`749ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`751ffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bf`751ffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`751ffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bf`751ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`751ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`66bff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000089`66bff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`66bff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000089`66bff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`66bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`65bfed20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`65bfed60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000089`65bfeda0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000089`65bfedf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000089`65bfee40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`65bff760 00007ff6`50fee778     postgres!PostmasterMain(
00000089`65bff8f0 00007ff6`515e68b9     postgres!main(
00000089`65bff930 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`65bff980 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000089`65bff9f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000089`65fff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`65fff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`65fffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`65fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`663ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`663ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`663ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`663ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`667ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`667ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`667ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`667ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`66fffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`66fffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000089`66fffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`66fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0a9ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0a9ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`0a9ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0a9ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`09dfeb10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`09dfeb50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000de`09dfeb90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000de`09dfebe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000de`09dfec30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`09dff550 00007ff6`50fee778     postgres!PostmasterMain(
000000de`09dff6e0 00007ff6`515e68b9     postgres!main(
000000de`09dff720 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`09dff770 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000de`09dff7e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000de`0a1ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0a1ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`0a1ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0a1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0a5ff688 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000de`0a5ff690 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000de`0a5ff700 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000de`0a5ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0a5ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`0adff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`0adff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000de`0adff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`0adff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`90fffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`90fffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`90fffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`90fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`90bff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`90bff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`90bff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`90bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`907ff0b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`907ff0f0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000041`907ff130 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000041`907ff180 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000041`907ff1d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000041`907ffaf0 00007ff6`50fee778     postgres!PostmasterMain(
00000041`907ffc80 00007ff6`515e68b9     postgres!main(
00000041`907ffcc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000041`907ffd10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000041`907ffd80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000041`913ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`913ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`913ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`913ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`917ffd38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000041`917ffd40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000041`917ffdb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000041`917ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`917ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`91bffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`91bffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000041`91bfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`91bfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f7fffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000be`f7fffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000be`f7fffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000be`f7fffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f7fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f83ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`f83ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`f83ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f83ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f7bff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`f7bff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`f7bff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f7bff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000be`f73fed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000be`f73feda0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000be`f73fede0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000be`f73fee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000be`f73fee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000be`f73ff7a0 00007ff6`50fee778     postgres!PostmasterMain(
000000be`f73ff930 00007ff6`515e68b9     postgres!main(
000000be`f73ff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000be`f73ff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000be`f73ffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000be`f77ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000be`f77ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000be`f77ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000be`f77ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e5fff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e5fff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`e5fff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e5fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e53fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`e53fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f9`e53fefe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f9`e53ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f9`e53ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`e53ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
000000f9`e53ffb30 00007ff6`515e68b9     postgres!main(
000000f9`e53ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`e53ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`e53ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f9`e57ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e57ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`e57ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e57ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e5bff888 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f9`e5bff890 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`e5bff900 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f9`e5bffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e5bffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`e63ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`e63ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f9`e63ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`e63ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2c3ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2c3ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2c3ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2c3ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2b3ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2b3ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2b3ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2b3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2b7ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2b7ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2b7ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2b7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2affeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`2affeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000043`2affef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`2affef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`2affefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`2afff8f0 00007ff6`50fee778     postgres!PostmasterMain(
00000043`2afffa80 00007ff6`515e68b9     postgres!main(
00000043`2afffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`2afffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`2afffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`2bbffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`2bbffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`2bbffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2bbffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`2bfff6c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000043`2bfff6d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`2bfff740 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000043`2bfff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`2bfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`52bff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`52bff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`52bffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`52bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`51bfef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`51bfefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`51bff010 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`51bff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`51bff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`51bff9d0 00007ff6`50fee778     postgres!PostmasterMain(
00000016`51bffb60 00007ff6`515e68b9     postgres!main(
00000016`51bffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`51bffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`51bffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`51fff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`51fff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`51fff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`51fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`523ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`523ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`523ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`523ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`527ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`527ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`527ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`527ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`527ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6b7fecc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`6b7fed00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000026`6b7fed40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000026`6b7fed90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000026`6b7fede0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`6b7ff700 00007ff6`50fee778     postgres!PostmasterMain(
00000026`6b7ff890 00007ff6`515e68b9     postgres!main(
00000026`6b7ff8d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`6b7ff920 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000026`6b7ff990 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000026`6bbff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6bbff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6bbffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6bbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6bfff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6bfff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6bfff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6bfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6c3ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6c3ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6c3ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6c3ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6c7ffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000026`6c7ffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000026`6c7ffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000026`6c7ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6c7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`6cbff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`6cbff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000026`6cbffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`6cbffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`49dfecb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`49dfecf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`49dfed30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`49dfed80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`49dfedd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`49dff6f0 00007ff6`50fee778     postgres!PostmasterMain(
00000016`49dff880 00007ff6`515e68b9     postgres!main(
00000016`49dff8c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`49dff910 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`49dff980 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`4a1ff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4a1ff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4a1ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4a1ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4a5ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4a5ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4a5fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4a5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4a9ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4a9ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4a9ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4a9ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4adffa98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`4adffaa0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`4adffb10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`4adffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4adffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`4b1ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`4b1ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`4b1ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`4b1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`693ffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000002`693ffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`693ffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000002`693ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`693ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`69bffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`69bffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`69bffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`69bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`697ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`697ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`697ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`697ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`68fff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`68fff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000002`68fffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`68fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`68bfedb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`68bfedf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000002`68bfee30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000002`68bfee80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000002`68bfeed0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`68bff7f0 00007ff6`50fee778     postgres!PostmasterMain(
00000002`68bff980 00007ff6`515e68b9     postgres!main(
00000002`68bff9c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`68bffa10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000002`68bffa80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`16dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`16dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`16dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`16dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`15dff000 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`15dff040 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c8`15dff080 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`15dff0d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`15dff120 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`15dffa40 00007ff6`50fee778     postgres!PostmasterMain(
000000c8`15dffbd0 00007ff6`515e68b9     postgres!main(
000000c8`15dffc10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`15dffc60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`15dffcd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`161ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`161ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`161ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`161ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`165ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`165ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`165ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`165ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`169ff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c8`169ff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`169ff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c8`169ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`169ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b85fed10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`b85fed50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000019`b85fed90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`b85fede0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`b85fee30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`b85ff750 00007ff6`50fee778     postgres!PostmasterMain(
00000019`b85ff8e0 00007ff6`515e68b9     postgres!main(
00000019`b85ff920 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`b85ff970 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`b85ff9e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`b99ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b99ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b99ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b99fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b95ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000019`b95ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`b95ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000019`b95ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b95ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b91ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b91ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b91ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b91ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b8dff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b8dff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b8dffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b8dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b89ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b89ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`b89ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b89ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`97dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`97dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`97dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`97dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`979ff858 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006d`979ff860 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`979ff8d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006d`979ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`979ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`975ff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`975ff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`975ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`975ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`971fefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`971ff000 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006d`971ff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`971ff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006d`971ff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`971ffa00 00007ff6`50fee778     postgres!PostmasterMain(
0000006d`971ffb90 00007ff6`515e68b9     postgres!main(
0000006d`971ffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`971ffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`971ffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`981ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`981ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`981ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`981ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`761ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`761ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`761ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`761ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`759ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`759ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`759ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`759ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`755ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`755ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`755ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`755ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`751fefa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`751fefe0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c0`751ff020 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`751ff070 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c0`751ff0c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`751ff9e0 00007ff6`50fee778     postgres!PostmasterMain(
000000c0`751ffb70 00007ff6`515e68b9     postgres!main(
000000c0`751ffbb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`751ffc00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`751ffc70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`75dff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c0`75dff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`75dff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c0`75dff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`75dffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4fbff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4fbff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`4fbff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4fbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4f7ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4f7ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`4f7ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4f7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4efff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`4efff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`4efff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4efff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`4ebfeec0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`4ebfef00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001a`4ebfef40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`4ebfef90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001a`4ebfefe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`4ebff900 00007ff6`50fee778     postgres!PostmasterMain(
0000001a`4ebffa90 00007ff6`515e68b9     postgres!main(
0000001a`4ebffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`4ebffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`4ebffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`4f3ffb78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001a`4f3ffb80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`4f3ffbf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001a`4f3ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`4f3ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ffbff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`ffbff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`ffbff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`ffbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`febfed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`febfed80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e6`febfedc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`febfee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`febfee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`febff780 00007ff6`50fee778     postgres!PostmasterMain(
000000e6`febff910 00007ff6`515e68b9     postgres!main(
000000e6`febff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`febff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`febffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`fefff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`fefff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`fefffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`fefffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ff3ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`ff3ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`ff3ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`ff3ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`ff7ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e6`ff7ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`ff7ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e6`ff7ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`ff7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fe7fef10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007b`fe7fef50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007b`fe7fef90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007b`fe7fefe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007b`fe7ff030 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007b`fe7ff950 00007ff6`50fee778     postgres!PostmasterMain(
0000007b`fe7ffae0 00007ff6`515e68b9     postgres!main(
0000007b`fe7ffb20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007b`fe7ffb70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007b`fe7ffbe0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007b`ff7ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`ff7ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`ff7ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ff7ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`ff3ffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007b`ff3ffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007b`ff3ffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007b`ff3ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`ff3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`fefff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`fefff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`fefffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`fefffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007b`febff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007b`febff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007b`febff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007b`febff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`349ff758 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000082`349ff760 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000082`349ff7d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000082`349ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`349ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`34dff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`34dff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000082`34dffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`34dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`33dfea30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000082`33dfea70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000082`33dfeab0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000082`33dfeb00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000082`33dfeb50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000082`33dff470 00007ff6`50fee778     postgres!PostmasterMain(
00000082`33dff600 00007ff6`515e68b9     postgres!main(
00000082`33dff640 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000082`33dff690 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000082`33dff700 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000082`341ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`341ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000082`341ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`341ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000082`345ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000082`345ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000082`345ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000082`345ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`dfdff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`dfdff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`dfdff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`dfdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e05ffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`e05ffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`e05ffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e05ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`df5ff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`df5ff220 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dc`df5ff260 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dc`df5ff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dc`df5ff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`df5ffc20 00007ff6`50fee778     postgres!PostmasterMain(
000000dc`df5ffdb0 00007ff6`515e68b9     postgres!main(
000000dc`df5ffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`df5ffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dc`df5ffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dc`df9ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`df9ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dc`df9ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`df9ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`e01ff6f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dc`e01ff700 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`e01ff770 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dc`e01ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`e01ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`963ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`963ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`963ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`963ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`96bff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000047`96bff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`96bff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000047`96bff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`96bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`95ffec50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000047`95ffec90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000047`95ffecd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000047`95ffed20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000047`95ffed70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000047`95fff690 00007ff6`50fee778     postgres!PostmasterMain(
00000047`95fff820 00007ff6`515e68b9     postgres!main(
00000047`95fff860 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000047`95fff8b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000047`95fff920 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000047`967ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`967ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`967ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`967ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`96fff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`96fff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000047`96fff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`96fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`479ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`479ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`479ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`479ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`475fecf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006d`475fed30 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006d`475fed70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006d`475fedc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006d`475fee10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006d`475ff730 00007ff6`50fee778     postgres!PostmasterMain(
0000006d`475ff8c0 00007ff6`515e68b9     postgres!main(
0000006d`475ff900 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`475ff950 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`475ff9c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006d`47dff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`47dff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`47dffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`47dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`481ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`481ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`481ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`481ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`485ffae8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006d`485ffaf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`485ffb60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006d`485ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`485ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`489ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`489ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`489ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`489ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a5dff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`a5dff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`a5dffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a5dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a51ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`a51ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`a51ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a51ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a4dfefe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`a4dff020 00007ff6`511393bc     postgres!ExceptionalCondition(
00000037`a4dff060 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`a4dff0b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000037`a4dff100 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`a4dffa20 00007ff6`50fee778     postgres!PostmasterMain(
00000037`a4dffbb0 00007ff6`515e68b9     postgres!main(
00000037`a4dffbf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`a4dffc40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`a4dffcb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`a55ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`a55ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`a55ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a55ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`a59ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000037`a59ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`a59ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000037`a59ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`a59ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e37ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e37ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e37ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e37ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e43ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e43ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e43ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e43ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e3fff698 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b5`e3fff6a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`e3fff710 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b5`e3fff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e3fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`e33ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`e33ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b5`e33ff1f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`e33ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`e33ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`e33ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
000000b5`e33ffd40 00007ff6`515e68b9     postgres!main(
000000b5`e33ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`e33ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`e33ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`e3bffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`e3bffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`e3bfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`e3bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e0bff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e0bff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e0bff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e0bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`dffffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`dffffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`dffffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`dffffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e03ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`e03ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`e03ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e03ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`e07ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000c`e07ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`e07ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000c`e07ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`e07fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`df7fee60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`df7feea0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000c`df7feee0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`df7fef30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000c`df7fef80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`df7ff8a0 00007ff6`50fee778     postgres!PostmasterMain(
0000000c`df7ffa30 00007ff6`515e68b9     postgres!main(
0000000c`df7ffa70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`df7ffac0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`df7ffb30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`dfbffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`dfbffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`dfbffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`dfbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`fd1ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`fd1ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`fd1ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`fd1ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`fcdffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`fcdffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008b`fcdffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`fcdffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`fc9ffbc8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000008b`fc9ffbd0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000008b`fc9ffc40 00007ff6`515e68b9     postgres!main(
0000008b`fc9ffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008b`fc9ffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008b`fc9ffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000008b`fc9ffd70 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000008b`fc9ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`fc9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e99ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`e99ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`e99fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e99fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`ea1ff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`ea1ff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`ea1ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`ea1ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e91fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`e91fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000040`e91fee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000040`e91fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000040`e91feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`e91ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
00000040`e91ff960 00007ff6`515e68b9     postgres!main(
00000040`e91ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`e91ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000040`e91ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000040`e95ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`e95ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000040`e95ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e95ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`e9dff8f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000040`e9dff900 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`e9dff970 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000040`e9dffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`e9dffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a8dffa58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000064`a8dffa60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`a8dffad0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000064`a8dffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a8dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a95ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a95ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a95ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a95ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a85fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`a85fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000064`a85fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`a85fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000064`a85ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`a85ff940 00007ff6`50fee778     postgres!PostmasterMain(
00000064`a85ffad0 00007ff6`515e68b9     postgres!main(
00000064`a85ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`a85ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`a85ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`a89ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a89ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a89ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a89ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`a91ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`a91ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`a91ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`a91ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`381ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`381ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`381ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`381ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`37dff7a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c7`37dff7b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`37dff820 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c7`37dff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`37dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`375fef70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`375fefb0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c7`375feff0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c7`375ff040 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c7`375ff090 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c7`375ff9b0 00007ff6`50fee778     postgres!PostmasterMain(
000000c7`375ffb40 00007ff6`515e68b9     postgres!main(
000000c7`375ffb80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c7`375ffbd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c7`375ffc40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c7`379ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`379ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`379ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`379ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`385ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`385ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c7`385ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`385ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`bdbff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`bdbff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`bdbffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`bdbffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`bd7ffc38 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000006d`bd7ffc40 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000006d`bd7ffcb0 00007ff6`515e68b9     postgres!main(
0000006d`bd7ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006d`bd7ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006d`bd7ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000006d`bd7ffde0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000006d`bd7ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`bd7ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`bdfff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`bdfff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006d`bdfffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`bdfffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`629ff0e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`629ff120 00007ff6`511393bc     postgres!ExceptionalCondition(
00000066`629ff160 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000066`629ff1b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000066`629ff200 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000066`629ffb20 00007ff6`50fee778     postgres!PostmasterMain(
00000066`629ffcb0 00007ff6`515e68b9     postgres!main(
00000066`629ffcf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000066`629ffd40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000066`629ffdb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000066`62dff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`62dff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`62dffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`62dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`631ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`631ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`631ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`631ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`635ff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000066`635ff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000066`635ffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000066`635ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`635ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`639ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`639ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000066`639ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`639ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`35bffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`35bffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`35bffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`35bffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`357ffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001b`357ffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`357ffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001b`357ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`357fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`347fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`347fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001b`347fef80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`347fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`347ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`347ff940 00007ff6`50fee778     postgres!PostmasterMain(
0000001b`347ffad0 00007ff6`515e68b9     postgres!main(
0000001b`347ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`347ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`347ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`34bff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`34bff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`34bff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`34bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`34fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`34fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`34fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`34fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`353ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`353ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`353ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`353ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`25fff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000aa`25fff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`25fff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000aa`25fff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`25fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`253fee60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000aa`253feea0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000aa`253feee0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000aa`253fef30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000aa`253fef80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000aa`253ff8a0 00007ff6`50fee778     postgres!PostmasterMain(
000000aa`253ffa30 00007ff6`515e68b9     postgres!main(
000000aa`253ffa70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000aa`253ffac0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000aa`253ffb30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000aa`257ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`257ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`257ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`257ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`25bff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`25bff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`25bff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`25bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`263ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`263ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000aa`263ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`263ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`aa7ff7f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000a`aa7ff800 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`aa7ff870 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000a`aa7ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`aa7ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`a9bfeca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`a9bfece0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000a`a9bfed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000a`a9bfed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000a`a9bfedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`a9bff6e0 00007ff6`50fee778     postgres!PostmasterMain(
0000000a`a9bff870 00007ff6`515e68b9     postgres!main(
0000000a`a9bff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`a9bff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`a9bff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000a`a9fff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`a9fff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`a9fff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`a9fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`aa3ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`aa3ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`aa3ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`aa3ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`aabff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`aabff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`aabff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`aabff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`175ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`175ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`175ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`175ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`17dff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`17dff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`17dffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`17dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`16dfea80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`16dfeac0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`16dfeb00 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`16dfeb50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`16dfeba0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`16dff4c0 00007ff6`50fee778     postgres!PostmasterMain(
00000006`16dff650 00007ff6`515e68b9     postgres!main(
00000006`16dff690 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`16dff6e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`16dff750 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`171ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`171ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`171ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`171ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`179ff628 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`179ff630 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`179ff6a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`179ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`179ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`2fdff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`2fdff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000073`2fdffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`2fdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`305ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`305ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000073`305ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`305ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`2f5fea70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`2f5feab0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000073`2f5feaf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000073`2f5feb40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000073`2f5feb90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`2f5ff4b0 00007ff6`50fee778     postgres!PostmasterMain(
00000073`2f5ff640 00007ff6`515e68b9     postgres!main(
00000073`2f5ff680 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`2f5ff6d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000073`2f5ff740 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000073`2f9ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`2f9ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000073`2f9ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`2f9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`301ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000073`301ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000073`301ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000073`301ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`301ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3c5ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`3c5ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000050`3c5ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3c5ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3bdffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`3bdffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000050`3bdffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3bdffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3b5ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`3b5ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
00000050`3b5ff1b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000050`3b5ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000050`3b5ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000050`3b5ffb70 00007ff6`50fee778     postgres!PostmasterMain(
00000050`3b5ffd00 00007ff6`515e68b9     postgres!main(
00000050`3b5ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000050`3b5ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000050`3b5ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000050`3b9ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`3b9ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000050`3b9ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3b9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`3c1ff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000050`3c1ff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`3c1ff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000050`3c1ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`3c1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ed5ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ed5ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ed5ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ed5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ed1fea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`ed1fea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ae`ed1feac0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ae`ed1feb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ae`ed1feb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`ed1ff480 00007ff6`50fee778     postgres!PostmasterMain(
000000ae`ed1ff610 00007ff6`515e68b9     postgres!main(
000000ae`ed1ff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`ed1ff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ae`ed1ff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ae`ed9ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ed9ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ed9ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ed9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`eddff678 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ae`eddff680 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`eddff6f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ae`eddff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`eddff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ee1ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ee1ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ae`ee1ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ee1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fc3ffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`fc3ffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`fc3fff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fc3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fbffef30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`fbffef70 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003a`fbffefb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003a`fbfff000 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000003a`fbfff050 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`fbfff970 00007ff6`50fee778     postgres!PostmasterMain(
0000003a`fbfffb00 00007ff6`515e68b9     postgres!main(
0000003a`fbfffb40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`fbfffb90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003a`fbfffc00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003a`fc7ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003a`fc7ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`fc7ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003a`fc7fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fc7fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fcbffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`fcbffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`fcbffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fcbffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`fcfff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`fcfff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003a`fcfffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`fcfffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`027ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`027ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`027ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`027ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`023ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`023ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`023ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`023ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`02fff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`02fffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`02fffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`02fffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`02bffc38 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000074`02bffc40 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`02bffcb0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000074`02bffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`02bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`01bfee70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000074`01bfeeb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000074`01bfeef0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000074`01bfef40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000074`01bfef90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000074`01bff8b0 00007ff6`50fee778     postgres!PostmasterMain(
00000074`01bffa40 00007ff6`515e68b9     postgres!main(
00000074`01bffa80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000074`01bffad0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000074`01bffb40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000074`01fff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`01fff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000074`01fff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`01fff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`979ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`979ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`979ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`979ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`96dff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`96dff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`96dffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`96dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`971ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`971ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`971ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`971ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`975ff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d1`975ff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`975ff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d1`975ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`975ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`969feb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`969feb40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d1`969feb80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`969febd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`969fec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`969ff540 00007ff6`50fee778     postgres!PostmasterMain(
000000d1`969ff6d0 00007ff6`515e68b9     postgres!main(
000000d1`969ff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`969ff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`969ff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`9bbffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9bbffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`9bbfff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9bbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9b7ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`9b7ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`9b7ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9b7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`9b3ff958 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dd`9b3ff960 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000dd`9b3ff9d0 00007ff6`515e68b9     postgres!main(
000000dd`9b3ffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`9b3ffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`9b3ffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`9b3ffb00 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000dd`9b3ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`9b3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`44bff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`44bff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`44bff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`44bff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`453ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`453ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`453ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`453ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`443febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`443fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000090`443fec70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`443fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`443fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`443ff630 00007ff6`50fee778     postgres!PostmasterMain(
00000090`443ff7c0 00007ff6`515e68b9     postgres!main(
00000090`443ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`443ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`443ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`447ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`447ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`447ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`447ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`44fff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000090`44fff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`44fff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000090`44fffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`44fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`257ff688 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fc`257ff690 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fc`257ff700 00007ff6`515e68b9     postgres!main(
000000fc`257ff740 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`257ff790 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`257ff800 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fc`257ff830 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fc`257ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`257ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`25fffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`25fffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`25fffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`25fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`25bff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`25bff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`25bff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`25bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a0bff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a0bff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`a0bffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a0bffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a13ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a13ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`a13ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a13ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a03ff040 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`a03ff080 00007ff6`511393bc     postgres!ExceptionalCondition(
00000080`a03ff0c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`a03ff110 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`a03ff160 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`a03ffa80 00007ff6`50fee778     postgres!PostmasterMain(
00000080`a03ffc10 00007ff6`515e68b9     postgres!main(
00000080`a03ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`a03ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`a03ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`a07ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`a07ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`a07ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a07ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`a0fff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000080`a0fff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`a0fff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000080`a0fffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`a0fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`06dff978 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001e`06dff980 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`06dff9f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001e`06dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`06dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`065ff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`065ff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001e`065ff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`065ff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001e`065ff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`065ffbf0 00007ff6`50fee778     postgres!PostmasterMain(
0000001e`065ffd80 00007ff6`515e68b9     postgres!main(
0000001e`065ffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`065ffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`065ffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`069ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`069ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`069ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`069ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`071ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`071ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`071ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`071ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`075ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`075ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`075ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`075ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8a5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`8a5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`8a5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8a5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8a9ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`8a9ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`8a9ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8a9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`899fee10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`899fee50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000059`899fee90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000059`899feee0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000059`899fef30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`899ff850 00007ff6`50fee778     postgres!PostmasterMain(
00000059`899ff9e0 00007ff6`515e68b9     postgres!main(
00000059`899ffa20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`899ffa70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000059`899ffae0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000059`89dff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`89dff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000059`89dff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`89dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`8a1ff5f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000059`8a1ff600 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`8a1ff670 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000059`8a1ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`8a1ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d21ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008d`d21ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`d21ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008d`d21ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d21ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d1dff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d1dff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`d1dff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d1dff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d15fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`d15fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008d`d15fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`d15fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`d15fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`d15ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
0000008d`d15ff940 00007ff6`515e68b9     postgres!main(
0000008d`d15ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`d15ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`d15ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`d19ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d19ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`d19ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d19ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`d25ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`d25ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`d25ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`d25ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c6fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c6fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`c6fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c6fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c63fea80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`c63feac0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003b`c63feb00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`c63feb50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`c63feba0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`c63ff4c0 00007ff6`50fee778     postgres!PostmasterMain(
0000003b`c63ff650 00007ff6`515e68b9     postgres!main(
0000003b`c63ff690 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`c63ff6e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`c63ff750 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000003b`c67ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c67ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`c67ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c67ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c6bffa08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003b`c6bffa10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`c6bffa80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003b`c6bffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c6bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`c73ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`c73ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`c73ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`c73ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`505ff988 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`505ff990 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`505ffa00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`505ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`505ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`4f9feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`4f9feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`4f9feb30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`4f9feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`4f9febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`4f9ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000003`4f9ff680 00007ff6`515e68b9     postgres!main(
00000003`4f9ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`4f9ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`4f9ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`4fdff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`4fdff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`4fdffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`4fdffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`501ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`501ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`501ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`501ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`509ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`509ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`509ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`509ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`399ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`399ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`399ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`399ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3a5ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3a5ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`3a5ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3a1ffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000063`3a1ffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000063`3a1ffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000063`3a1ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3a1ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`395feb30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`395feb70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000063`395febb0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`395fec00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`395fec50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`395ff570 00007ff6`50fee778     postgres!PostmasterMain(
00000063`395ff700 00007ff6`515e68b9     postgres!main(
00000063`395ff740 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`395ff790 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`395ff800 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`39dff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`39dff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`39dff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`39dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c7fff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c7fff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c7fff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c7fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c6bfebf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`c6bfec30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`c6bfec70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`c6bfecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`c6bfed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`c6bff630 00007ff6`50fee778     postgres!PostmasterMain(
00000042`c6bff7c0 00007ff6`515e68b9     postgres!main(
00000042`c6bff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`c6bff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`c6bff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000042`c6fff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c6fff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c6fffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c6fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c73ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c73ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c73ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c73ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c77ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`c77ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`c77ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c77ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`c7bff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`c7bff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`c7bff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`c7bff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`c7bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`19bffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`19bffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`19bffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`19bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`197ffd48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000046`197ffd50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`197ffdc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000046`197ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`197ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`193ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`193ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`193ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`193ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`18bfef50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`18bfef90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000046`18bfefd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`18bff020 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000046`18bff070 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`18bff990 00007ff6`50fee778     postgres!PostmasterMain(
00000046`18bffb20 00007ff6`515e68b9     postgres!main(
00000046`18bffb60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`18bffbb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`18bffc20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000046`18fff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`18fff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`18fffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`18fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7d9ffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009d`7d9ffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`7d9ffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009d`7d9ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7d9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7ddff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`7ddff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`7ddff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7ddff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7d5ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`7d5ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`7d5ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7d5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7d1ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`7d1ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009d`7d1ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`7d1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`7cdff1f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009d`7cdff230 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009d`7cdff270 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009d`7cdff2c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009d`7cdff310 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009d`7cdffc30 00007ff6`50fee778     postgres!PostmasterMain(
0000009d`7cdffdc0 00007ff6`515e68b9     postgres!main(
0000009d`7cdffe00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009d`7cdffe50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009d`7cdffec0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`071ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`071ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000022`071ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`071ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`061fedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000022`061fee00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000022`061fee40 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000022`061fee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000022`061feee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000022`061ff800 00007ff6`50fee778     postgres!PostmasterMain(
00000022`061ff990 00007ff6`515e68b9     postgres!main(
00000022`061ff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000022`061ffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000022`061ffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000022`065ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`065ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000022`065ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`065ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`069ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`069ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000022`069fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`069fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`06dffaa8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000022`06dffab0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000022`06dffb20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000022`06dffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`06dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1e5ff5e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000006`1e5ff5f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`1e5ff660 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000006`1e5ff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1ddffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1ddffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`1ddffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1ddffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1e1ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1e1ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`1e1ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e1ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`1d9ff030 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000006`1d9ff070 00007ff6`511393bc     postgres!ExceptionalCondition(
00000006`1d9ff0b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000006`1d9ff100 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000006`1d9ff150 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000006`1d9ffa70 00007ff6`50fee778     postgres!PostmasterMain(
00000006`1d9ffc00 00007ff6`515e68b9     postgres!main(
00000006`1d9ffc40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000006`1d9ffc90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000006`1d9ffd00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000006`1e9ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`1e9ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000006`1e9ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`1e9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cadff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cadff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cadffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cadffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cb5ffc88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000075`cb5ffc90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000075`cb5ffd00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000075`cb5ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cb5ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cb9ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cb9ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cb9ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cb9ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`ca9fed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`ca9feda0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000075`ca9fede0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000075`ca9fee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000075`ca9fee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000075`ca9ff7a0 00007ff6`50fee778     postgres!PostmasterMain(
00000075`ca9ff930 00007ff6`515e68b9     postgres!main(
00000075`ca9ff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000075`ca9ff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000075`ca9ffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000075`cb1ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cb1ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000075`cb1ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cb1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`385ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`385ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`385ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`385ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`389ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`389ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`389ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`389ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`38dff9f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`38dffa00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`38dffa70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`38dffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`38dffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`381fec60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`381feca0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`381fece0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`381fed30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000086`381fed80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`381ff6a0 00007ff6`50fee778     postgres!PostmasterMain(
00000086`381ff830 00007ff6`515e68b9     postgres!main(
00000086`381ff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`381ff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`381ff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`391ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`391ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`391ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`391ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`da5ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ea`da5ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`da5ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ea`da5ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`da5ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d95ff050 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ea`d95ff090 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ea`d95ff0d0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ea`d95ff120 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ea`d95ff170 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ea`d95ffa90 00007ff6`50fee778     postgres!PostmasterMain(
000000ea`d95ffc20 00007ff6`515e68b9     postgres!main(
000000ea`d95ffc60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ea`d95ffcb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ea`d95ffd20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ea`d99ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`d99ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`d99ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d99ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`d9dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`d9dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`d9dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`d9dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`da1ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`da1ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`da1ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`da1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`da9ff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`da9ff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ea`da9ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`da9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e71ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e71ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000025`e71ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e71ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e65fee40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000025`e65fee80 00007ff6`511393bc     postgres!ExceptionalCondition(
00000025`e65feec0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000025`e65fef10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000025`e65fef60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000025`e65ff880 00007ff6`50fee778     postgres!PostmasterMain(
00000025`e65ffa10 00007ff6`515e68b9     postgres!main(
00000025`e65ffa50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000025`e65ffaa0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000025`e65ffb10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000025`e69ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e69ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000025`e69ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e69ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e6dff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000025`e6dff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000025`e6dffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000025`e6dffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e6dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`e75ff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`e75ff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000025`e75ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`e75ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1adffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`1adffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`1adffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1adffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1b5ffbc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000c`1b5ffbd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`1b5ffc40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000c`1b5ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1b5ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1b9ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`1b9ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`1b9ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1b9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`1a9fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`1a9fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000c`1a9fec90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`1a9fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`1a9fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`1a9ff650 00007ff6`50fee778     postgres!PostmasterMain(
0000000c`1a9ff7e0 00007ff6`515e68b9     postgres!main(
0000000c`1a9ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`1a9ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`1a9ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`1b1ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`1b1ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`1b1ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`1b1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6bbff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6bbff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`6bbff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6bbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6afffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6afffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`6afffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6affff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6b7ff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c8`6b7ff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`6b7ff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c8`6b7ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6b7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`6abff0a0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`6abff0e0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c8`6abff120 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c8`6abff170 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c8`6abff1c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`6abffae0 00007ff6`50fee778     postgres!PostmasterMain(
000000c8`6abffc70 00007ff6`515e68b9     postgres!main(
000000c8`6abffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`6abffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c8`6abffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c8`6b3ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`6b3ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c8`6b3ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`6b3ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`61bff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`61bff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`61bff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`61bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`613ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`613ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
00000056`613ff1b0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`613ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000056`613ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`613ffb70 00007ff6`50fee778     postgres!PostmasterMain(
00000056`613ffd00 00007ff6`515e68b9     postgres!main(
00000056`613ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`613ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`613ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`61fff888 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`61fff890 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`61fffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`61fffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`617ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`617ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`617fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`617fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`623ff6e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000056`623ff6f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`623ff760 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000056`623ff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`623ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`627ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`627ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`627ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`627ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ce9febb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`ce9febf0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007e`ce9fec30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`ce9fec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000007e`ce9fecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`ce9ff5f0 00007ff6`50fee778     postgres!PostmasterMain(
0000007e`ce9ff780 00007ff6`515e68b9     postgres!main(
0000007e`ce9ff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`ce9ff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`ce9ff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`cedff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cedff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`cedff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cedff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cf1ffc68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007e`cf1ffc70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`cf1ffce0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007e`cf1ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cf1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cf5ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cf5ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`cf5ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cf5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`cf9ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`cf9ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`cf9ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`cf9ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`bd1ff0f0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`bd1ff130 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`bd1ff170 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`bd1ff1c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`bd1ff210 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`bd1ffb30 00007ff6`50fee778     postgres!PostmasterMain(
00000016`bd1ffcc0 00007ff6`515e68b9     postgres!main(
00000016`bd1ffd00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`bd1ffd50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`bd1ffdc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`bd5ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`bd5ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`bd5ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`bd5ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`bd9ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`bd9ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`bd9ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`bd9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`bddff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`bddff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`bddff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`bddff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`bddff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`be1ffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`be1ffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`be1ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`be1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`74dffdb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000cf`74dffdc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`74dffe30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000cf`74dfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`74dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`741fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`741fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000cf`741feca0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000cf`741fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000cf`741fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`741ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000cf`741ff7f0 00007ff6`515e68b9     postgres!main(
000000cf`741ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`741ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`741ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000cf`745ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`745ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`745ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`745ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`749ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`749ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`749ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`749fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`751ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`751ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000cf`751ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`751ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f99ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000051`f99ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`f99ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000051`f99ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f99ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f9dff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f9dff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f9dffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f9dffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`f91ff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000051`f91ff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000051`f91ff1f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000051`f91ff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000051`f91ff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000051`f91ffbb0 00007ff6`50fee778     postgres!PostmasterMain(
00000051`f91ffd40 00007ff6`515e68b9     postgres!main(
00000051`f91ffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000051`f91ffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000051`f91ffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000051`f95ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`f95ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`f95ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`f95ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`fa1ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`fa1ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000051`fa1ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`fa1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`259ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`259ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`259ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`259ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`261ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`261ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`261ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`261ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`25dffc18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000037`25dffc20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`25dffc90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000037`25dffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`25dffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`251ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`251ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`251ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`251ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`24dff110 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000037`24dff150 00007ff6`511393bc     postgres!ExceptionalCondition(
00000037`24dff190 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000037`24dff1e0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000037`24dff230 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000037`24dffb50 00007ff6`50fee778     postgres!PostmasterMain(
00000037`24dffce0 00007ff6`515e68b9     postgres!main(
00000037`24dffd20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000037`24dffd70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000037`24dffde0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000037`255ffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`255ffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000037`255ffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`255ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`69bff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`69bff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`69bff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`69bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`69fff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`69fff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`69fff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`69fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6a3ff728 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000071`6a3ff730 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`6a3ff7a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000071`6a3ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6a3ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`6a7ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`6a7ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`6a7ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`6a7ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`693fec50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`693fec90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000071`693fecd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000071`693fed20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000071`693fed70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000071`693ff690 00007ff6`50fee778     postgres!PostmasterMain(
00000071`693ff820 00007ff6`515e68b9     postgres!main(
00000071`693ff860 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000071`693ff8b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000071`693ff920 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000071`697ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`697ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000071`697ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`697ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`ccfff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`ccfff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`ccfffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`ccfffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cdbff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`cdbff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`cdbff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cdbff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cd7ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`cd7ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000046`cd7ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cd7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`cd3ff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000046`cd3ff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`cd3ffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000046`cd3ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`cd3ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`ccbfefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`ccbff010 00007ff6`511393bc     postgres!ExceptionalCondition(
00000046`ccbff050 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000046`ccbff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000046`ccbff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`ccbffa10 00007ff6`50fee778     postgres!PostmasterMain(
00000046`ccbffba0 00007ff6`515e68b9     postgres!main(
00000046`ccbffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`ccbffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000046`ccbffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`10ffeef0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000044`10ffef30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000044`10ffef70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000044`10ffefc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000044`10fff010 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000044`10fff930 00007ff6`50fee778     postgres!PostmasterMain(
00000044`10fffac0 00007ff6`515e68b9     postgres!main(
00000044`10fffb00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000044`10fffb50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000044`10fffbc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000044`11fff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`11fff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000044`11fffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`11fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`11bffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000044`11bffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`11bffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000044`11bffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`11bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`117ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`117ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000044`117ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`117ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`113ff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`113ff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000044`113ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`113ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`277ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`277ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`277ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`277ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`273fead0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`273feb10 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004f`273feb50 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004f`273feba0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000004f`273febf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`273ff510 00007ff6`50fee778     postgres!PostmasterMain(
0000004f`273ff6a0 00007ff6`515e68b9     postgres!main(
0000004f`273ff6e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`273ff730 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004f`273ff7a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000004f`283ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`283ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`283ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`283ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`27fff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`27fff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004f`27fff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`27fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`27bffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004f`27bffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`27bffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004f`27bffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`27bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d21ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d21ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d21ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d21ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d19ffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d19ffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d19fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d19fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d15ff100 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`d15ff140 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f3`d15ff180 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f3`d15ff1d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f3`d15ff220 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f3`d15ffb40 00007ff6`50fee778     postgres!PostmasterMain(
000000f3`d15ffcd0 00007ff6`515e68b9     postgres!main(
000000f3`d15ffd10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f3`d15ffd60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f3`d15ffdd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f3`d1dffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d1dffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d1dffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d1dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d29ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`d29ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f3`d29ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d29ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`d25ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f3`d25ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`d25ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f3`d25ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`d25ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`bebff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`bebff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`bebffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`bebffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`be3ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`be3ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`be3ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`be3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`bdffefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`bdfff010 00007ff6`511393bc     postgres!ExceptionalCondition(
00000088`bdfff050 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`bdfff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`bdfff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`bdfffa10 00007ff6`50fee778     postgres!PostmasterMain(
00000088`bdfffba0 00007ff6`515e68b9     postgres!main(
00000088`bdfffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`bdfffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`bdfffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`bf3ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`bf3ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`bf3ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`bf3ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`befff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000088`befff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`befff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000088`befff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`befff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`be7ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`be7ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`be7ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`be7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`079ff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`079ff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000020`079ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`079ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`081ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`081ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000020`081ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`081ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`07dff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000020`07dff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000020`07dff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000020`07dff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`07dff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`075ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`075ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000020`075ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`075ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`071fef10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`071fef50 00007ff6`511393bc     postgres!ExceptionalCondition(
00000020`071fef90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000020`071fefe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000020`071ff030 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`071ff950 00007ff6`50fee778     postgres!PostmasterMain(
00000020`071ffae0 00007ff6`515e68b9     postgres!main(
00000020`071ffb20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`071ffb70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000020`071ffbe0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000043`8bfff6a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000043`8bfff6b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`8bfff720 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000043`8bfff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8bfff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8c3ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`8c3ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000043`8c3ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`8c3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`8afff0b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`8afff0f0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000043`8afff130 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000043`8afff180 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000043`8afff1d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`8afffaf0 00007ff6`50fee778     postgres!PostmasterMain(
00000043`8afffc80 00007ff6`515e68b9     postgres!main(
00000043`8afffcc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`8afffd10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000043`8afffd80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006b`7edff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`7edff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`7edff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7edff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7e1ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`7e1ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`7e1ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7e1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7e5ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006b`7e5ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`7e5ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006b`7e5ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7e5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7e9ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`7e9ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006b`7e9ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`7e9ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`7ddff0d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`7ddff110 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006b`7ddff150 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006b`7ddff1a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000006b`7ddff1f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`7ddffb10 00007ff6`50fee778     postgres!PostmasterMain(
0000006b`7ddffca0 00007ff6`515e68b9     postgres!main(
0000006b`7ddffce0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`7ddffd30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006b`7ddffda0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fd`677ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`677ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`677ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`677ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`67bff738 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fd`67bff740 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`67bff7b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fd`67bff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`67bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`67fff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`67fff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`67fffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`67fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`673ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`673ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fd`673ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`673ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`66ffeb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fd`66ffeb40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fd`66ffeb80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fd`66ffebd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fd`66ffec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fd`66fff540 00007ff6`50fee778     postgres!PostmasterMain(
000000fd`66fff6d0 00007ff6`515e68b9     postgres!main(
000000fd`66fff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fd`66fff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fd`66fff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`97fff748 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`97fff750 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`97fffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`97fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`96ffec60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`96ffeca0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008c`96ffece0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`96ffed30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008c`96ffed80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`96fff6a0 00007ff6`50fee778     postgres!PostmasterMain(
0000008c`96fff830 00007ff6`515e68b9     postgres!main(
0000008c`96fff870 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`96fff8c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`96fff930 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`973ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`973ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`973ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`973ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`977ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`977ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`977ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`977ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`97bffd58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008c`97bffd60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`97bffdd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008c`97bffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`97bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`86fff8f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008f`86fff900 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008f`86fff970 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008f`86fffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`86fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`85fff0a0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008f`85fff0e0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008f`85fff120 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008f`85fff170 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008f`85fff1c0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008f`85fffae0 00007ff6`50fee778     postgres!PostmasterMain(
0000008f`85fffc70 00007ff6`515e68b9     postgres!main(
0000008f`85fffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008f`85fffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008f`85fffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008f`863ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`863ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`863ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`863ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`867ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`867ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`867ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`867ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`86bff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`86bff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`86bffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`86bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008f`873ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008f`873ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008f`873ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008f`873ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`11fff9b8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000fe`11fff9c0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000fe`11fffa30 00007ff6`515e68b9     postgres!main(
000000fe`11fffa70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`11fffac0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`11fffb30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000fe`11fffb60 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000fe`11fffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`11fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`123ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`123ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`123ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`123ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`127ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`127ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`127ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`127ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8e5fed30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`8e5fed70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000004`8e5fedb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000004`8e5fee00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000004`8e5fee50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`8e5ff770 00007ff6`50fee778     postgres!PostmasterMain(
00000004`8e5ff900 00007ff6`515e68b9     postgres!main(
00000004`8e5ff940 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`8e5ff990 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000004`8e5ffa00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000004`8e9ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8e9ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000004`8e9ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8e9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8edff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000004`8edff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`8edff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000004`8edff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8edffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8f1ff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8f1ff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000004`8f1ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8f1ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`8f5ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`8f5ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000004`8f5ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`8f5ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b31fee30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`b31fee70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000090`b31feeb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000090`b31fef00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000090`b31fef50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`b31ff870 00007ff6`50fee778     postgres!PostmasterMain(
00000090`b31ffa00 00007ff6`515e68b9     postgres!main(
00000090`b31ffa40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`b31ffa90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000090`b31ffb00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000090`b35ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b35ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b35ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b35ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b39ff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000090`b39ff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000090`b39ff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000090`b39ff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b39ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b3dff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b3dff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b3dff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b3dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`b41ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`b41ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000090`b41ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`b41ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`423ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`423ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`423ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`423ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`41fffc18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ee`41fffc20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`41fffc90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ee`41fffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`41fffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`41bffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`41bffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`41bffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`41bffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`417ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`417ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ee`417ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`417ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`413ff180 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`413ff1c0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ee`413ff200 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ee`413ff250 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ee`413ff2a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`413ffbc0 00007ff6`50fee778     postgres!PostmasterMain(
000000ee`413ffd50 00007ff6`515e68b9     postgres!main(
000000ee`413ffd90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`413ffde0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ee`413ffe50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`0c7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`0c7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`0c7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0c7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0b7fee10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001d`0b7fee50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001d`0b7fee90 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001d`0b7feee0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001d`0b7fef30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001d`0b7ff850 00007ff6`50fee778     postgres!PostmasterMain(
0000001d`0b7ff9e0 00007ff6`515e68b9     postgres!main(
0000001d`0b7ffa20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001d`0b7ffa70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001d`0b7ffae0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001d`0bbff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`0bbff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`0bbffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0bbffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0bfff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001d`0bfff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`0bfff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001d`0bfffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0bfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`0c3ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`0c3ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001d`0c3ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`0c3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`64bffb08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f2`64bffb10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f2`64bffb80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f2`64bffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`64bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`647ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`647ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`647ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`647ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`64fffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`64fffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`64fffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`64ffff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`653ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f2`653ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f2`653ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f2`653ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f2`643feac0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f2`643feb00 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f2`643feb40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f2`643feb90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f2`643febe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f2`643ff500 00007ff6`50fee778     postgres!PostmasterMain(
000000f2`643ff690 00007ff6`515e68b9     postgres!main(
000000f2`643ff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f2`643ff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f2`643ff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c1`c3fff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`c3fff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c1`c3fff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c3fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c3bff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c1`c3bff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`c3bff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c1`c3bff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`c3bff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`c2ffefc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`c2fff000 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c1`c2fff040 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c1`c2fff090 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c1`c2fff0e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`c2fffa00 00007ff6`50fee778     postgres!PostmasterMain(
000000c1`c2fffb90 00007ff6`515e68b9     postgres!main(
000000c1`c2fffbd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`c2fffc20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c1`c2fffc90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`29dfec50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`29dfec90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001b`29dfecd0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`29dfed20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001b`29dfed70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`29dff690 00007ff6`50fee778     postgres!PostmasterMain(
0000001b`29dff820 00007ff6`515e68b9     postgres!main(
0000001b`29dff860 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`29dff8b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`29dff920 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`2adff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`2adff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`2adff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`2adff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`2a9ff8e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001b`2a9ff8f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`2a9ff960 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001b`2a9ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`2a9ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`2a5ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`2a5ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`2a5ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`2a5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`581fede0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`581fee20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000048`581fee60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`581feeb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000048`581fef00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`581ff820 00007ff6`50fee778     postgres!PostmasterMain(
00000048`581ff9b0 00007ff6`515e68b9     postgres!main(
00000048`581ff9f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`581ffa40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`581ffab0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`58dff7a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000048`58dff7b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`58dff820 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000048`58dff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`58dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`589ffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`589ffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`589ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`589ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`591ffc18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`591ffc20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`591fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`591fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`585ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`585ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`585ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`585ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e1dffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e1dffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e1dffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e1dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e11fef90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`e11fefd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000064`e11ff010 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000064`e11ff060 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000064`e11ff0b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000064`e11ff9d0 00007ff6`50fee778     postgres!PostmasterMain(
00000064`e11ffb60 00007ff6`515e68b9     postgres!main(
00000064`e11ffba0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`e11ffbf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`e11ffc60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000064`e15ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e15ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e15ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e15ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e19ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e19ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e19ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e19ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e21ff698 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000064`e21ff6a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`e21ff710 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000064`e21ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e21ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`e25ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`e25ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000064`e25ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`e25ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f3dff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`f3dff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000b`f3dff210 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`f3dff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000000b`f3dff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`f3dffbd0 00007ff6`50fee778     postgres!PostmasterMain(
0000000b`f3dffd60 00007ff6`515e68b9     postgres!main(
0000000b`f3dffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`f3dffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`f3dffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`f41ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f41ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f41ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f41ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f45ffd18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000b`f45ffd20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`f45ffd90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000b`f45ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f45ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f49ff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f49ff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f49ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f49ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`f4dff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`f4dff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`f4dffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`f4dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cf5ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`cf5ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`cf5ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cedfed30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`cedfed70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000091`cedfedb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`cedfee00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000091`cedfee50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`cedff770 00007ff6`50fee778     postgres!PostmasterMain(
00000091`cedff900 00007ff6`515e68b9     postgres!main(
00000091`cedff940 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`cedff990 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`cedffa00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`cf1ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`cf1ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`cf1ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf1ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cf9ffcf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000091`cf9ffd00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`cf9ffd70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000091`cf9ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cf9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`cfdff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`cfdff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`cfdff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`cfdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`8b9ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`8b9ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`8b9ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`8b9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`8b5ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`8b5ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000a`8b5ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`8b5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`8b1ff718 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000000a`8b1ff720 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000000a`8b1ff790 00007ff6`515e68b9     postgres!main(
0000000a`8b1ff7d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`8b1ff820 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000a`8b1ff890 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000000a`8b1ff8c0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000000a`8b1ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`8b1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`717feec0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`717fef00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000c`717fef40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000c`717fef90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000c`717fefe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`717ff900 00007ff6`50fee778     postgres!PostmasterMain(
0000000c`717ffa90 00007ff6`515e68b9     postgres!main(
0000000c`717ffad0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`717ffb20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000c`717ffb90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000c`71bff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`71bff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`71bffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`71bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`723ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`723ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`723ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`723ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`71fffb48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000c`71fffb50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`71fffbc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000c`71fffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`71fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`727ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`727ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000c`727ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`727ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`399ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`399ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`399ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`399ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`385fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`385fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d1`385feca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d1`385fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000d1`385fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`385ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000d1`385ff7f0 00007ff6`515e68b9     postgres!main(
000000d1`385ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`385ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d1`385ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d1`389ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`389ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`389ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`389ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`38dff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`38dff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`38dffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`38dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`391ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`391ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d1`391ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`391ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`395ffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d1`395ffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`395ffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d1`395ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`395ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`23dff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`23dff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`23dffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`23dffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`241ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`241ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`241ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`241ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`22dff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`22dff220 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c2`22dff260 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c2`22dff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c2`22dff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`22dffc20 00007ff6`50fee778     postgres!PostmasterMain(
000000c2`22dffdb0 00007ff6`515e68b9     postgres!main(
000000c2`22dffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`22dffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c2`22dffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c2`231ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`231ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`231ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`231ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`235ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`235ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c2`235ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`235ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`239ff8d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c2`239ff8e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`239ff950 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c2`239ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`239ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`40ffee80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`40ffeec0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`40ffef00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`40ffef50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`40ffefa0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`40fff8c0 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`40fffa50 00007ff6`515e68b9     postgres!main(
0000009b`40fffa90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`40fffae0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`40fffb50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`417ffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`417ffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`417ffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`417ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`41bff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`41bff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`41bff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`41bff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`41bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`41fff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`41fff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`41fffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`41fffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`413ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`413ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`413ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`413ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`677ff020 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b7`677ff060 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b7`677ff0a0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b7`677ff0f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000b7`677ff140 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b7`677ffa60 00007ff6`50fee778     postgres!PostmasterMain(
000000b7`677ffbf0 00007ff6`515e68b9     postgres!main(
000000b7`677ffc30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b7`677ffc80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b7`677ffcf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b7`67fff9b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b7`67fff9c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`67fffa30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b7`67fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`67fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`683ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`683ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`683ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`683ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`687ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`687ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`687ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`687ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`67bff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`67bff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b7`67bff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`67bff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`561fed10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e8`561fed50 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e8`561fed90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e8`561fede0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e8`561fee30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e8`561ff750 00007ff6`50fee778     postgres!PostmasterMain(
000000e8`561ff8e0 00007ff6`515e68b9     postgres!main(
000000e8`561ff920 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e8`561ff970 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e8`561ff9e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e8`569ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`569ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`569ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`569ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`571ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`571ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`571ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`571ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`56dff7c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e8`56dff7d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`56dff840 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e8`56dff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`56dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`565ffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`565ffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e8`565ffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`565ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e81ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`e81ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`e81ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e81ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e79feff0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001f`e79ff030 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001f`e79ff070 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001f`e79ff0c0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001f`e79ff110 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001f`e79ffa30 00007ff6`50fee778     postgres!PostmasterMain(
0000001f`e79ffbc0 00007ff6`515e68b9     postgres!main(
0000001f`e79ffc00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001f`e79ffc50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001f`e79ffcc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001f`e7dffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`e7dffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`e7dffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e7dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e85ff878 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001f`e85ff880 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001f`e85ff8f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001f`e85ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e85ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001f`e89ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001f`e89ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001f`e89ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001f`e89ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3d5ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`3d5ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`3d5ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3d5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3d9ffc78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`3d9ffc80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`3d9ffcf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`3d9ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3d9ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3d1ff1d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`3d1ff210 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`3d1ff250 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`3d1ff2a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`3d1ff2f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`3d1ffc10 00007ff6`50fee778     postgres!PostmasterMain(
00000003`3d1ffda0 00007ff6`515e68b9     postgres!main(
00000003`3d1ffde0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`3d1ffe30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`3d1ffea0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`3ddff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`3ddff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`3ddffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3ddffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`3e1ff7a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`3e1ff7b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`3e1ffaa0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`3e1ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9cfff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9cfff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9cfff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9cfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9c7ff9e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9c7ff9f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9c7ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9c7ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9c3ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9c3ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9c3ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9c3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9bbfea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`9bbfea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fc`9bbfeac0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`9bbfeb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fc`9bbfeb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`9bbff480 00007ff6`50fee778     postgres!PostmasterMain(
000000fc`9bbff610 00007ff6`515e68b9     postgres!main(
000000fc`9bbff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`9bbff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`9bbff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`9bfff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`9bfff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`9bfff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9bfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`9cbffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fc`9cbffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`9cbffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fc`9cbffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`9cbfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ebbfed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e1`ebbfedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e1`ebbfee10 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e1`ebbfee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e1`ebbfeeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e1`ebbff7d0 00007ff6`50fee778     postgres!PostmasterMain(
000000e1`ebbff960 00007ff6`515e68b9     postgres!main(
000000e1`ebbff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e1`ebbff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e1`ebbffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e1`ebfff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ebfff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ebfffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ebfffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ec3ffb38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ec3ffb40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ec3ffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ec3ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ec7ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ec7ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ec7ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ec7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ecbffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e1`ecbffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`ecbffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e1`ecbffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ecbffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`ecfff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`ecfff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e1`ecfffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`ecfffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d7bff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d7bff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d7bffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d7bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d6ffece0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`d6ffed20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`d6ffed60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`d6ffedb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`d6ffee00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`d6fff720 00007ff6`50fee778     postgres!PostmasterMain(
00000016`d6fff8b0 00007ff6`515e68b9     postgres!main(
00000016`d6fff8f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`d6fff940 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`d6fff9b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`d73ff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d73ff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d73ffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d73ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d77ffba8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d77ffbb0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d77ffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d77ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d83ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`d83ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`d83ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d83ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`d7fffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`d7fffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`d7fffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`d7fffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`d7fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`26bff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d3`26bff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`26bff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d3`26bff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`26bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`25ffebb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`25ffebf0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d3`25ffec30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d3`25ffec80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d3`25ffecd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`25fff5f0 00007ff6`50fee778     postgres!PostmasterMain(
000000d3`25fff780 00007ff6`515e68b9     postgres!main(
000000d3`25fff7c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`25fff810 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d3`25fff880 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d3`263ff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`263ff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`263ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`263ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`267ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`267ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`267ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`267fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`26fffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`26fffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d3`26fffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`26fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5d9ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`5d9ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`5d9ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5d9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5ddff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`5ddff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`5ddff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5ddff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5e1ffd68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000003b`5e1ffd70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`5e1ffde0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000003b`5e1ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5e1fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5e5ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`5e5ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000003b`5e5ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`5e5ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`5d5ff1e0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`5d5ff220 00007ff6`511393bc     postgres!ExceptionalCondition(
0000003b`5d5ff260 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000003b`5d5ff2b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000003b`5d5ff300 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`5d5ffc20 00007ff6`50fee778     postgres!PostmasterMain(
0000003b`5d5ffdb0 00007ff6`515e68b9     postgres!main(
0000003b`5d5ffdf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`5d5ffe40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000003b`5d5ffeb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`345fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`345fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ab`345feca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ab`345fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ab`345fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`345ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000ab`345ff7f0 00007ff6`515e68b9     postgres!main(
000000ab`345ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`345ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ab`345ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ab`349ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`349ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`349ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`349ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`34dff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`34dff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`34dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`34dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`351ff8c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ab`351ff8d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`351ff940 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ab`351ffa40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`351ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`355ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`355ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ab`355ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`355ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dcbfea20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`dcbfea60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000016`dcbfeaa0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000016`dcbfeaf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000016`dcbfeb40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`dcbff460 00007ff6`50fee778     postgres!PostmasterMain(
00000016`dcbff5f0 00007ff6`515e68b9     postgres!main(
00000016`dcbff630 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`dcbff680 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000016`dcbff6f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000016`dcfff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`dcfff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`dcfffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dcfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dd3ff778 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000016`dd3ff780 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`dd3ff7f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000016`dd3ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dd3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dd7ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`dd7ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`dd7ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dd7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`ddbff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`ddbff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000016`ddbffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`ddbffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f8dff200 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`f8dff240 00007ff6`511393bc     postgres!ExceptionalCondition(
00000056`f8dff280 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000056`f8dff2d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000056`f8dff320 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000056`f8dffc40 00007ff6`50fee778     postgres!PostmasterMain(
00000056`f8dffdd0 00007ff6`515e68b9     postgres!main(
00000056`f8dffe10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`f8dffe60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`f8dffed0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`f91ff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`f91ff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`f91ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f91ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f95ff938 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000056`f95ff940 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`f95ff9b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000056`f95ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f95ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f99ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`f99ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`f99ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f99ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`f9dff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`f9dff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000056`f9dffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`f9dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b69fed50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`b69fed90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009f`b69fedd0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`b69fee20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009f`b69fee70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`b69ff790 00007ff6`50fee778     postgres!PostmasterMain(
0000009f`b69ff920 00007ff6`515e68b9     postgres!main(
0000009f`b69ff960 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`b69ff9b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`b69ffa20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`b6dff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b6dff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`b6dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b6dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b71ff988 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009f`b71ff990 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`b71ffa00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009f`b71ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b71ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b75ff778 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b75ff780 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`b75ffa70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b75ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`b79ff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`b79ff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`b79ff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`b79ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`07dfed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`07dfed80 00007ff6`511393bc     postgres!ExceptionalCondition(
00000027`07dfedc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000027`07dfee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000027`07dfee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`07dff780 00007ff6`50fee778     postgres!PostmasterMain(
00000027`07dff910 00007ff6`515e68b9     postgres!main(
00000027`07dff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`07dff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000027`07dffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000027`081ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`081ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000027`081ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`081ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`085ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000027`085ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000027`085ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000027`085ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`085ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`089ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`089ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000027`089ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`089ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`08dff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`08dff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000027`08dff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`08dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2adfed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`2adfedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000084`2adfedf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`2adfee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000084`2adfee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`2adff7b0 00007ff6`50fee778     postgres!PostmasterMain(
00000084`2adff940 00007ff6`515e68b9     postgres!main(
00000084`2adff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`2adff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`2adffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`2b1ff728 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2b1ff730 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`2b1ffa20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2b1ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2b5ffb18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000084`2b5ffb20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`2b5ffb90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000084`2b5ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2b5ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2b9ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2b9ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`2b9ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2b9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`2bdffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`2bdffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`2bdffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`2bdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f2dfefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002a`f2dff010 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002a`f2dff050 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002a`f2dff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000002a`f2dff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002a`f2dffa10 00007ff6`50fee778     postgres!PostmasterMain(
0000002a`f2dffba0 00007ff6`515e68b9     postgres!main(
0000002a`f2dffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002a`f2dffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002a`f2dffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002a`f31ff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f31ff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f31ffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f31ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f35ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f35ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f35ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f35ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f39ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f39ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f39ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f39ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f3dffad8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002a`f3dffae0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`f3dffb50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002a`f3dffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f3dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`f41ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`f41ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002a`f41ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`f41ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`3abff5e8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000005a`3abff5f0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000005a`3abff660 00007ff6`515e68b9     postgres!main(
0000005a`3abff6a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`3abff6f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`3abff760 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005a`3abff790 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000005a`3abff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`3abff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`3afff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`3afff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`3afffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`3afffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`3b3ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`3b3ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`3b3ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`3b3ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`82fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`82fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`82fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`82fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`81ffed40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fc`81ffed80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fc`81ffedc0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fc`81ffee10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fc`81ffee60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fc`81fff780 00007ff6`50fee778     postgres!PostmasterMain(
000000fc`81fff910 00007ff6`515e68b9     postgres!main(
000000fc`81fff950 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fc`81fff9a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fc`81fffa10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fc`823ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`823ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`823ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`823ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`827ff988 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fc`827ff990 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`827ffa00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fc`827ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`827ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`82bffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`82bffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fc`82bffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`82bffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`33fff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`33fff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`33fff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`33fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`337ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`337ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`337ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`337ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`32fff150 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`32fff190 00007ff6`511393bc     postgres!ExceptionalCondition(
00000038`32fff1d0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`32fff220 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000038`32fff270 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`32fffb90 00007ff6`50fee778     postgres!PostmasterMain(
00000038`32fffd20 00007ff6`515e68b9     postgres!main(
00000038`32fffd60 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`32fffdb0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`32fffe20 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`333ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`333ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`333ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`333ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`33bffcb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000038`33bffcc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`33bffd30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000038`33bffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`33bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`353ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`353ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`353ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`353ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`35bffb78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000036`35bffb80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000036`35bffbf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000036`35bffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`35bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`34ffed80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`34ffedc0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000036`34ffee00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`34ffee50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000036`34ffeea0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`34fff7c0 00007ff6`50fee778     postgres!PostmasterMain(
00000036`34fff950 00007ff6`515e68b9     postgres!main(
00000036`34fff990 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`34fff9e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`34fffa50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`357ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`357ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`357ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`357ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`35fffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`35fffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`35fffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`35fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5abff070 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000023`5abff0b0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000023`5abff0f0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000023`5abff140 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000023`5abff190 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000023`5abffab0 00007ff6`50fee778     postgres!PostmasterMain(
00000023`5abffc40 00007ff6`515e68b9     postgres!main(
00000023`5abffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000023`5abffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000023`5abffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000023`5afffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`5afffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000023`5afffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5afffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5b3ff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`5b3ff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000023`5b3ffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5b3ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5b7ff728 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000023`5b7ff730 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`5b7ff7a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000023`5b7ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5b7ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`5bbff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`5bbff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000023`5bbffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`5bbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d75fea30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`d75fea70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000017`d75feab0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000017`d75feb00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000017`d75feb50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000017`d75ff470 00007ff6`50fee778     postgres!PostmasterMain(
00000017`d75ff600 00007ff6`515e68b9     postgres!main(
00000017`d75ff640 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`d75ff690 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000017`d75ff700 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000017`d85ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`d85ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000017`d85ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d85ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d81ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000017`d81ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`d81ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000017`d81ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d81ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d7dff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`d7dff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000017`d7dffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d7dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`d79ff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`d79ff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000017`d79ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`d79ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`28bffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`28bffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`28bffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`28bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`287fee00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000034`287fee40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000034`287fee80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000034`287feed0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000034`287fef20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000034`287ff840 00007ff6`50fee778     postgres!PostmasterMain(
00000034`287ff9d0 00007ff6`515e68b9     postgres!main(
00000034`287ffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000034`287ffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000034`287ffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000034`297ff6c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`297ff6d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`297ff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`297ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`293ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`293ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000034`293ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`293ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`28fff848 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000034`28fff850 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`28fff8c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000034`28fff9c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`28fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`461ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`461ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`461ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`461ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`45dfeb20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`45dfeb60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`45dfeba0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`45dfebf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000c9`45dfec40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`45dff560 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`45dff6f0 00007ff6`515e68b9     postgres!main(
000000c9`45dff730 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`45dff780 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`45dff7f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`46dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`46dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`46dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`46dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`469ff868 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`469ff870 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`469ff8e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`469ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`469ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`465ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`465ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`465ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`465ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`229ff878 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`229ff880 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`229ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`229ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`221fec10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`221fec50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009f`221fec90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009f`221fece0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009f`221fed30 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`221ff650 00007ff6`50fee778     postgres!PostmasterMain(
0000009f`221ff7e0 00007ff6`515e68b9     postgres!main(
0000009f`221ff820 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`221ff870 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009f`221ff8e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009f`231ff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`231ff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`231ffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`231ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`22dffa88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009f`22dffa90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`22dffb00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009f`22dffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`22dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`225ff678 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`225ff680 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009f`225ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`225ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`04fff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`04fff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`04fffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`04fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`05bff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`05bff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`05bffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`05bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`057ff858 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`057ff860 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000068`057ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`057ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`053ff838 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000068`053ff840 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`053ff8b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000068`053ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`053ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`04bfed00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`04bfed40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000068`04bfed80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000068`04bfedd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000068`04bfee20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`04bff740 00007ff6`50fee778     postgres!PostmasterMain(
00000068`04bff8d0 00007ff6`515e68b9     postgres!main(
00000068`04bff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`04bff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000068`04bff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005f`313ff7e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005f`313ff7f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`313ff860 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005f`313ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`313ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`317ff6b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`317ff6c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005f`317ff9b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`317ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`303ff160 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005f`303ff1a0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005f`303ff1e0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005f`303ff230 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005f`303ff280 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005f`303ffba0 00007ff6`50fee778     postgres!PostmasterMain(
0000005f`303ffd30 00007ff6`515e68b9     postgres!main(
0000005f`303ffd70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005f`303ffdc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005f`303ffe30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a2`ac1ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`ac1ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`ac1ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ac1ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`ac9ff528 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`ac9ff530 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`ac9ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ac9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`ac5ffbb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a2`ac5ffbc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`ac5ffc30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a2`ac5ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ac5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`acdff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`acdff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a2`acdffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`acdffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`abdff030 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`abdff070 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a2`abdff0b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a2`abdff100 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a2`abdff150 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`abdffa70 00007ff6`50fee778     postgres!PostmasterMain(
000000a2`abdffc00 00007ff6`515e68b9     postgres!main(
000000a2`abdffc40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`abdffc90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a2`abdffd00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000088`b05ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`b05ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`b05ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`b05fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`b01ff5c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000088`b01ff5d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000088`b01ff640 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000088`b01ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`b01ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`afdffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`afdffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`afdffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`afdffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`af9ffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`af9ffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`af9ffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`af9ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`af5ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000088`af5ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000088`af5ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000088`af5ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000088`af1ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000088`af1ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000088`af1ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000088`af1ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000088`af1ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000088`af1ffad0 00007ff6`50fee778     postgres!PostmasterMain(
00000088`af1ffc60 00007ff6`515e68b9     postgres!main(
00000088`af1ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000088`af1ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000088`af1ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`909ffa48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`909ffa50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`909ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`909ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`905fec20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`905fec60 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c5`905feca0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c5`905fecf0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c5`905fed40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`905ff660 00007ff6`50fee778     postgres!PostmasterMain(
000000c5`905ff7f0 00007ff6`515e68b9     postgres!main(
000000c5`905ff830 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`905ff880 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c5`905ff8f0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c5`90dff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`90dff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`90dff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`90dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`911ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c5`911ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`911ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c5`911ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`911ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`915ff968 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`915ff970 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c5`915ffc60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`915ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9d7feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000052`9d7feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000052`9d7feb30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000052`9d7feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000052`9d7febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000052`9d7ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
00000052`9d7ff680 00007ff6`515e68b9     postgres!main(
00000052`9d7ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000052`9d7ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000052`9d7ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000052`9dbff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9dbff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`9dbff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9dbff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9dfff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9dfff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`9dfffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9dfffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9e3ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000052`9e3ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`9e3ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000052`9e3ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9e3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`9e7ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`9e7ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000052`9e7ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`9e7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1d7febe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`1d7fec20 00007ff6`511393bc     postgres!ExceptionalCondition(
000000a4`1d7fec60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000a4`1d7fecb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000a4`1d7fed00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a4`1d7ff620 00007ff6`50fee778     postgres!PostmasterMain(
000000a4`1d7ff7b0 00007ff6`515e68b9     postgres!main(
000000a4`1d7ff7f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a4`1d7ff840 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a4`1d7ff8b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000a4`1dbff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`1dbff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`1dbff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1dbff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1dfffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000a4`1dfffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`1dfffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000a4`1dfffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1dfffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1e3ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`1e3ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`1e3ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1e3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`1e7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`1e7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000a4`1e7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`1e7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`db1fece0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`db1fed20 00007ff6`511393bc     postgres!ExceptionalCondition(
00000019`db1fed60 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`db1fedb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000019`db1fee00 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`db1ff720 00007ff6`50fee778     postgres!PostmasterMain(
00000019`db1ff8b0 00007ff6`515e68b9     postgres!main(
00000019`db1ff8f0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`db1ff940 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`db1ff9b0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`db5ffbf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`db5ffc00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`db5ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`db5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`db9ff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`db9ff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`db9ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`db9ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`dbdff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000019`dbdff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`dbdffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000019`dbdffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`dbdffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`dc1ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`dc1ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`dc1ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`dc1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d29febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`d29fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e7`d29fec70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e7`d29fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e7`d29fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`d29ff630 00007ff6`50fee778     postgres!PostmasterMain(
000000e7`d29ff7c0 00007ff6`515e68b9     postgres!main(
000000e7`d29ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`d29ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e7`d29ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e7`d2dffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`d2dffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`d2dffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d2dffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d31ff738 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e7`d31ff740 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`d31ff7b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e7`d31ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d31ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d35ff818 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`d35ff820 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`d35ffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d35ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`d39ffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`d39ffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e7`d39ffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`d39ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`447ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`447ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`447ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`447ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`443fef20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`443fef60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000053`443fefa0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000053`443feff0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000053`443ff040 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`443ff960 00007ff6`50fee778     postgres!PostmasterMain(
00000053`443ffaf0 00007ff6`515e68b9     postgres!main(
00000053`443ffb30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`443ffb80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000053`443ffbf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000053`44bff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`44bff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`44bffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`44bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`44fff858 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000053`44fff860 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`44fff8d0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000053`44fff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`44fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`453ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`453ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000053`453ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`453ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ea9ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`ea9ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`ea9ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`ea9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`eadff7b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000007e`eadff7c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`eadff830 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000007e`eadff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eadff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`ea5ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007e`ea5ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
0000007e`ea5ff1a0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000007e`ea5ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000007e`ea5ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007e`ea5ffb60 00007ff6`50fee778     postgres!PostmasterMain(
0000007e`ea5ffcf0 00007ff6`515e68b9     postgres!main(
0000007e`ea5ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007e`ea5ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007e`ea5ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000007e`eb1ff8b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`eb1ff8c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`eb1ffbb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eb1ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`eb5ffbe8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`eb5ffbf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007e`eb5ffee0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`eb5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`095feaf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`095feb30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bc`095feb70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`095febc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`095fec10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`095ff530 00007ff6`50fee778     postgres!PostmasterMain(
000000bc`095ff6c0 00007ff6`515e68b9     postgres!main(
000000bc`095ff700 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`095ff750 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`095ff7c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`0a1ff7b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bc`0a1ff7c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`0a1ff830 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bc`0a1ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`0a1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`0a5ff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`0a5ff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`0a5ff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`0a5ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b31ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b31ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b31ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b31ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b29ffb28 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000bd`b29ffb30 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000bd`b29ffba0 00007ff6`515e68b9     postgres!main(
000000bd`b29ffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bd`b29ffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bd`b29ffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000bd`b29ffcd0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000bd`b29ffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b29ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`b2dff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`b2dff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bd`b2dff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`b2dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d31ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d31ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d31ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d31ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d2dffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d2dffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d2dffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d2dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d29ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d29ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d29ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d29ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d25feee0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`d25fef20 00007ff6`511393bc     postgres!ExceptionalCondition(
0000000b`d25fef60 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000000b`d25fefb0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000000b`d25ff000 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`d25ff920 00007ff6`50fee778     postgres!PostmasterMain(
0000000b`d25ffab0 00007ff6`515e68b9     postgres!main(
0000000b`d25ffaf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`d25ffb40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000000b`d25ffbb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000000b`d39ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`d39ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000000b`d39ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d39ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`d35ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000000b`d35ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`d35ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000000b`d35ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`d35ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1ffff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`1ffff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`1ffffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1ffffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1f7ffa78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`1f7ffa80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`1f7ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1f7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1f3ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`1f3ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000063`1f3ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1f3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`1effee20 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`1effee60 00007ff6`511393bc     postgres!ExceptionalCondition(
00000063`1effeea0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000063`1effeef0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000063`1effef40 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`1efff860 00007ff6`50fee778     postgres!PostmasterMain(
00000063`1efff9f0 00007ff6`515e68b9     postgres!main(
00000063`1efffa30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`1efffa80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000063`1efffaf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000063`1fbff608 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000063`1fbff610 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000063`1fbff680 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000063`1fbff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`1fbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`bfbffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`bfbffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`bfbfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`bfbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`bf3feb00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`bf3feb40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`bf3feb80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`bf3febd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000009b`bf3fec20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`bf3ff540 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`bf3ff6d0 00007ff6`515e68b9     postgres!main(
0000009b`bf3ff710 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`bf3ff760 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`bf3ff7d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`bf7ffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`bf7ffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`bf7ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`bf7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`bffff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`bffff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`bffffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`bffffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c03ff938 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`c03ff940 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`c03ff9b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`c03ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c03ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c07ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c07ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c07ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c07ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`86fff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`86fff170 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001a`86fff1b0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001a`86fff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001a`86fff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`86fffb70 00007ff6`50fee778     postgres!PostmasterMain(
0000001a`86fffd00 00007ff6`515e68b9     postgres!main(
0000001a`86fffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`86fffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001a`86fffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001a`87bff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`87bff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`87bffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`87bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`873ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`873ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`873ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`873ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`87fffa18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`87fffa20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001a`87fffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`87fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`877ff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001a`877ff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`877ff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001a`877ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`877ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c51fecb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`c51fecf0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008a`c51fed30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008a`c51fed80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000008a`c51fedd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`c51ff6f0 00007ff6`50fee778     postgres!PostmasterMain(
0000008a`c51ff880 00007ff6`515e68b9     postgres!main(
0000008a`c51ff8c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`c51ff910 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008a`c51ff980 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008a`c5dffcb8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008a`c5dffcc0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`c5dffd30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008a`c5dffe30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c5dffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c55ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c55ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c55ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c55ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c59ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c59ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c59ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c59ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c61ff8c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c61ff8d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c61ffbc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c61ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b7fff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`b7fff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`b7fff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b7fff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b7bff6e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ef`b7bff6f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`b7bff760 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ef`b7bff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b7bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b73fec80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ef`b73fecc0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ef`b73fed00 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ef`b73fed50 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ef`b73feda0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ef`b73ff6c0 00007ff6`50fee778     postgres!PostmasterMain(
000000ef`b73ff850 00007ff6`515e68b9     postgres!main(
000000ef`b73ff890 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ef`b73ff8e0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ef`b73ff950 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ef`b77ff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`b77ff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`b77ff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b77ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`b83ff478 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`b83ff480 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ef`b83ff770 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`b83ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c69fea50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`c69fea90 00007ff6`511393bc     postgres!ExceptionalCondition(
00000048`c69fead0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000048`c69feb20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000048`c69feb70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`c69ff490 00007ff6`50fee778     postgres!PostmasterMain(
00000048`c69ff620 00007ff6`515e68b9     postgres!main(
00000048`c69ff660 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`c69ff6b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000048`c69ff720 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000048`c71ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c71ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`c71ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c71ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c79ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c79ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`c79ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c79ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c6dff9a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`c6dff9b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000048`c6dffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c6dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`c75ffb28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000048`c75ffb30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000048`c75ffba0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000048`c75ffca0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`c75ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`085ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`085ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`085ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`085ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`081ffa78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f8`081ffa80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`081ffaf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f8`081ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`081ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`07dff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`07dff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`07dff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`07dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`089ffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`089ffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f8`089ffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`089ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`079fea70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`079feab0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f8`079feaf0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f8`079feb40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f8`079feb90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f8`079ff4b0 00007ff6`50fee778     postgres!PostmasterMain(
000000f8`079ff640 00007ff6`515e68b9     postgres!main(
000000f8`079ff680 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f8`079ff6d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f8`079ff740 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008d`e9dff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e9dff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e9dffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e9dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e99ffc48 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008d`e99ffc50 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`e99ffcc0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008d`e99ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e99ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e95ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e95ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e95ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e95ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e91ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`e91ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008d`e91ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`e91ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`e8dfea50 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008d`e8dfea90 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008d`e8dfead0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008d`e8dfeb20 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008d`e8dfeb70 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008d`e8dff490 00007ff6`50fee778     postgres!PostmasterMain(
0000008d`e8dff620 00007ff6`515e68b9     postgres!main(
0000008d`e8dff660 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008d`e8dff6b0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008d`e8dff720 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`029ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`029ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`029fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`029fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`025ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`025ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`025ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`025ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`021ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`021ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`021ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`021ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`01dff190 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`01dff1d0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000054`01dff210 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000054`01dff260 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000054`01dff2b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`01dffbd0 00007ff6`50fee778     postgres!PostmasterMain(
00000054`01dffd60 00007ff6`515e68b9     postgres!main(
00000054`01dffda0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`01dffdf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000054`01dffe60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000054`031ff9f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`031ffa00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000054`031ffcf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`031ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`02dff7d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000054`02dff7e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`02dff850 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000054`02dff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`02dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`9f9ff130 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`9f9ff170 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c9`9f9ff1b0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c9`9f9ff200 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c9`9f9ff250 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c9`9f9ffb70 00007ff6`50fee778     postgres!PostmasterMain(
000000c9`9f9ffd00 00007ff6`515e68b9     postgres!main(
000000c9`9f9ffd40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c9`9f9ffd90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c9`9f9ffe00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c9`a05ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c9`a05ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`a05ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c9`a05ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a05ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`a09ff588 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`a09ff590 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c9`a09ff880 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`a09ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`7fbffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`7fbffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`7fbffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`7fbffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`7ffff448 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`7ffff450 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`7ffff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`7ffff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`007ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`007ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005a`007ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`007ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`7f7fee70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`7f7feeb0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005a`7f7feef0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005a`7f7fef40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000005a`7f7fef90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005a`7f7ff8b0 00007ff6`50fee778     postgres!PostmasterMain(
0000005a`7f7ffa40 00007ff6`515e68b9     postgres!main(
0000005a`7f7ffa80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`7f7ffad0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005a`7f7ffb40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005a`003ff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005a`003ff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`003ff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005a`003ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`003ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`eabff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`eabff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`eabffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eabffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ea3feef0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`ea3fef30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f7`ea3fef70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`ea3fefc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000f7`ea3ff010 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`ea3ff930 00007ff6`50fee778     postgres!PostmasterMain(
000000f7`ea3ffac0 00007ff6`515e68b9     postgres!main(
000000f7`ea3ffb00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`ea3ffb50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`ea3ffbc0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`eb7ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`eb7ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`eb7ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eb7ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`eb3ff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f7`eb3ff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`eb3ffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f7`eb3ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eb3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`eafff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`eafff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`eafffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`eafffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ea7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`ea7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`ea7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`ea7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5dbffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f1`5dbffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f1`5dbffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f1`5dbffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5dbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5cffeeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f1`5cffeef0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f1`5cffef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f1`5cffef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f1`5cffefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f1`5cfff8f0 00007ff6`50fee778     postgres!PostmasterMain(
000000f1`5cfffa80 00007ff6`515e68b9     postgres!main(
000000f1`5cfffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f1`5cfffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f1`5cfffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f1`5d3ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5d3ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5d3ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5d3ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5d7ff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5d7ff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5d7ffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f1`5dfff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f1`5dfff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f1`5dfff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f1`5dfff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`209ff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`209ff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`209ff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`209ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`205feaf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bb`205feb30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bb`205feb70 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bb`205febc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000bb`205fec10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bb`205ff530 00007ff6`50fee778     postgres!PostmasterMain(
000000bb`205ff6c0 00007ff6`515e68b9     postgres!main(
000000bb`205ff700 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bb`205ff750 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bb`205ff7c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bb`215ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`215ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`215ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`215ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`211ff4d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`211ff4e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bb`211ff7d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`211ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`20dffd28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bb`20dffd30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`20dffda0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bb`20dffea0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`20dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6afff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6afff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`6afffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6afffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6b3ff828 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ba`6b3ff830 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`6b3ff8a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ba`6b3ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6b3ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6abfefd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`6abff010 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ba`6abff050 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ba`6abff0a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ba`6abff0f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`6abffa10 00007ff6`50fee778     postgres!PostmasterMain(
000000ba`6abffba0 00007ff6`515e68b9     postgres!main(
000000ba`6abffbe0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`6abffc30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ba`6abffca0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ba`6b7ffb48 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6b7ffb50 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`6b7ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6b7ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`6bbffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`6bbffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ba`6bbfff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`6bbfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`eb9ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`eb9ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000015`eb9ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`eb9ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`eb1fef00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000015`eb1fef40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000015`eb1fef80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000015`eb1fefd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000015`eb1ff020 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000015`eb1ff940 00007ff6`50fee778     postgres!PostmasterMain(
00000015`eb1ffad0 00007ff6`515e68b9     postgres!main(
00000015`eb1ffb10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000015`eb1ffb60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000015`eb1ffbd0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000015`eb5ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`eb5ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000015`eb5ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`eb5ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ebdff638 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000015`ebdff640 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000015`ebdff6b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000015`ebdff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ebdff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`ec1ff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`ec1ff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000015`ec1ff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`ec1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a51fed00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005d`a51fed40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000005d`a51fed80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000005d`a51fedd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000005d`a51fee20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005d`a51ff740 00007ff6`50fee778     postgres!PostmasterMain(
0000005d`a51ff8d0 00007ff6`515e68b9     postgres!main(
0000005d`a51ff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005d`a51ff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005d`a51ff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000005d`a55ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a55ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`a55ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a55fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a59ffd78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000005d`a59ffd80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`a59ffdf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000005d`a59ffef0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a59fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a5dff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a5dff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`a5dff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a5dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`a61ffb68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`a61ffb70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000005d`a61ffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`a61ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`683ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`683ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`683ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`683ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`67bff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`67bff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`67bff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`67bff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`677ffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`677ffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`677ffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`677ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`673ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000094`673ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000094`673ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`673ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000094`66ffebd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000094`66ffec10 00007ff6`511393bc     postgres!ExceptionalCondition(
00000094`66ffec50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000094`66ffeca0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000094`66ffecf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000094`66fff610 00007ff6`50fee778     postgres!PostmasterMain(
00000094`66fff7a0 00007ff6`515e68b9     postgres!main(
00000094`66fff7e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000094`66fff830 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000094`66fff8a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000094`67fff768 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000094`67fff770 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000094`67fff7e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000094`67fff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000094`67fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`019ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`019ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`019ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`019ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`029ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`029ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`029ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`029ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`025ff9d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ac`025ff9e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`025ffa50 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ac`025ffb50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`025ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`021ff908 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`021ff910 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`021ffc00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`021ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`01dff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`01dff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ac`01dffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`01dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`015ff1c0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`015ff200 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ac`015ff240 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ac`015ff290 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ac`015ff2e0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`015ffc00 00007ff6`50fee778     postgres!PostmasterMain(
000000ac`015ffd90 00007ff6`515e68b9     postgres!main(
000000ac`015ffdd0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`015ffe20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ac`015ffe90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`bd5ff080 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`bd5ff0c0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001b`bd5ff100 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001b`bd5ff150 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000001b`bd5ff1a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`bd5ffac0 00007ff6`50fee778     postgres!PostmasterMain(
0000001b`bd5ffc50 00007ff6`515e68b9     postgres!main(
0000001b`bd5ffc90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`bd5ffce0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001b`bd5ffd50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001b`bd9ff688 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`bd9ff690 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`bd9ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`bd9ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`bddffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`bddffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`bddffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`bddffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`be1ffbf8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001b`be1ffc00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`be1ffc70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001b`be1ffd70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`be1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`be5ff638 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`be5ff640 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001b`be5ff930 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`be5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`44ffeb90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`44ffebd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000038`44ffec10 00007ff6`51138528     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000038`44ffec60 00007ff6`511399e5     postgres!process_pm_child_exit(void)+0x748 [c:\cirrus\src\backend\postmaster\pos...
00000038`44ffecc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`44fff5e0 00007ff6`50fee778     postgres!PostmasterMain(
00000038`44fff770 00007ff6`515e68b9     postgres!main(
00000038`44fff7b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`44fff800 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000038`44fff870 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000038`453ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`453ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`453ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`453ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`457ff608 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000038`457ff610 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000038`457ff680 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000038`457ff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`457ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`45bffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`45bffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`45bffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`45bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`45fff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`45fff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000038`45fffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`45fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c87ff618 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c87ff620 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000df`c87ff910 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c87ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c8bff9e8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000df`c8bff9f0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`c8bffa60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000df`c8bffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c8bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c8fff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c8fff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000df`c8fff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c8fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c93ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`c93ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000df`c93ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`c93ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`c83feaa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`c83feae0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000df`c83feb20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000df`c83feb70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000df`c83febc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`c83ff4e0 00007ff6`50fee778     postgres!PostmasterMain(
000000df`c83ff670 00007ff6`515e68b9     postgres!main(
000000df`c83ff6b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`c83ff700 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000df`c83ff770 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`3bbffa08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000072`3bbffa10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`3bbffa80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000072`3bbffb80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3bbffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3afff170 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`3afff1b0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000072`3afff1f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000072`3afff240 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000072`3afff290 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000072`3afffbb0 00007ff6`50fee778     postgres!PostmasterMain(
00000072`3afffd40 00007ff6`515e68b9     postgres!main(
00000072`3afffd80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000072`3afffdd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000072`3afffe40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000072`3b3ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`3b3ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`3b3ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3b3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3bfffa08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`3bfffa10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`3bfffd00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3bfffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3b7ff9c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`3b7ff9d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000072`3b7ffcc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`3b7ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`09dff7f8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
0000007f`09dff800 00007ff6`50fee6e4     postgres!SubPostmasterMain(
0000007f`09dff870 00007ff6`515e68b9     postgres!main(
0000007f`09dff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`09dff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000007f`09dff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000007f`09dff9a0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
0000007f`09dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`09dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`0a5ff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`0a5ff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`0a5ff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`0a5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`0a1ff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`0a1ff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000007f`0a1ff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`0a1ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eadffc08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`eadffc10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`eadfff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eadfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea1ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea1ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea1ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea5ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea5ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea5ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea5ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea9ff9c8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001e`ea9ff9d0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`ea9ffa40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001e`ea9ffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea9ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`e99feb30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001e`e99feb70 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001e`e99febb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001e`e99fec00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001e`e99fec50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001e`e99ff570 00007ff6`50fee778     postgres!PostmasterMain(
0000001e`e99ff700 00007ff6`515e68b9     postgres!main(
0000001e`e99ff740 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001e`e99ff790 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001e`e99ff800 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001e`e9dff768 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`e9dff770 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001e`e9dffa60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`e9dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9dbff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9dbff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9dbffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9dbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9dfffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9dfffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9dfffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9dfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9e3ffc28 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000079`9e3ffc30 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`9e3ffca0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000079`9e3ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9e3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9e7ffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9e7ffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9e7ffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9e7ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`9d3fed90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`9d3fedd0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000079`9d3fee10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000079`9d3fee60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000079`9d3feeb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`9d3ff7d0 00007ff6`50fee778     postgres!PostmasterMain(
00000079`9d3ff960 00007ff6`515e68b9     postgres!main(
00000079`9d3ff9a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`9d3ff9f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000079`9d3ffa60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000079`9d7ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`9d7ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000079`9d7ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`9d7ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7cfff828 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7cfff830 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7cfffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7cfffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7d3ffb58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7d3ffb60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7d3ffe50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7d3ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7d7ff918 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000003`7d7ff920 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000003`7d7ff990 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000003`7d7ffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7d7ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7dbff9b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7dbff9c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7dbffcb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7dbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000003`7c7fecd0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000003`7c7fed10 00007ff6`511393bc     postgres!ExceptionalCondition(
00000003`7c7fed50 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000003`7c7feda0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000003`7c7fedf0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000003`7c7ff710 00007ff6`50fee778     postgres!PostmasterMain(
00000003`7c7ff8a0 00007ff6`515e68b9     postgres!main(
00000003`7c7ff8e0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000003`7c7ff930 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000003`7c7ff9a0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000003`7cbff5e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000003`7cbff5f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000003`7cbff8e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000003`7cbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ee3ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ee3ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ee3ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ee3ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`eefffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`eefffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`eeffff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`eeffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`eebffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000042`eebffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000042`eebffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000042`eebfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`eebfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ee7ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ee7ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000042`ee7ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ee7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`edffeb60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`edffeba0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000042`edffebe0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000042`edffec30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000042`edffec80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000042`edfff5a0 00007ff6`50fee778     postgres!PostmasterMain(
00000042`edfff730 00007ff6`515e68b9     postgres!main(
00000042`edfff770 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`edfff7c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`edfff830 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000030`7f7ff568 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000030`7f7ff570 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000030`7f7ff5e0 00007ff6`515e68b9     postgres!main(
00000030`7f7ff620 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`7f7ff670 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000030`7f7ff6e0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000030`7f7ff710 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000030`7f7ff740 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`7f7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`7fbff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`7fbff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`7fbffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`7fbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`7ffff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`7ffff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000030`7ffffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`7ffffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`175ff070 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`175ff0b0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000001c`175ff0f0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000001c`175ff140 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000001c`175ff190 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001c`175ffab0 00007ff6`50fee778     postgres!PostmasterMain(
0000001c`175ffc40 00007ff6`515e68b9     postgres!main(
0000001c`175ffc80 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`175ffcd0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`175ffd40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000001c`179ff658 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`179ff660 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`179ff950 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`179ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`17dffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000001c`17dffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`17dffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000001c`17dffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`17dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`181ff928 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`181ff930 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`181ffc20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`181ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`185ff498 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`185ff4a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000001c`185ff790 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`185ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`ffffec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c0`ffffec70 00007ff6`511393bc     postgres!ExceptionalCondition(
000000c0`ffffecb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000c0`ffffed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000c0`ffffed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c0`fffff670 00007ff6`50fee778     postgres!PostmasterMain(
000000c0`fffff800 00007ff6`515e68b9     postgres!main(
000000c0`fffff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c0`fffff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000c0`fffff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000c0`803ff5d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`803ff5e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`803ff8d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`803ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`807ff628 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000c0`807ff630 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`807ff6a0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000c0`807ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`807ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`80bffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`80bffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`80bffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`80bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`80fff918 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`80fff920 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000c0`80fffc10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`80fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c69ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`c69ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009b`c69ff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009b`c69ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009b`c69ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`c69ffad0 00007ff6`50fee778     postgres!PostmasterMain(
0000009b`c69ffc60 00007ff6`515e68b9     postgres!main(
0000009b`c69ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`c69ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009b`c69ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009b`c6dff648 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c6dff650 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c6dff940 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c6dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c71ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c71ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c71ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c71ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c75ff838 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c75ff840 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c75ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c75ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c79ffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009b`c79ffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`c79ffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009b`c79ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c79ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`c7dffbb8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`c7dffbc0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009b`c7dffeb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`c7dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4d7feb40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`4d7feb80 00007ff6`511393bc     postgres!ExceptionalCondition(
00000024`4d7febc0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`4d7fec10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`4d7fec60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`4d7ff580 00007ff6`50fee778     postgres!PostmasterMain(
00000024`4d7ff710 00007ff6`515e68b9     postgres!main(
00000024`4d7ff750 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`4d7ff7a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`4d7ff810 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`4dbff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`4dbff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`4dbffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4dbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4dfff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`4dfff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`4dfffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4dfffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4e3ffa18 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000024`4e3ffa20 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000024`4e3ffa90 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000024`4e3ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4e3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`4e7ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`4e7ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`4e7ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`4e7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f19feaa0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`f19feae0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000db`f19feb20 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`f19feb70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000db`f19febc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`f19ff4e0 00007ff6`50fee778     postgres!PostmasterMain(
000000db`f19ff670 00007ff6`515e68b9     postgres!main(
000000db`f19ff6b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`f19ff700 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`f19ff770 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`f29ff788 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f29ff790 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`f29ffa80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f29ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f25ff7f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000db`f25ff800 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000db`f25ff870 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000db`f25ff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f25ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f21ff708 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f21ff710 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`f21ffa00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f21ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`f1dff798 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`f1dff7a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`f1dffa90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`f1dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`ad3ff7b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`ad3ff7c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`ad3ffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`ad3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`acffea40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`acffea80 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fb`acffeac0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`acffeb10 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`acffeb60 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`acfff480 00007ff6`50fee778     postgres!PostmasterMain(
000000fb`acfff610 00007ff6`515e68b9     postgres!main(
000000fb`acfff650 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`acfff6a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`acfff710 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fb`ae3ff898 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`ae3ff8a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`ae3ffb90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`ae3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`adfffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fb`adfffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`adfffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fb`adffff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`adffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`adbff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`adbff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`adbff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`adbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`ad7ff538 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`ad7ff540 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`ad7ff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`ad7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8d9ffad8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8d9ffae0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`8d9ffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8d9ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8c9fef60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000db`8c9fefa0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000db`8c9fefe0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000db`8c9ff030 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000db`8c9ff080 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000db`8c9ff9a0 00007ff6`50fee778     postgres!PostmasterMain(
000000db`8c9ffb30 00007ff6`515e68b9     postgres!main(
000000db`8c9ffb70 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000db`8c9ffbc0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000db`8c9ffc30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000db`8cdff978 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8cdff980 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`8cdffc70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8cdffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8d1ff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000db`8d1ff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000db`8d1ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8d1ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000db`8d5ff9f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000db`8d5ffa00 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000db`8d5ffa70 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000db`8d5ffb70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000db`8d5ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f7fffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f7fffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000031`f7fffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f7fffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f7bff938 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000031`f7bff940 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`f7bff9b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000031`f7bffab0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f7bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f77ff458 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f77ff460 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000031`f77ff750 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f77ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f73ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f73ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000031`f73ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f73ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f6ffef30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`f6ffef70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000031`f6ffefb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000031`f6fff000 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000031`f6fff050 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`f6fff970 00007ff6`50fee778     postgres!PostmasterMain(
00000031`f6fffb00 00007ff6`515e68b9     postgres!main(
00000031`f6fffb40 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`f6fffb90 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000031`f6fffc00 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`fdfff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`fdfff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`fdfffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fdfffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`fcffeac0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`fcffeb00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000009e`fcffeb40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000009e`fcffeb90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000009e`fcffebe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009e`fcfff500 00007ff6`50fee778     postgres!PostmasterMain(
0000009e`fcfff690 00007ff6`515e68b9     postgres!main(
0000009e`fcfff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`fcfff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000009e`fcfff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000009e`fd3ff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`fd3ff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`fd3ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fd3ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`fd7ff9b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000009e`fd7ff9c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`fd7ffa30 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000009e`fd7ffb30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fd7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`fdbff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`fdbff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000009e`fdbff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`fdbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`03bffb88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`03bffb90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000055`03bffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`03bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`02bfec00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`02bfec40 00007ff6`511393bc     postgres!ExceptionalCondition(
00000055`02bfec80 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000055`02bfecd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000055`02bfed20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000055`02bff640 00007ff6`50fee778     postgres!PostmasterMain(
00000055`02bff7d0 00007ff6`515e68b9     postgres!main(
00000055`02bff810 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000055`02bff860 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000055`02bff8d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000055`02fff508 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`02fff510 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000055`02fff800 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`02fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`033ff988 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`033ff990 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000055`033ffc80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`033ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`037ffd88 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000055`037ffd90 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000055`037ffe00 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000055`037fff00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`037fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c9ff608 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4c9ff610 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`4c9ff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4b9feeb0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`4b9feef0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000dd`4b9fef30 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000dd`4b9fef80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000dd`4b9fefd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dd`4b9ff8f0 00007ff6`50fee778     postgres!PostmasterMain(
000000dd`4b9ffa80 00007ff6`515e68b9     postgres!main(
000000dd`4b9ffac0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`4b9ffb10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`4b9ffb80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000dd`4bdff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4bdff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`4bdff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4bdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c1ffc28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`4c1ffc30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`4c1fff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`4c5ff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000dd`4c5ff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`4c5ff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000dd`4c5ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`4c5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`191ffcc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000070`191ffcd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`191ffd40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000070`191ffe40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`191ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`195ffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`195ffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`195ffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`195ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`185febf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000070`185fec30 00007ff6`511393bc     postgres!ExceptionalCondition(
00000070`185fec70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000070`185fecc0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000070`185fed10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000070`185ff630 00007ff6`50fee778     postgres!PostmasterMain(
00000070`185ff7c0 00007ff6`515e68b9     postgres!main(
00000070`185ff800 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000070`185ff850 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000070`185ff8c0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000070`189ff938 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`189ff940 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`189ffc30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`189ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`18dff6a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`18dff6b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000070`18dff9a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`18dff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bb1ff0d0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`bb1ff110 00007ff6`511393bc     postgres!ExceptionalCondition(
00000036`bb1ff150 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000036`bb1ff1a0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000036`bb1ff1f0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`bb1ffb10 00007ff6`50fee778     postgres!PostmasterMain(
00000036`bb1ffca0 00007ff6`515e68b9     postgres!main(
00000036`bb1ffce0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`bb1ffd30 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000036`bb1ffda0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000036`bc1ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bc1ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000036`bc1ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bc1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bbdff6b8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000036`bbdff6c0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000036`bbdff730 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000036`bbdff830 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bbdff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e6ffef10 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008e`e6ffef50 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008e`e6ffef90 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008e`e6ffefe0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008e`e6fff030 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008e`e6fff950 00007ff6`50fee778     postgres!PostmasterMain(
0000008e`e6fffae0 00007ff6`515e68b9     postgres!main(
0000008e`e6fffb20 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008e`e6fffb70 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008e`e6fffbe0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008e`e7bff998 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008e`e7bff9a0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`e7bffa10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008e`e7bffb10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e7bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e7fffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e7fffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e7fffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e7fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e77ff738 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e77ff740 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e77ffa30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e77ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`e73ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`e73ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008e`e73ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`e73ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c01ff5a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c01ff5b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c01ff8a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c01ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`bf9ffc38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`bf9ffc40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`bf9fff30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`bf9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`bf5fedf0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`bf5fee30 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ad`bf5fee70 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`bf5feec0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000ad`bf5fef10 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`bf5ff830 00007ff6`50fee778     postgres!PostmasterMain(
000000ad`bf5ff9c0 00007ff6`515e68b9     postgres!main(
000000ad`bf5ffa00 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`bf5ffa50 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`bf5ffac0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`c05ff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c05ff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c05ff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c05ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`bfdffda8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ad`bfdffdb0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`bfdffe20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ad`bfdfff20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`bfdfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7c7ff758 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7c7ff760 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7c7ffa50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7c7ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7b7fea70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`7b7feab0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000080`7b7feaf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000080`7b7feb40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000080`7b7feb90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`7b7ff4b0 00007ff6`50fee778     postgres!PostmasterMain(
00000080`7b7ff640 00007ff6`515e68b9     postgres!main(
00000080`7b7ff680 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`7b7ff6d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000080`7b7ff740 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000080`7bbff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7bbff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7bbff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7bbff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7bfffae8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`7bfffaf0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000080`7bfffde0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7bfffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`7c3ffa68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000080`7c3ffa70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`7c3ffae0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000080`7c3ffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`7c3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4ddffce8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000ad`4ddffcf0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`4ddffd60 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000ad`4ddffe60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4ddffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4cdfee90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`4cdfeed0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000ad`4cdfef10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000ad`4cdfef60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000ad`4cdfefb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`4cdff8d0 00007ff6`50fee778     postgres!PostmasterMain(
000000ad`4cdffa60 00007ff6`515e68b9     postgres!main(
000000ad`4cdffaa0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`4cdffaf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000ad`4cdffb60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000ad`4d1ffb28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4d1ffb30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4d1ffe20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4d1ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4d5ffa68 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4d5ffa70 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4d5ffd60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4d5ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4d9ffb78 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4d9ffb80 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4d9ffe70 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4d9ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`4e1ff548 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`4e1ff550 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000ad`4e1ff840 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`4e1ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`07dff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`07dff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000008`07dffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`07dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`06dfeac0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`06dfeb00 00007ff6`511393bc     postgres!ExceptionalCondition(
00000008`06dfeb40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000008`06dfeb90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000008`06dfebe0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000008`06dff500 00007ff6`50fee778     postgres!PostmasterMain(
00000008`06dff690 00007ff6`515e68b9     postgres!main(
00000008`06dff6d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000008`06dff720 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000008`06dff790 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000008`071ff808 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`071ff810 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000008`071ffb00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`071ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`075ffd98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000008`075ffda0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000008`075ffe10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000008`075fff10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`075fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`079ff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`079ff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000008`079ffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`079ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`045ff9a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000091`045ff9b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000091`045ffa20 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000091`045ffb20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`045ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`039fef80 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000091`039fefc0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000091`039ff000 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000091`039ff050 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000091`039ff0a0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000091`039ff9c0 00007ff6`50fee778     postgres!PostmasterMain(
00000091`039ffb50 00007ff6`515e68b9     postgres!main(
00000091`039ffb90 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000091`039ffbe0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000091`039ffc50 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000091`03dffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`03dffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`03dffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`03dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`041ff8f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`041ff900 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`041ffbf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`041ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000091`049ff4b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000091`049ff4c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000091`049ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000091`049ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`ff1ffd08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000008c`ff1ffd10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`ff1ffd80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000008c`ff1ffe80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ff1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fe9fef40 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`fe9fef80 00007ff6`511393bc     postgres!ExceptionalCondition(
0000008c`fe9fefc0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000008c`fe9ff010 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000008c`fe9ff060 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`fe9ff980 00007ff6`50fee778     postgres!PostmasterMain(
0000008c`fe9ffb10 00007ff6`515e68b9     postgres!main(
0000008c`fe9ffb50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`fe9ffba0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000008c`fe9ffc10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000008c`ff9ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`ff9ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000008c`ff9ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`ff9ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`80fffab8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`80fffac0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`80fffdb0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`80fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`80bffbf8 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
00000058`80bffc00 00007ff6`50fee6e4     postgres!SubPostmasterMain(
00000058`80bffc70 00007ff6`515e68b9     postgres!main(
00000058`80bffcb0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`80bffd00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000058`80bffd70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000058`80bffda0 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
00000058`80bffdd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`80bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`813ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`813ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000058`813ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`813ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`71fff5f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`71fff600 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`71fff8f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`71fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`713fed00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`713fed40 00007ff6`511393bc     postgres!ExceptionalCondition(
0000002b`713fed80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000002b`713fedd0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
0000002b`713fee20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002b`713ff740 00007ff6`50fee778     postgres!PostmasterMain(
0000002b`713ff8d0 00007ff6`515e68b9     postgres!main(
0000002b`713ff910 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002b`713ff960 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000002b`713ff9d0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000002b`717ff4f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`717ff500 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`717ff7f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`717ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`71bffac8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000002b`71bffad0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`71bffb40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000002b`71bffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`71bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`723ff5b8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`723ff5c0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000002b`723ff8b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`723ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`391ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`391ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`391ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`391ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`399ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`399ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`399ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`399fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`395ff948 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fb`395ff950 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`395ff9c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fb`395ffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`395ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`38dff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`38dff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fb`38dff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`38dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`389fed60 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`389feda0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fb`389fede0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fb`389fee30 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000fb`389fee80 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`389ff7a0 00007ff6`50fee778     postgres!PostmasterMain(
000000fb`389ff930 00007ff6`515e68b9     postgres!main(
000000fb`389ff970 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`389ff9c0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fb`389ffa30 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`447ff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`447ff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`447ffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`447ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`437ff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`437ff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000bc`437ff110 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000bc`437ff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000bc`437ff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`437ffad0 00007ff6`50fee778     postgres!PostmasterMain(
000000bc`437ffc60 00007ff6`515e68b9     postgres!main(
000000bc`437ffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`437ffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000bc`437ffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000bc`43bffaf8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`43bffb00 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`43bffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`43bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`43fff788 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000bc`43fff790 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`43fff800 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000bc`43fff900 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`43fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`443ff868 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`443ff870 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000bc`443ffb60 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`443ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`629ffac8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`629ffad0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`629ffdc0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`629ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`61dff090 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000eb`61dff0d0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000eb`61dff110 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000eb`61dff160 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000eb`61dff1b0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000eb`61dffad0 00007ff6`50fee778     postgres!PostmasterMain(
000000eb`61dffc60 00007ff6`515e68b9     postgres!main(
000000eb`61dffca0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000eb`61dffcf0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000eb`61dffd60 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000eb`621ffa58 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`621ffa60 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`621ffd50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`621ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`625ff6f8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000eb`625ff700 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`625ff770 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000eb`625ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`625ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`62dffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`62dffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000eb`62dffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`62dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e13ff6a8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000084`e13ff6b0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000084`e13ff720 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000084`e13ff820 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e13ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e03feda0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`e03fede0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000084`e03fee20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000084`e03fee70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000084`e03feec0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`e03ff7e0 00007ff6`50fee778     postgres!PostmasterMain(
00000084`e03ff970 00007ff6`515e68b9     postgres!main(
00000084`e03ff9b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`e03ffa00 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000084`e03ffa70 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000084`e07ffbc8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e07ffbd0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e07ffec0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e07ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e0bff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e0bff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e0bff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e0bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e0fff488 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e0fff490 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e0fff780 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e0fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`e17ffb18 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`e17ffb20 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000084`e17ffe10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`e17ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b41ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b41ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b41ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b41ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b35ff040 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`b35ff080 00007ff6`511393bc     postgres!ExceptionalCondition(
0000006c`b35ff0c0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000006c`b35ff110 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000006c`b35ff160 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`b35ffa80 00007ff6`50fee778     postgres!PostmasterMain(
0000006c`b35ffc10 00007ff6`515e68b9     postgres!main(
0000006c`b35ffc50 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`b35ffca0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000006c`b35ffd10 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
0000006c`b39ffa38 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b39ffa40 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b39ffd30 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b39ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b3dffa88 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b3dffa90 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b3dffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b3dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b49ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`b49ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000006c`b49ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b49ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b45ff718 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000006c`b45ff720 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`b45ff790 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000006c`b45ff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`b45ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`775ff998 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`775ff9a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`775ffc90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`775ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`761feca0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fe`761fece0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000fe`761fed20 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000fe`761fed70 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000fe`761fedc0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fe`761ff6e0 00007ff6`50fee778     postgres!PostmasterMain(
000000fe`761ff870 00007ff6`515e68b9     postgres!main(
000000fe`761ff8b0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fe`761ff900 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000fe`761ff970 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000fe`765ff8d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`765ff8e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`765ffbd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`765ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`769ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`769ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`769ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`769fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`76dff8e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`76dff8f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000fe`76dffbe0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`76dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`771ffb68 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000fe`771ffb70 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`771ffbe0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000fe`771ffce0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`771ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`78dffa28 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`78dffa30 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`78dffd20 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`78dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`789fed70 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`789fedb0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000019`789fedf0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000019`789fee40 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000019`789fee90 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`789ff7b0 00007ff6`50fee778     postgres!PostmasterMain(
00000019`789ff940 00007ff6`515e68b9     postgres!main(
00000019`789ff980 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`789ff9d0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000019`789ffa40 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000019`799ff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`799ff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`799ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`799ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`795ffb98 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000019`795ffba0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`795ffc10 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000019`795ffd10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`795ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`791ff578 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`791ff580 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000019`791ff870 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`791ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`aedff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`aedff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`aedff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`aedff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`af1ff958 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`af1ff960 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`af1ffc50 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`af1ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`afdffb98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`afdffba0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`afdffe90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`afdffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`ae9ff020 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`ae9ff060 00007ff6`511393bc     postgres!ExceptionalCondition(
000000f7`ae9ff0a0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000f7`ae9ff0f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000f7`ae9ff140 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`ae9ffa60 00007ff6`50fee778     postgres!PostmasterMain(
000000f7`ae9ffbf0 00007ff6`515e68b9     postgres!main(
000000f7`ae9ffc30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`ae9ffc80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f7`ae9ffcf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000f7`af9ffbc8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000f7`af9ffbd0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`af9ffc40 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000f7`af9ffd40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`af9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`af5ff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`af5ff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000f7`af5ffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`af5ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`019ff7f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`019ff800 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`019ffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`019ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`009ff120 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`009ff160 00007ff6`511393bc     postgres!ExceptionalCondition(
000000d8`009ff1a0 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000d8`009ff1f0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000d8`009ff240 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`009ffb60 00007ff6`50fee778     postgres!PostmasterMain(
000000d8`009ffcf0 00007ff6`515e68b9     postgres!main(
000000d8`009ffd30 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`009ffd80 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000d8`009ffdf0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000d8`00dff598 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`00dff5a0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`00dff890 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`00dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`011ff7e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`011ff7f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000d8`011ffae0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`011ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`015ff648 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000d8`015ff650 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`015ff6c0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000d8`015ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`015ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`77fff1b0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000076`77fff1f0 00007ff6`511393bc     postgres!ExceptionalCondition(
00000076`77fff230 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000076`77fff280 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000076`77fff2d0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000076`77fffbf0 00007ff6`50fee778     postgres!PostmasterMain(
00000076`77fffd80 00007ff6`515e68b9     postgres!main(
00000076`77fffdc0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000076`77fffe10 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000076`77fffe80 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000076`78fff7c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`78fff7d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000076`78fffac0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`78fffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`787ffc78 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000076`787ffc80 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`787ffcf0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000076`787ffdf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`787ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`03dff798 00007ff6`511322b7     ucrtbased!strcmp(void)+0x40 [minkernel\crts\ucrt\src\appcrt\string\amd64\strcmp....
000000dd`03dff7a0 00007ff6`50fee6e4     postgres!SubPostmasterMain(
000000dd`03dff810 00007ff6`515e68b9     postgres!main(
000000dd`03dff850 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`03dff8a0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`03dff910 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`03dff940 00007ffc`8c3b4cb0     postgres!mainCRTStartup(
000000dd`03dff970 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`03dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`045ff9d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`045ff9e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`045ffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`045ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`041ff4c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`041ff4d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000dd`041ff7c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`041ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b45ff948 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b45ff950 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b45ffc40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b45ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b3dff628 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b3dff630 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b3dff920 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b3dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b41ff668 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000086`b41ff670 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`b41ff6e0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000086`b41ff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b41ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`b39fec30 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`b39fec70 00007ff6`511393bc     postgres!ExceptionalCondition(
00000086`b39fecb0 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000086`b39fed00 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
00000086`b39fed50 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000086`b39ff670 00007ff6`50fee778     postgres!PostmasterMain(
00000086`b39ff800 00007ff6`515e68b9     postgres!main(
00000086`b39ff840 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000086`b39ff890 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000086`b39ff900 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000086`b49ff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`b49ff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000086`b49ff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`b49ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`413ff808 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e6`413ff810 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`413ff880 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e6`413ff980 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`413ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`41bff848 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`41bff850 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`41bffb40 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`41bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`40bfeb90 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e6`40bfebd0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e6`40bfec10 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e6`40bfec60 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
000000e6`40bfecb0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e6`40bff5d0 00007ff6`50fee778     postgres!PostmasterMain(
000000e6`40bff760 00007ff6`515e68b9     postgres!main(
000000e6`40bff7a0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e6`40bff7f0 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e6`40bff860 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e6`40fff718 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`40fff720 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`40fffa10 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`40fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`417ff558 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`417ff560 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e6`417ff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`417ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`203ff6d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`203ff6e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`203ff9d0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`203ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1fbff978 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b1`1fbff980 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`1fbff9f0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b1`1fbffaf0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1fbffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1f3fefe0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`1f3ff020 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b1`1f3ff060 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b1`1f3ff0b0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b1`1f3ff100 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`1f3ffa20 00007ff6`50fee778     postgres!PostmasterMain(
000000b1`1f3ffbb0 00007ff6`515e68b9     postgres!main(
000000b1`1f3ffbf0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`1f3ffc40 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b1`1f3ffcb0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b1`1f7ff668 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1f7ff670 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1f7ff960 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1f7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`1ffffa98 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`1ffffaa0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b1`1ffffd90 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`1ffffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`ee3ff638 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000b5`ee3ff640 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`ee3ff6b0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000b5`ee3ff7b0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`ee3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`edbfee00 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`edbfee40 00007ff6`511393bc     postgres!ExceptionalCondition(
000000b5`edbfee80 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000b5`edbfeed0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000b5`edbfef20 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`edbff840 00007ff6`50fee778     postgres!PostmasterMain(
000000b5`edbff9d0 00007ff6`515e68b9     postgres!main(
000000b5`edbffa10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`edbffa60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000b5`edbffad0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000b5`edfff8a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`edfff8b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`edfffba0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`edfffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`ee7ffaa8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`ee7ffab0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`ee7ffda0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`ee7ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`eebff4e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`eebff4f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000b5`eebff7e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`eebff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2dfff468 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2dfff470 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2dfff760 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2dfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2dbff6f8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2dbff700 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2dbff9f0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2dbffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2d7ff200 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000024`2d7ff240 00007ff6`511393bc     postgres!ExceptionalCondition(
00000024`2d7ff280 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
00000024`2d7ff2d0 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
00000024`2d7ff320 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000024`2d7ffc40 00007ff6`50fee778     postgres!PostmasterMain(
00000024`2d7ffdd0 00007ff6`515e68b9     postgres!main(
00000024`2d7ffe10 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000024`2d7ffe60 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000024`2d7ffed0 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000024`2ebff7d8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2ebff7e0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2ebffad0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2ebffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2e7ffc08 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
00000024`2e7ffc10 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
00000024`2e7ffc80 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
00000024`2e7ffd80 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2e7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000024`2e3ffbd8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000024`2e3ffbe0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
00000024`2e3ffed0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
00000024`2e3fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`147ff4a8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`147ff4b0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`147ff7a0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`147ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`153ff518 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`153ff520 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`153ff810 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`153ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`14fff568 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004a`14fff570 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
0000004a`14fff860 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`14fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`14bff6d8 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
0000004a`14bff6e0 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004a`14bff750 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
0000004a`14bff850 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004a`14bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004a`143fedc0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004a`143fee00 00007ff6`511393bc     postgres!ExceptionalCondition(
0000004a`143fee40 00007ff6`51138acc     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
0000004a`143fee90 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x34c [c:\cirrus\src\backend\postmast...
0000004a`143feee0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004a`143ff800 00007ff6`50fee778     postgres!PostmasterMain(
0000004a`143ff990 00007ff6`515e68b9     postgres!main(
0000004a`143ff9d0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004a`143ffa20 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000004a`143ffa90 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`8ebffb58 00007ffc`8a2445ca     ntdll!NtFsControlFile+0x14
000000e9`8ebffb60 00007ff6`511246cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`8ebffbd0 00007ffc`8c3b4cb0     postgres!pg_signal_thread(
000000e9`8ebffcd0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8ebffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8e7ffb08 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`8e7ffb10 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`8e7ffe00 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8e7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8e3feab0 00007ff6`51470e68     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e9`8e3feaf0 00007ff6`511393bc     postgres!ExceptionalCondition(
000000e9`8e3feb30 00007ff6`51138a1c     postgres!PostmasterStateMachine(void)+0x1ec [c:\cirrus\src\backend\postmaster\po...
000000e9`8e3feb80 00007ff6`511399c7     postgres!process_pm_shutdown_request(void)+0x29c [c:\cirrus\src\backend\postmast...
000000e9`8e3febd0 00007ff6`511370bc     postgres!ServerLoop(void)+0xb7 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e9`8e3ff4f0 00007ff6`50fee778     postgres!PostmasterMain(
000000e9`8e3ff680 00007ff6`515e68b9     postgres!main(
000000e9`8e3ff6c0 00007ff6`515e680e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e9`8e3ff710 00007ff6`515e66ce     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000e9`8e3ff780 00007ff6`515e692e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
000000e9`8f3ff6e8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`8f3ff6f0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`8f3ff9e0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8f3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`8efff5c8 00007ffc`8c7cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`8efff5d0 00007ffc`8c3b4cb0     ntdll!TppWorkerThread+0x2df
000000e9`8efff8c0 00007ffc`8c83edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`8efff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[04:56:11.659](1.644s) Bail out!  pg_ctl stop failed
tap
[04:56:06.411](1.297s) Bail out!  pg_ctl stop failed
tap
[04:56:07.165](1.325s) Bail out!  pg_ctl restart failed
tap
[04:56:10.859](1.204s) Bail out!  pg_ctl stop failed
tap
[04:56:10.829](3.907s) Bail out!  pg_ctl stop failed
tap
[04:56:24.308](1.317s) Bail out!  pg_ctl restart failed
tap
[04:57:54.180](1.266s) Bail out!  pg_ctl stop failed
tap
[05:03:30.949](311.491s) # poll_query_until timed out executing this query:
[05:03:30.952](0.003s) not ok 2 - ensure checksums are enabled
[05:08:41.132](309.697s) # poll_query_until timed out executing this query:
[05:08:41.134](0.002s) not ok 7 - ensure checksums are enabled
[05:08:42.324](1.123s) Bail out!  pg_ctl stop failed
tap
[05:03:31.260](310.739s) # poll_query_until timed out executing this query:
[05:03:31.263](0.003s) not ok 3 - ensure checksums aren't enabled yet
tap
[05:03:34.247](310.606s) # poll_query_until timed out executing this query:
[05:03:34.250](0.003s) not ok 3 - ensure checksums are in progress on primary
[05:08:43.871](309.621s) # poll_query_until timed out executing this query:
[05:08:43.874](0.003s) not ok 4 - ensure standby has absorbed the inprogress-on barrier
[05:08:43.940](0.065s) not ok 5 - ensure checksums are on, or in progress, on standby_1
[05:13:53.359](309.419s) # poll_query_until timed out executing this query:
[05:13:53.362](0.003s) not ok 6 - ensure checksums are enabled on the primary
tap
[04:58:23.056](1.189s) Bail out!  pg_ctl stop failed
tap
[04:57:59.127](1.345s) Bail out!  pg_ctl stop failed
tap
[04:58:01.149](1.287s) Bail out!  pg_ctl restart failed
tap
[04:58:11.001](15.208s) Bail out!  pg_ctl restart failed
tap
[04:58:00.582](1.161s) Bail out!  pg_ctl stop failed
tap
[04:58:03.013](1.267s) Bail out!  pg_ctl restart failed
tap
[04:58:05.409](1.221s) Bail out!  pg_ctl stop failed
tap
[04:53:28.946](1.384s) Bail out!  pg_ctl stop failed
tap
[04:53:28.680](1.348s) Bail out!  pg_ctl stop failed
tap
[04:53:26.409](1.409s) Bail out!  pg_ctl restart failed
tap
[04:53:35.304](1.328s) Bail out!  pg_ctl stop failed
tap
[04:53:34.272](6.916s) Bail out!  pg_ctl stop failed
tap
[04:53:37.607](1.424s) Bail out!  pg_ctl restart failed
tap
[04:53:52.352](9.452s) Bail out!  pg_ctl stop failed
tap
[04:53:46.342](0.000s) not ok 23 - data_checksums=on is reported on an offline cluster stdout /(?^:^on$)/
[04:53:48.140](1.629s) Bail out!  pg_ctl stop failed
tap
[04:54:08.059](1.347s) Bail out!  pg_ctl restart failed
tap
[04:54:17.796](1.737s) not ok 17 - pg_ctl stop
[04:54:19.422](1.219s) not ok 25 - pg_ctl restart with server running
[04:54:19.435](0.013s) Bail out!  command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_yX...
tap
[04:54:14.104](1.095s) Bail out!  command "pg_ctl stop -D C:\cirrus\build/testrun/pg_ctl/002_status\data/t_002_status_ma...
tap
[04:54:56.224](1.251s) Bail out!  pg_ctl stop failed
tap
[04:56:15.085](1.180s) Bail out!  pg_ctl restart failed
tap
[04:54:33.679](1.252s) Bail out!  pg_ctl stop failed
tap
[04:54:54.473](1.246s) Bail out!  pg_ctl stop failed
tap
[04:54:57.073](19.619s) Bail out!  pg_ctl stop failed
tap
[04:54:46.242](5.088s) Bail out!  pg_ctl stop failed
tap
[04:54:54.582](6.502s) Bail out!  pg_ctl stop failed
tap
[04:54:55.301](5.516s) Bail out!  pg_ctl stop failed
tap
[04:55:14.791](18.340s) Bail out!  pg_ctl stop failed
tap
[04:55:13.554](16.670s) Bail out!  pg_ctl stop failed
tap
[04:55:13.211](15.907s) Bail out!  pg_ctl stop failed
tap
[04:55:13.258](15.899s) Bail out!  pg_ctl stop failed
tap
[04:56:15.446](1.205s) Bail out!  pg_ctl restart failed
tap
[04:51:14.246](3.451s) Bail out!  pg_ctl stop failed
tap
[04:49:22.748](8.148s) Bail out!  pg_ctl stop failed
tap
[04:49:23.514](5.567s) Bail out!  pg_ctl stop failed
tap
[04:55:22.680](1.157s) Bail out!  pg_ctl stop failed
tap
[04:56:19.126](1.174s) Bail out!  pg_ctl stop failed
tap
[04:56:18.937](1.486s) Bail out!  pg_ctl stop failed
tap
[04:55:32.746](4.652s) Bail out!  pg_ctl stop failed
tap
[04:56:16.761](1.580s) Bail out!  pg_ctl stop failed
tap
[04:56:28.815](1.205s) Bail out!  pg_ctl stop failed
tap
[04:49:31.839](18.990s) Bail out!  pg_ctl stop failed
tap
[04:49:24.858](2.000s) Bail out!  pg_ctl stop failed
tap
[04:49:34.958](11.230s) Bail out!  pg_ctl stop failed
tap
[04:49:34.235](1.486s) Bail out!  pg_ctl restart failed
tap
[04:49:59.009](1.454s) Bail out!  pg_ctl stop failed
tap
[04:50:14.790](40.425s) Bail out!  pg_ctl restart failed
tap
[04:49:58.271](4.742s) Bail out!  pg_ctl stop failed
tap
[04:49:47.963](3.865s) Bail out!  pg_ctl stop failed
tap
[04:49:59.009](10.480s) Bail out!  pg_ctl stop failed
tap
[04:50:09.940](3.505s) Bail out!  pg_ctl stop failed
tap
[04:50:23.995](18.060s) Bail out!  pg_ctl stop failed
tap
[04:50:25.717](18.430s) Bail out!  pg_ctl stop failed
tap
[04:50:15.731](4.656s) Bail out!  pg_ctl stop failed
tap
[04:50:37.047](16.399s) Bail out!  pg_ctl stop failed
tap
[04:50:20.520](1.681s) Bail out!  pg_ctl stop failed
tap
[04:50:42.872](1.548s) Bail out!  pg_ctl stop failed
tap
[04:50:37.297](2.927s) Bail out!  pg_ctl stop failed
tap
[04:50:46.799](17.633s) Bail out!  pg_ctl restart failed
tap
[04:50:50.778](2.193s) Bail out!  pg_ctl stop failed
tap
[04:52:48.083](1.469s) Bail out!  pg_ctl restart failed
tap
[04:51:05.615](2.459s) Bail out!  pg_ctl stop failed
tap
[04:50:58.271](1.583s) Bail out!  pg_ctl stop failed
tap
[04:51:25.942](3.657s) Bail out!  pg_ctl restart failed
tap
[04:51:17.800](2.364s) Bail out!  pg_ctl restart failed
tap
[04:51:44.384](3.629s) Bail out!  pg_ctl stop failed
tap
[04:51:33.515](23.224s) Bail out!  pg_ctl stop failed
tap
[04:51:21.582](6.260s) Bail out!  pg_ctl stop failed
tap
[04:51:47.623](1.754s) Bail out!  pg_ctl stop failed
tap
[04:51:29.055](6.813s) Bail out!  pg_ctl stop failed
tap
[04:51:41.843](1.732s) Bail out!  pg_ctl restart failed
tap
[04:51:44.415](2.112s) Bail out!  pg_ctl stop failed
tap
[04:52:10.666](1.720s) Bail out!  pg_ctl stop failed
tap
[04:51:49.687](1.328s) Bail out!  pg_ctl stop failed
tap
[04:51:54.243](1.344s) Bail out!  pg_ctl stop failed
tap
[04:58:04.047](1.237s) Bail out!  pg_ctl stop failed
tap
[04:58:25.324](4.301s) Bail out!  pg_ctl restart failed
tap
[04:58:28.940](6.267s) Bail out!  pg_ctl restart failed
tap
[04:58:29.988](6.340s) Bail out!  pg_ctl restart failed
tap
[04:56:48.394](2.291s) Bail out!  pg_ctl stop failed
tap
[04:56:37.121](1.236s) Bail out!  pg_ctl stop failed
tap
[04:56:38.277](1.219s) Bail out!  pg_ctl stop failed
tap
[04:56:40.847](1.205s) Bail out!  pg_ctl stop failed
tap
[04:56:44.444](1.251s) Bail out!  pg_ctl stop failed
tap
[04:56:45.522](1.312s) Bail out!  pg_ctl stop failed
tap
[04:56:46.025](1.217s) Bail out!  pg_ctl stop failed
tap
[04:56:50.756](1.313s) Bail out!  pg_ctl stop failed
tap
[04:56:51.791](1.238s) Bail out!  pg_ctl stop failed
tap
[04:57:29.064](1.253s) Bail out!  pg_ctl restart failed
tap
[04:57:03.599](1.422s) Bail out!  pg_ctl stop failed
tap
[04:57:13.605](1.213s) Bail out!  pg_ctl stop failed
tap
[04:57:02.583](1.690s) Bail out!  pg_ctl stop failed
tap
[04:57:12.321](1.221s) Bail out!  pg_ctl stop failed
tap
[04:57:17.970](1.205s) Bail out!  pg_ctl stop failed
tap
[04:57:12.930](1.217s) Bail out!  pg_ctl stop failed
tap
[04:57:15.028](1.441s) Bail out!  pg_ctl stop failed
tap
[04:57:19.597](4.225s) Bail out!  pg_ctl restart failed
tap
[04:57:37.062](1.309s) Bail out!  pg_ctl stop failed
tap
[04:57:24.354](1.398s) Bail out!  pg_ctl stop failed
tap
[04:57:24.229](1.345s) Bail out!  pg_ctl stop failed
tap
[04:57:31.989](1.315s) Bail out!  pg_ctl stop failed
tap
[04:57:34.636](1.424s) Bail out!  pg_ctl stop failed
tap
[04:57:55.810](1.512s) Bail out!  pg_ctl stop failed
tap
[04:57:39.346](1.438s) Bail out!  pg_ctl stop failed
tap
[04:57:46.964](1.548s) Bail out!  pg_ctl restart failed
tap
[04:58:09.967](1.943s) Bail out!  pg_ctl stop failed
tap
[04:58:02.919](1.575s) Bail out!  pg_ctl stop failed
tap
[04:57:48.731](1.721s) Bail out!  pg_ctl stop failed
tap
[04:58:05.864](1.110s) Bail out!  pg_ctl stop failed
tap
[04:56:19.611](3.485s) Bail out!  pg_ctl stop failed
tap
[04:58:13.735](1.541s) Bail out!  pg_ctl stop failed
tap
[04:58:10.764](1.243s) Bail out!  pg_ctl stop failed
tap
[04:58:13.709](1.437s) Bail out!  pg_ctl stop failed
tap
[04:58:22.132](1.219s) Bail out!  pg_ctl stop failed
tap
[04:58:17.843](2.116s) Bail out!  pg_ctl stop failed
tap
[04:58:18.844](2.453s) Bail out!  pg_ctl restart failed
test
[05:14:56.819]   5/313 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[05:14:56.819]   6/313 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[05:14:56.819]   7/313 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[05:14:56.819]   9/313 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[05:14:56.819]  10/313 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[05:14:56.819]  11/313 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[05:14:56.819]  12/313 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[05:14:56.819]  13/313 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[05:14:56.819]  14/313 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[05:14:56.819]  16/313 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[05:14:56.819]  17/313 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[05:14:56.819]  19/313 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[05:14:56.819]  20/313 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[05:14:56.819]  21/313 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[05:14:56.819]  22/313 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[05:14:56.819]  24/313 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[05:14:56.819]  25/313 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[05:14:56.819]  26/313 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[05:14:56.819]  27/313 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[05:14:56.819]  28/313 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[05:14:56.819]  29/313 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[05:14:56.819]  30/313 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[05:14:56.819]  31/313 postgresql:regress / regress/regress                                            ERROR           1...
[05:14:56.819]  32/313 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[05:14:56.819]  34/313 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:14:56.819]  35/313 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[05:14:56.819]  36/313 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[05:14:56.819]  37/313 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[05:14:56.819]  38/313 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[05:14:56.819]  39/313 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[05:14:56.819]  41/313 postgresql:isolation / isolation/isolation                                      ERROR           1...
[05:14:56.819]  42/313 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[05:14:56.819]  43/313 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[05:14:56.819]  44/313 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[05:14:56.819]  45/313 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[05:14:56.819]  46/313 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[05:14:56.819]  47/313 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[05:14:56.819]  48/313 postgresql:plperl / plperl/regress                                              ERROR            ...
[05:14:56.819]  49/313 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[05:14:56.819]  50/313 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[05:14:56.819]  51/313 postgresql:bloom / bloom/regress                                                ERROR            ...
[05:14:56.819]  52/313 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[05:14:56.819]  53/313 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[05:14:56.819]  54/313 postgresql:plpython / plpython/regress                                          ERROR            ...
[05:14:56.819]  55/313 postgresql:citext / citext/regress                                              ERROR            ...
[05:14:56.819]  56/313 postgresql:cube / cube/regress                                                  ERROR            ...
[05:14:56.819]  57/313 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[05:14:56.819]  58/313 postgresql:dblink / dblink/regress                                              ERROR            ...
[05:14:56.819]  59/313 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[05:14:56.819]  60/313 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[05:14:56.819]  61/313 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[05:14:56.819]  62/313 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[05:14:56.819]  63/313 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[05:14:56.819]  64/313 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[05:14:56.819]  65/313 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[05:14:56.820]  66/313 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[05:14:56.820]  67/313 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[05:14:56.820]  68/313 postgresql:hstore / hstore/regress                                              ERROR            ...
[05:14:56.820]  69/313 postgresql:isn / isn/regress                                                    ERROR            ...
[05:14:56.820]  70/313 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[05:14:56.820]  71/313 postgresql:lo / lo/regress                                                      ERROR            ...
[05:14:56.820]  72/313 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[05:14:56.820]  73/313 postgresql:ltree / ltree/regress                                                ERROR            ...
[05:14:56.820]  74/313 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[05:14:56.820]  75/313 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[05:14:56.820]  76/313 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[05:14:56.820]  77/313 postgresql:intarray / intarray/regress                                          ERROR            ...
[05:14:56.820]  78/313 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[05:14:56.820]  79/313 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[05:14:56.820]  80/313 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[05:14:56.820]  81/313 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[05:14:56.820]  82/313 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[05:14:56.820]  83/313 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[05:14:56.820]  84/313 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[05:14:56.820]  85/313 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[05:14:56.820]  86/313 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[05:14:56.820]  87/313 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[05:14:56.820]  88/313 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[05:14:56.820]  89/313 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[05:14:56.820]  90/313 postgresql:seg / seg/regress                                                    ERROR            ...
[05:14:56.820]  91/313 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[05:14:56.820]  92/313 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[05:14:56.820]  93/313 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[05:14:56.820]  94/313 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[05:14:56.820]  95/313 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[05:14:56.820]  96/313 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[05:14:56.820]  97/313 postgresql:brin / brin/isolation                                                ERROR            ...
[05:14:56.820]  98/313 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[05:14:56.820]  99/313 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[05:14:56.820] 100/313 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[05:14:56.820] 101/313 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[05:14:56.820] 102/313 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[05:14:56.820] 103/313 postgresql:gin / gin/regress                                                    ERROR            ...
[05:14:56.820] 104/313 postgresql:injection_points / injection_points/regress                          ERROR            ...
[05:14:56.820] 105/313 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[05:14:56.820] 106/313 postgresql:plsample / plsample/regress                                          ERROR            ...
[05:14:56.820] 107/313 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[05:14:56.820] 108/313 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[05:14:56.820] 109/313 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[05:14:56.820] 110/313 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[05:14:56.820] 111/313 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[05:14:56.820] 112/313 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[05:14:56.820] 113/313 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[05:14:56.820] 114/313 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[05:14:56.820] 115/313 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[05:14:56.820] 116/313 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[05:14:56.820] 117/313 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[05:14:56.820] 118/313 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[05:14:56.820] 119/313 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[05:14:56.820] 120/313 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[05:14:56.820] 121/313 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[05:14:56.820] 122/313 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[05:14:56.820] 123/313 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[05:14:56.820] 124/313 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[05:14:56.820] 125/313 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[05:14:56.820] 126/313 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[05:14:56.820] 127/313 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[05:14:56.820] 128/313 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[05:14:56.905] 129/313 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[05:14:56.905] 131/313 postgresql:typcache / typcache/regress                                          ERROR            ...
[05:14:56.905] 132/313 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[05:14:56.905] 135/313 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[05:14:56.905] 137/313 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[05:14:56.905] 138/313 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[05:14:56.905] 140/313 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[05:14:56.905] 141/313 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[05:14:56.905] 144/313 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[05:14:56.905] 148/313 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[05:14:56.905] 149/313 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[05:14:56.905] 151/313 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[05:14:56.905] 154/313 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[05:14:56.905] 158/313 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[05:14:56.905] 159/313 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[05:14:56.905] 167/313 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[05:14:56.905] 171/313 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[05:14:56.905] 173/313 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[05:14:56.905] 174/313 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[05:14:56.905] 175/313 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[05:14:56.905] 176/313 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[05:14:56.905] 180/313 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[05:14:56.905] 183/313 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[05:14:56.905] 184/313 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[05:14:56.905] 185/313 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[05:14:56.905] 186/313 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[05:14:56.905] 189/313 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[05:14:56.905] 196/313 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[05:14:56.905] 217/313 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[05:14:56.905] 218/313 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[05:14:56.905] 220/313 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[05:14:56.905] 221/313 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[05:14:56.905] 223/313 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[05:14:56.905] 225/313 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[05:14:56.905] 226/313 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[05:14:56.905] 227/313 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[05:14:56.905] 229/313 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[05:14:56.905] 230/313 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[05:14:56.905] 231/313 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[05:14:56.905] 235/313 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[05:14:56.905] 238/313 postgresql:postmaster / postmaster/002_start_stop                               ERROR            ...
[05:14:56.905] 241/313 postgresql:subscription / subscription/002_types                                ERROR            ...
[05:14:56.905] 242/313 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[05:14:56.905] 243/313 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[05:14:56.905] 244/313 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[05:14:56.905] 245/313 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[05:14:56.905] 246/313 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[05:14:56.905] 249/313 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[05:14:56.905] 250/313 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[05:14:56.905] 251/313 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[05:14:56.905] 252/313 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[05:14:56.905] 253/313 postgresql:subscription / subscription/014_binary                               ERROR            ...
[05:14:56.905] 256/313 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[05:14:56.905] 257/313 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[05:14:56.905] 258/313 postgresql:subscription / subscription/015_stream                               ERROR            ...
[05:14:56.905] 259/313 postgresql:subscription / subscription/020_messages                             ERROR            ...
[05:14:56.905] 260/313 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[05:14:56.905] 261/313 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[05:14:56.905] 262/313 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[05:14:56.905] 263/313 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[05:14:56.905] 264/313 postgresql:recovery / recovery/013_crash_restart                                ERROR           4...
[05:14:56.905] 265/313 postgresql:subscription / subscription/013_partition                            ERROR            ...
[05:14:56.905] 266/313 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[05:14:56.905] 267/313 postgresql:subscription / subscription/026_stats                                ERROR            ...
[05:14:56.905] 268/313 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[05:14:56.905] 269/313 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[05:14:56.905] 270/313 postgresql:subscription / subscription/030_origin                               ERROR            ...
[05:14:56.905] 271/313 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[05:14:56.905] 272/313 postgresql:brin / brin/01_workitems                                             ERROR            ...
[05:14:56.905] 275/313 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[05:14:56.905] 276/313 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[05:14:56.905] 278/313 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[05:14:56.905] 280/313 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[05:14:56.905] 281/313 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[05:14:56.905] 282/313 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[05:14:56.905] 283/313 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[05:14:56.905] 286/313 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[05:14:56.905] 287/313 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[05:14:56.905] 290/313 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[05:14:56.905] 291/313 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[05:14:56.905] 292/313 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[05:14:56.905] 293/313 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[05:14:56.905] 294/313 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[05:14:56.905] 300/313 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[05:14:56.905] 301/313 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[05:14:56.905] 302/313 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[05:14:56.905] 303/313 postgresql:checksums / checksums/004_offline                                    ERROR            ...
[05:14:56.905] 304/313 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[05:14:56.905] 307/313 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[05:14:56.905] 308/313 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[05:14:56.905] 310/313 postgresql:checksums / checksums/002_restarts                                   ERROR           3...
[05:14:56.905] 311/313 postgresql:checksums / checksums/001_basic                                      ERROR           6...
[05:14:56.905] 312/313 postgresql:pg_ctl / pg_ctl/004_logrotate                                        TIMEOUT        10...
[05:14:56.905] 313/313 postgresql:checksums / checksums/003_standby_restarts                           TIMEOUT        10...
50/4285 Revise get_cheapest_parallel_safe_total_inner
macOS - Sonoma - Meson
tap
[04:13:35.355](0.000s) not ok 67 - fails with incorrect -x option: matches
test
[04:14:55.378] 176/314 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
51/5394 Fix jsonb comparison for raw scalar pseudo arrays
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-21 01:30:27.148107000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-21 01:32:48.093838000 ...
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2024-11-21 01:30:27.148107000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2024-11-21 01:31:55.787907000 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[01:33:05.561](75.003s) not ok 2 - regression tests pass
test
[01:34:53.792]  40/314 postgresql:regress / regress/regress                                            ERROR            ...
[01:34:53.792] 156/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-21 01:30:32.293218600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2024-11-21 01:35:55.894944800 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2024-11-21 01:30:32.293218600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2024-11-21 01:33:41.993913700 +0000
@@ -5766,8 +5766,8 @@
 ----------------------------------------
  null
  ""
- "A"
  "a"
+ "A"
  -3.14159
  0
  0.0000000001
tap
[01:36:18.101](114.140s) not ok 2 - regression tests pass
test
[01:42:03.793]  19/309 postgresql:regress / regress/regress                                            ERROR           1...
[01:42:03.793]  98/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:06.029806000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:07:02.5094320...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:09:25.293]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:02.366232945 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2024-11-21 00:08:39.485180587 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:02.288967889 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:08:57.8410855...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:10:55.852]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s...
--- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:03:06
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:06:18
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:08:16.917]  88/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out	2024-11-21 00:04:12.376439200 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2024-11-21 00:10:33.737712600 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[00:16:14.792]  87/309 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
50/5189 Expose the acquired_by parameter to the pg_replication_origin_session_setup function
macOS - Sonoma - Meson
tap
[23:28:10.306](0.319s) not ok 4 - insert 1: query result matches
test
[23:28:52.910] 249/314 postgresql:bloom / bloom/001_wal                                                ERROR            ...
51/5392 Forbid accessing other session's temporary tables
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:15.668017000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 21:00:45.508932000 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:04:45.956]  34/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/src/test/isolation/outpu...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:08.920304870 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/inherit-temp.out	2024-11-20 21:01:41.044086788 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:07.988684834 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 21:01:07.341080916 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:04:37.415]  28/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out /Users/admin/pgsql/build/testrun/isolation/isol...
--- /Users/admin/pgsql/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:58:11
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 20:59:51
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:02:54.632]  37/314 postgresql:isolation / isolation/isolation                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/inherit-temp.out C:/cirrus/build/testrun/isolation/is...
--- C:/cirrus/src/test/isolation/expected/inherit-temp.out	2024-11-20 20:59:29.497403300 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/inherit-temp.out	2024-11-20 21:03:18.531013900 +0000
@@ -5,14 +5,7 @@
 step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
 step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
 step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
+ERROR:  cannot access temporary tables of other sessions
 step s1_select_c: SELECT a FROM inh_temp_child_s1;
 a
 -
@@ -21,14 +14,7 @@
...
test
[21:14:36.703]  30/309 postgresql:isolation / isolation/isolation                                      ERROR           1...
50/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[19:29:40.420] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[19:29:40.420] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[19:29:31.897] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[19:29:31.897] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[19:29:02.775] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:29:02.775] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:28:55.027] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:28:55.027] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:30:03.414] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:30:03.414] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
50/4538 Statistics Import and Export
Linux - Debian Bookworm - Autoconf
core
[02:17:25.727] #0  0x00007fda8bd28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.727] #1  0x00007fda8bcd9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.727] #2  0x00007fda8bcc4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.727] #3  0x00007fda8c0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:25.727] #4  0x00007fda8c0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:25.727] #5  0x00007fda8c0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffec3481fd6, __in_ch...
[02:17:25.727] #6  0x00007fda8c0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732174707776, sp...
[02:17:25.727] #7  0x00007fda8c0c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:25.727] #8  0x000055ba9bcfb171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:25.727] #9  0x000055ba9bd39c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:30.042] #0  0x00007fe8e6528ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.042] #1  0x00007fe8e64d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.042] #2  0x00007fe8e64c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.042] #3  0x00007fe8e68d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:30.042] #4  0x00007fe8e68e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:30.042] #5  0x00007fe8e68c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcb2606166, __in_ch...
[02:17:30.042] #6  0x00007fe8e68c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723301150160, sp...
[02:17:30.042] #7  0x00007fe8e68c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:30.042] #8  0x000055f72b3fd171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:30.042] #9  0x000055f72b43bc15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:26.209] #0  0x00007fadf21edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.209] #1  0x00007fadf219efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.209] #2  0x00007fadf2189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.209] #3  0x00007fadf24d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:26.209] #4  0x00007fadf24e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:26.209] #5  0x00007fadf24c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffda78d90e6, __in_ch...
[02:17:26.209] #6  0x00007fadf24c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727414529360, sp...
[02:17:26.209] #7  0x00007fadf24c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:26.209] #8  0x00005617c1d5e171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:26.209] #9  0x00005617c1d9ccae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:26.685] #0  0x00007f0661328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.685] #1  0x00007f06612d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.685] #2  0x00007f06612c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:26.685] #3  0x00007f06616d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:26.685] #4  0x00007f06616e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:26.685] #5  0x00007f06616c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd4937ae66, __in_ch...
[02:17:26.685] #6  0x00007f06616c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725831842512, sp...
[02:17:26.685] #7  0x00007f06616c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:26.685] #8  0x0000564e33a63171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:26.685] #9  0x0000564e33aa1cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:27.170] #0  0x00007f55df8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.170] #1  0x00007f55df85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.170] #2  0x00007f55df845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.170] #3  0x00007f55dfad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:27.170] #4  0x00007f55dfae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:27.170] #5  0x00007f55dfac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffddc7fe2f6, __in_ch...
[02:17:27.170] #6  0x00007f55dfac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728302825312, sp...
[02:17:27.170] #7  0x00007f55dfac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:27.170] #8  0x000055859b5a4171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:27.170] #9  0x000055859b5e2cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:30.525] #0  0x00007f1345fedebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.525] #1  0x00007f1345f9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.525] #2  0x00007f1345f89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:30.525] #3  0x00007f13462d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:30.525] #4  0x00007f13462e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:30.525] #5  0x00007f13462c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcec964786, __in_ch...
[02:17:30.525] #6  0x00007f13462c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724277761008, sp...
[02:17:30.525] #7  0x00007f13462c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:30.525] #8  0x000056086d1aa171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:30.525] #9  0x000056086d1e8cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:28.128] #0  0x00007f9754328ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.128] #1  0x00007f97542d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.128] #2  0x00007f97542c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.128] #3  0x00007f97546d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:28.128] #4  0x00007f97546e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:28.128] #5  0x00007f97546c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffca0a16096, __in_ch...
[02:17:28.128] #6  0x00007f97546c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723003419904, sp...
[02:17:28.128] #7  0x00007f97546c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:28.128] #8  0x000055da12e9a171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:28.128] #9  0x000055da12ed8c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:23.307] #0  0x00007fd1a6728ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.307] #1  0x00007fd1a66d9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.307] #2  0x00007fd1a66c4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.307] #3  0x00007fd1a6ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:23.307] #4  0x00007fd1a6ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:23.307] #5  0x00007fd1a6ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc8bb464d6, __in_ch...
[02:17:23.307] #6  0x00007fd1a6ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140722652344640, sp...
[02:17:23.307] #7  0x00007fd1a6ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:23.307] #8  0x000055ebe392617e in DOTypeNameCompare (p1=p1@entry=0x7fd1a4cbd800, p2=p2@entry=0x7fd1a4cbfd10) at p...
[02:17:23.307] #9  0x000055ebe3964895 in pg_qsort_med3 (a=a@entry=0x7fd1a4cbd800, b=b@entry=0x7fd1a4cbfd10, c=c@entry=0x...
core
[02:17:22.832] #0  0x00007fee5ac64ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.832] #1  0x00007fee5ac15fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.832] #2  0x00007fee5ac00472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.832] #3  0x00007fee5aed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:22.832] #4  0x00007fee5aee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:22.832] #5  0x00007fee5aec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc02c27d26, __in_ch...
[02:17:22.832] #6  0x00007fee5aec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720354789776, sp...
[02:17:22.832] #7  0x00007fee5aec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:22.832] #8  0x000055d659b6b171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:22.832] #9  0x000055d659ba9c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:22.339] #0  0x00007f5e96883ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.339] #1  0x00007f5e96834fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.339] #2  0x00007f5e9681f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:22.339] #3  0x00007f5e96ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:22.339] #4  0x00007f5e96ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:22.339] #5  0x00007f5e96ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffde1963436, __in_ch...
[02:17:22.339] #6  0x00007f5e96ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728388173984, sp...
[02:17:22.339] #7  0x00007f5e96ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:22.339] #8  0x00005633512d1171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:22.339] #9  0x000056335130fc15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:28.601] #0  0x00007f42861edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.601] #1  0x00007f428619efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.601] #2  0x00007f4286189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:28.601] #3  0x00007f42864d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:28.601] #4  0x00007f42864e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:28.601] #5  0x00007f42864c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdf1746ff6, __in_ch...
[02:17:28.601] #6  0x00007f42864c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728654396512, sp...
[02:17:28.601] #7  0x00007f42864c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:28.601] #8  0x000055e28ba7b171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:28.601] #9  0x000055e28bab9cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:29.088] #0  0x00007f8ae0ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.088] #1  0x00007f8ae0e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.088] #2  0x00007f8ae0e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.088] #3  0x00007f8ae10d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:29.088] #4  0x00007f8ae10e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:29.088] #5  0x00007f8ae10c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdf360b7d6, __in_ch...
[02:17:29.088] #6  0x00007f8ae10c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728686658624, sp...
[02:17:29.088] #7  0x00007f8ae10c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:29.088] #8  0x000055f50d62c171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:29.088] #9  0x000055f50d66acae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:29.563] #0  0x00007ff7afee3ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.563] #1  0x00007ff7afe94fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.563] #2  0x00007ff7afe7f472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:29.563] #3  0x00007ff7b02d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:29.563] #4  0x00007ff7b02e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:29.563] #5  0x00007ff7b02c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff1c808be6, __in_ch...
[02:17:29.563] #6  0x00007ff7b02c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733671577680, sp...
[02:17:29.563] #7  0x00007ff7b02c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:29.563] #8  0x0000562ee44c0171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:29.563] #9  0x0000562ee44fecae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:24.279] #0  0x00007f0b4d3ceebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.279] #1  0x00007f0b4d37ffb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.279] #2  0x00007f0b4d36a472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.279] #3  0x00007f0b4d6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:24.279] #4  0x00007f0b4d6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:24.279] #5  0x00007f0b4d6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc4641cdd6, __in_ch...
[02:17:24.279] #6  0x00007f0b4d6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140721487206976, sp...
[02:17:24.279] #7  0x00007f0b4d6c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:24.279] #8  0x0000560ac95a9171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:24.279] #9  0x0000560ac95e7cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:24.766] #0  0x00007f141a5edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.766] #1  0x00007f141a59efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.766] #2  0x00007f141a589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:24.766] #3  0x00007f141a8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:24.766] #4  0x00007f141a8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:24.766] #5  0x00007f141a8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff0a0b0ad6, __in_ch...
[02:17:24.766] #6  0x00007f141a8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140733361887040, sp...
[02:17:24.766] #7  0x00007f141a8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:24.766] #8  0x0000561b6b477171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:24.766] #9  0x0000561b6b4b5cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:25.248] #0  0x00007f3dec5edebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.248] #1  0x00007f3dec59efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.248] #2  0x00007f3dec589472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:25.248] #3  0x00007f3dec8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:25.248] #4  0x00007f3dec8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:25.248] #5  0x00007f3dec8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd5f48ed16, __in_ch...
[02:17:25.248] #6  0x00007f3dec8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726202071424, sp...
[02:17:25.248] #7  0x00007f3dec8c251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:25.248] #8  0x000055a067309171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:25.248] #9  0x000055a067347c15 in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:27.647] #0  0x00007fe8d6b28ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.647] #1  0x00007fe8d6ad9fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.647] #2  0x00007fe8d6ac4472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:27.647] #3  0x00007fe8d6ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:27.647] #4  0x00007fe8d6ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:27.647] #5  0x00007fe8d6ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffef1a18b06, __in_ch...
[02:17:27.647] #6  0x00007fe8d6ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140732952319856, sp...
[02:17:27.647] #7  0x00007fe8d6ec251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:27.647] #8  0x00005654ca18a171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:27.647] #9  0x00005654ca1c8cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
core
[02:17:23.792] #0  0x00007fc540709ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.792] #1  0x00007fc5406bafb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.792] #2  0x00007fc5406a5472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:17:23.792] #3  0x00007fc540ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:17:23.792] #4  0x00007fc540ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:17:23.792] #5  0x00007fc540ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeb76cde26, __in_ch...
[02:17:23.792] #6  0x00007fc540ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731975789200, sp...
[02:17:23.792] #7  0x00007fc540ac251c in __asan::__asan_report_load4 (addr=<optimized out>) at ../../../../src/libsaniti...
[02:17:23.792] #8  0x0000562da6bd8171 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at pg_dump_sort.c:20...
[02:17:23.792] #9  0x0000562da6c16cae in pg_qsort (data=<optimized out>, n=<optimized out>, element_size=element_size@en...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_dump_sort.c:203 in DOTypeNameC...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_dump/pg_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
[02:11:58.410](4.664s) not ok 4 - dump from PITR 1
[02:11:59.926](1.516s) not ok 5 - dump from PITR 2
tap
[02:12:07.314](0.608s) not ok 19 - pg_dump: option -n pg_catalog
[02:12:08.929](1.614s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[02:12:10.752](1.212s) not ok 37 - binary_upgrade: pg_dump runs
[02:12:10.775](0.022s) not ok 38 - binary_upgrade: pg_restore runs
tap
[02:12:16.068](2.255s) not ok 1 - parallel dump
[02:12:16.118](0.050s) not ok 2 - parallel restore
[02:12:16.641](0.523s) not ok 3 - parallel dump as inserts
[02:12:16.673](0.031s) not ok 4 - parallel restore as inserts
tap
[02:12:20.832](3.846s) not ok 1 - filter file without patterns
tap
[02:12:31.745](0.950s) not ok 7 - parallel dump
[02:12:32.126](0.381s) not ok 8 - parallel restore
[02:12:32.263](0.137s) not ok 9 - parallel restore with create
tap
[02:13:50.791](3.047s) not ok 6 - dump before running pg_upgrade
[02:13:57.342](3.463s) not ok 14 - run of pg_upgrade for new instance
[02:13:57.343](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:13:57.531](0.047s) not ok 16 - check that locales in new cluster match original cluster
[02:13:58.023](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[02:14:03.980](2.188s) not ok 10 - run of pg_upgrade of old cluster
[02:14:04.168](0.188s) not ok 11 - check the slot exists on new cluster
tap
[02:14:13.029](1.816s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[02:14:13.029](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[02:14:13.342](0.312s) not ok 10 - check that the subscription's running status and failover are preserved
[02:14:13.384](0.042s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[02:11:49.877](1.125s) not ok 1 - binary_upgrade: pg_dump runs
tap
[02:15:08.395](1.290s) not ok 3 - dump primary server
[02:15:09.634](1.239s) not ok 4 - dump standby server
[02:15:10.832](1.193s) not ok 6 - dump catalogs of primary server
[02:15:11.363](0.530s) not ok 7 - dump catalogs of standby server
[02:15:11.367](0.004s) not ok 8 - compare primary and standby catalog dumps
Linux - Debian Bookworm - Meson
core
[02:14:45.088] #0  0x00007f8fd48a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.088] #1  0x00007f8fd485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.088] #2  0x00007f8fd4845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.088] #3  0x00007f8fd4a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:45.088] #4  0x00007f8fd4a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:45.088] #5  0x00007f8fd4a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x564a29b98ce0, In...
[02:14:45.088] #6  0x0000564a29b14660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:45.088] #7  0x0000564a29b4620e in pg_qsort (data=<optimized out>, n=4047, element_size=element_size@entry=8, comp...
[02:14:45.088] #8  0x0000564a29b16bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:45.088] #9  0x0000564a29b0bc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:49.148] #0  0x00007f7877ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.148] #1  0x00007f7877e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.148] #2  0x00007f7877e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.148] #3  0x00007f787801e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:49.148] #4  0x00007f787802aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:49.148] #5  0x00007f787800db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x563733616ce0, In...
[02:14:49.148] #6  0x0000563733592660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:49.148] #7  0x00005637335c420e in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[02:14:49.148] #8  0x0000563733594bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:49.148] #9  0x0000563733589c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:48.856] #0  0x00007f17cc4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.856] #1  0x00007f17cc45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.856] #2  0x00007f17cc445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.856] #3  0x00007f17cc61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:48.856] #4  0x00007f17cc62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:48.856] #5  0x00007f17cc60db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5629f8d61ce0, In...
[02:14:48.856] #6  0x00005629f8cdd660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:48.856] #7  0x00005629f8d0f20e in pg_qsort (data=<optimized out>, n=4006, element_size=element_size@entry=8, comp...
[02:14:48.856] #8  0x00005629f8cdfbda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:48.856] #9  0x00005629f8cd4c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:48.568] #0  0x00007fa0d00a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.568] #1  0x00007fa0d005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.568] #2  0x00007fa0d0045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.568] #3  0x00007fa0d021e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:48.568] #4  0x00007fa0d022aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:48.568] #5  0x00007fa0d020db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a28071cce0, In...
[02:14:48.568] #6  0x000055a280698660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:48.568] #7  0x000055a2806ca0e4 in pg_qsort (data=<optimized out>, n=4429, element_size=element_size@entry=8, comp...
[02:14:48.568] #8  0x000055a28069abda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:48.568] #9  0x000055a28068fc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:48.272] #0  0x00007f4f71aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.272] #1  0x00007f4f71a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.272] #2  0x00007f4f71a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:48.272] #3  0x00007f4f71c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:48.272] #4  0x00007f4f71c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:48.272] #5  0x00007f4f71c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5647f4df1ce0, In...
[02:14:48.272] #6  0x00005647f4d6d660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:48.272] #7  0x00005647f4d9f20e in pg_qsort (data=<optimized out>, n=4014, element_size=element_size@entry=8, comp...
[02:14:48.272] #8  0x00005647f4d6fbda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:48.272] #9  0x00005647f4d64c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.979] #0  0x00007fabb88a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.979] #1  0x00007fabb885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.979] #2  0x00007fabb8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.979] #3  0x00007fabb8a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.979] #4  0x00007fabb8a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.979] #5  0x00007fabb8a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x558a676e2ce0, In...
[02:14:47.979] #6  0x0000558a6765e660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.979] #7  0x0000558a6769020e in pg_qsort (data=<optimized out>, n=4051, element_size=element_size@entry=8, comp...
[02:14:47.979] #8  0x0000558a67660bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.979] #9  0x0000558a67655c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.686] #0  0x00007f138c0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.686] #1  0x00007f138c05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.686] #2  0x00007f138c045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.686] #3  0x00007f138c21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.686] #4  0x00007f138c22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.686] #5  0x00007f138c20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55bdfa2d4ce0, In...
[02:14:47.686] #6  0x000055bdfa250660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.686] #7  0x000055bdfa2820e4 in pg_qsort (data=<optimized out>, n=4993, element_size=element_size@entry=8, comp...
[02:14:47.686] #8  0x000055bdfa252bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.686] #9  0x000055bdfa247c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.393] #0  0x00007f1b1bca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.393] #1  0x00007f1b1bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.393] #2  0x00007f1b1bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.393] #3  0x00007f1b1be1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.393] #4  0x00007f1b1be2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.393] #5  0x00007f1b1be0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5625e3c58ce0, In...
[02:14:47.393] #6  0x00005625e3bd4660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.393] #7  0x00005625e3c060e4 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[02:14:47.393] #8  0x00005625e3bd6bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.393] #9  0x00005625e3bcbc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:47.105] #0  0x00007f68478a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.105] #1  0x00007f684785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.105] #2  0x00007f6847845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:47.105] #3  0x00007f6847a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:47.105] #4  0x00007f6847a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:47.105] #5  0x00007f6847a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55830453ece0, In...
[02:14:47.105] #6  0x00005583044ba660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:47.105] #7  0x00005583044ec20e in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[02:14:47.105] #8  0x00005583044bcbda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:47.105] #9  0x00005583044b1c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:46.813] #0  0x00007fd9cfca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.813] #1  0x00007fd9cfc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.813] #2  0x00007fd9cfc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.813] #3  0x00007fd9cfe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:46.813] #4  0x00007fd9cfe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:46.813] #5  0x00007fd9cfe0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555b62ba8ce0, In...
[02:14:46.813] #6  0x0000555b62b24660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:46.813] #7  0x0000555b62b5620e in pg_qsort (data=<optimized out>, n=7608, element_size=element_size@entry=8, comp...
[02:14:46.813] #8  0x0000555b62b26bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:46.813] #9  0x0000555b62b1bc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:46.523] #0  0x00007fbd1fea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.523] #1  0x00007fbd1fe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.523] #2  0x00007fbd1fe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.523] #3  0x00007fbd2001e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:46.523] #4  0x00007fbd2002aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:46.523] #5  0x00007fbd2000db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5562a2fb6ce0, In...
[02:14:46.523] #6  0x00005562a2f32660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:46.523] #7  0x00005562a2f640e4 in pg_qsort (data=<optimized out>, n=9484, element_size=element_size@entry=8, comp...
[02:14:46.523] #8  0x00005562a2f34bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:46.523] #9  0x00005562a2f29c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:46.240] #0  0x00007f5cc4aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.240] #1  0x00007f5cc4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.240] #2  0x00007f5cc4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:46.240] #3  0x00007f5cc4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:46.240] #4  0x00007f5cc4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:46.240] #5  0x00007f5cc4c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55b89dd04ce0, In...
[02:14:46.240] #6  0x000055b89dc80660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:46.240] #7  0x000055b89dcb20e4 in pg_qsort (data=<optimized out>, n=4465, element_size=element_size@entry=8, comp...
[02:14:46.240] #8  0x000055b89dc82bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:46.240] #9  0x000055b89dc77c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:45.948] #0  0x00007f38de0cbb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.948] #1  0x000056333a3a3cc0 in ?? ()
[02:14:45.948] #2  0x000056333a3a3efa in ?? ()
[02:14:45.948] #3  0x000056333a3a5630 in ?? ()
[02:14:45.948] #4  0x000056333a39f371 in ?? ()
[02:14:45.948] #5  0x000056333a39e20f in ?? ()
[02:14:45.948] #6  0x000056333a39ec3b in ?? ()
[02:14:45.948] #7  0x000056333a39c66f in ?? ()
[02:14:45.948] #8  0x00007f38de01f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.948] #9  0x00007f38de01f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:14:49.716] #0  0x00007ff6188a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.716] #1  0x00007ff61885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.716] #2  0x00007ff618845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.716] #3  0x00007ff618a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:49.716] #4  0x00007ff618a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:49.716] #5  0x00007ff618a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55bf46743ce0, In...
[02:14:49.716] #6  0x000055bf466bf660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:49.716] #7  0x000055bf466f120e in pg_qsort (data=<optimized out>, n=10058, element_size=element_size@entry=8, com...
[02:14:49.716] #8  0x000055bf466c1bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:49.716] #9  0x000055bf466b6c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:45.810] #0  0x00007f1a25aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.810] #1  0x00007f1a25a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.810] #2  0x00007f1a25a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.810] #3  0x00007f1a25c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:45.810] #4  0x00007f1a25c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:45.810] #5  0x00007f1a25c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55f06f293ce0, In...
[02:14:45.810] #6  0x000055f06f20f660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:45.810] #7  0x000055f06f2410e4 in pg_qsort (data=<optimized out>, n=4091, element_size=element_size@entry=8, comp...
[02:14:45.810] #8  0x000055f06f211bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:45.810] #9  0x000055f06f206c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:45.508] #0  0x00007f8cda2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.508] #1  0x00007f8cda25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.508] #2  0x00007f8cda245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.508] #3  0x00007f8cda41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:45.508] #4  0x00007f8cda42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:45.508] #5  0x00007f8cda40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x555e2307bc60, In...
[02:14:45.508] #6  0x0000555e22ff76a4 in DOTypeNameCompare (p1=p1@entry=0x555e46cb4370, p2=p2@entry=0x555e46cb6a60) at ....
[02:14:45.508] #7  0x0000555e2302894c in pg_qsort_med3 (a=a@entry=0x555e46cb4370, b=b@entry=0x555e46cb6a60, c=c@entry=0x...
[02:14:45.508] #8  0x0000555e23028d67 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[02:14:45.508] #9  0x0000555e22ff9bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
core
[02:14:45.229] #0  0x00007f253a753f71 in __open_nocancel () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #1  0x00007f253a68a475 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #2  0x00007f253a689f72 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #3  0x00007f253a68938c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #4  0x000055ad9fb7a9dd in ?? ()
[02:14:45.229] #5  0x00007f253a67e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #6  0x00007f253a67e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:45.229] #7  0x000055ad9fb7b171 in ?? ()
[02:14:45.483] #0  0x00007f8cda2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:14:49.432] #0  0x00007f6db32d6ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.432] #1  0x00007f6db3287fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.432] #2  0x00007f6db3272472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:49.432] #3  0x00007f6db2c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:49.432] #4  0x00007f6db2c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:49.432] #5  0x00007f6db2c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5602e4213ce0, In...
[02:14:49.432] #6  0x00005602e418f660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:49.432] #7  0x00005602e41c120e in pg_qsort (data=<optimized out>, n=4003, element_size=element_size@entry=8, comp...
[02:14:49.432] #8  0x00005602e4191bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:49.432] #9  0x00005602e4186c24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:44.802] #0  0x00007fc3f7aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.802] #1  0x00007fc3f7a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.802] #2  0x00007fc3f7a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.802] #3  0x00007fc3f7c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:44.802] #4  0x00007fc3f7c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:44.802] #5  0x00007fc3f7c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55900f33cce0, In...
[02:14:44.802] #6  0x000055900f2b8660 in DOTypeNameCompare (p1=<optimized out>, p2=<optimized out>) at ../src/bin/pg_dum...
[02:14:44.802] #7  0x000055900f2ea0e4 in pg_qsort (data=<optimized out>, n=4060, element_size=element_size@entry=8, comp...
[02:14:44.802] #8  0x000055900f2babda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
[02:14:44.802] #9  0x000055900f2afc24 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
core
[02:14:44.512] #0  0x00007f6afa2c2ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.512] #1  0x00007f6afa273fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.512] #2  0x00007f6afa25e472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[02:14:44.512] #3  0x00007f6af9c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[02:14:44.512] #4  0x00007f6af9c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[02:14:44.512] #5  0x00007f6af9c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55cb3cdf7c60, In...
[02:14:44.512] #6  0x000055cb3cd736a4 in DOTypeNameCompare (p1=p1@entry=0x55cb5d009370, p2=p2@entry=0x55cb5d00ba60) at ....
[02:14:44.512] #7  0x000055cb3cda494c in pg_qsort_med3 (a=a@entry=0x55cb5d009370, b=b@entry=0x55cb5d00ba60, c=c@entry=0x...
[02:14:44.512] #8  0x000055cb3cda4d67 in pg_qsort (data=<optimized out>, n=9971, element_size=element_size@entry=8, comp...
[02:14:44.512] #9  0x000055cb3cd75bda in sortDumpableObjectsByTypeName (objs=<optimized out>, numObjs=<optimized out>) a...
tap
[02:12:02.495](2.997s) not ok 4 - dump from PITR 1
[02:12:03.115](0.620s) not ok 5 - dump from PITR 2
tap
[02:12:12.616](0.361s) not ok 19 - pg_dump: option -n pg_catalog
[02:12:13.731](1.114s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots
[02:12:14.507](0.322s) not ok 37 - binary_upgrade: pg_dump runs
[02:12:14.526](0.019s) not ok 38 - binary_upgrade: pg_restore runs
tap
[02:12:12.500](1.328s) not ok 1 - parallel dump
[02:12:12.531](0.030s) not ok 2 - parallel restore
[02:12:12.862](0.331s) not ok 3 - parallel dump as inserts
[02:12:12.891](0.028s) not ok 4 - parallel restore as inserts
tap
[02:12:14.378](2.516s) not ok 1 - filter file without patterns
tap
[02:12:16.299](0.508s) not ok 7 - parallel dump
[02:12:16.601](0.302s) not ok 8 - parallel restore
[02:12:16.672](0.071s) not ok 9 - parallel restore with create
tap
[02:11:21.975](2.987s) not ok 6 - dump before running pg_upgrade
[02:11:31.605](4.647s) not ok 14 - run of pg_upgrade for new instance
[02:11:31.605](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:11:31.935](0.175s) not ok 16 - check that locales in new cluster match original cluster
[02:11:33.303](0.001s) not ok 18 - old and new dumps match after pg_upgrade
tap
[02:09:55.918](4.284s) not ok 10 - run of pg_upgrade of old cluster
[02:09:56.156](0.238s) not ok 11 - check the slot exists on new cluster
tap
[02:09:56.763](2.803s) not ok 8 - run of pg_upgrade for old instance when the subscription tables are in init/ready stat...
[02:09:56.763](0.000s) not ok 9 - pg_upgrade_output.d/ removed after successful pg_upgrade
[02:09:57.268](0.504s) not ok 10 - check that the subscription's running status and failover are preserved
[02:09:57.362](0.094s) not ok 11 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[02:11:53.207](1.461s) not ok 3 - dump primary server
[02:11:54.510](1.303s) not ok 4 - dump standby server
[02:11:55.816](1.290s) not ok 6 - dump catalogs of primary server
[02:11:56.390](0.574s) not ok 7 - dump catalogs of standby server
[02:11:56.410](0.020s) not ok 8 - compare primary and standby catalog dumps
tap
[02:13:21.513](0.651s) not ok 1 - binary_upgrade: pg_dump runs
test
[02:13:31.341]   7/314 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[02:13:31.341]   8/314 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[02:13:31.341] 105/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:13:31.341] 149/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[02:13:31.341] 156/314 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[02:13:31.341] 173/314 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[02:13:31.341] 175/314 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[02:13:31.341] 177/314 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[02:13:31.341] 192/314 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[02:13:31.341] 298/314 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:14:51.397](0.148s) not ok 5 - compare primary and standby dumps
test
[02:20:36.039] 103/309 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[16:24:50.130](0.020s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:50.188](0.056s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:27:14.506] 136/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[16:22:49.527](0.042s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:22:49.565](0.038s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[16:27:32.755] #0  0x00007ff5106aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #1  0x00007ff51065b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #2  0x00007ff510716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #3  0x00007ff51072885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:27:32.755] #0  <unavailable> in ?? ()
tap
[16:24:36.068](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:36.090](0.021s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:26:22.100] 134/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[16:54:02.406](0.012s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:54:02.418](0.012s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:55:37.351] 133/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:29:42.282](0.049s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:29:42.328](0.045s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:35:58.347] 135/309 postgresql:libpq / libpq/001_uri                                                ERROR            ...
50/5007 relfilenode statistics
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:06:48.496] ../src/test/modules/injection_points/injection_stats.c(129): error C2198: 'pgstat_get_entry_ref_locked': ...
compiler
[10:06:48.668] ../src/test/modules/injection_points/injection_stats.c(170): error C2198: 'pgstat_get_entry_ref_locked': ...
compiler
[10:06:48.668] ../src/test/modules/injection_points/injection_stats.c(148): error C2198: 'pgstat_drop_entry': too few ar...
compiler
[10:06:48.496] ../src/test/modules/injection_points/injection_stats.c(98): error C2198: 'pgstat_fetch_entry': too few ar...
50/4874 BitmapHeapScan table AM violation removal (and use streaming read API)
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-24 15:29:17.228211000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-24 15:34:41.423741000 +0000
@@ -2505,19 +2505,23 @@
 insert into parted values (1, 1, 'uno uno v6');
 create table parted_3 partition of parted for values in (3);
 update parted set a = a + 1;
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+CONTEXT:  PL/pgSQL function parted_trigfunc() during initialization of execution state
 select tableoid::regclass, * from parted;
- tableoid | a | b |                      c                      
-----------+---+---+---------------------------------------------
- parted_3 | 3 | 1 | uno uno v6 did INSERT did UPDATE did INSERT
+  tableoid  | a | b |           c           
+------------+---+---+-----------------------
+ parted_1_1 | 1 | 1 | uno uno v6 did INSERT
 (1 row)
 
 -- there's no partition for a=0, but this update works anyway because
 -- the trigger causes the tuple to be routed to another partition
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_tidstore/expected/test_tidstore.out /tmp/cirrus-ci-build/build/testr...
--- /tmp/cirrus-ci-build/src/test/modules/test_tidstore/expected/test_tidstore.out	2024-10-24 15:29:17.107930000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_tidstore-running/regress/results/test_tidstore.out	2024-10-24 15:34:40.31857...
@@ -32,20 +32,17 @@
     (VALUES (0), (1), (:maxblkno / 2), (:maxblkno - 1), (:maxblkno)) AS blocks(blk),
     (VALUES (1), (2), (:maxoffset / 2), (:maxoffset - 1), (:maxoffset)) AS offsets(off)
   GROUP BY blk;
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 6:   GROUP BY blk;
+                   ^
 -- Test offsets embedded in the bitmap header.
 SELECT do_set_block_offsets(501, array[greatest((random() * :maxoffset)::int, 1)]::int2[]);
- do_set_block_offsets 
-----------------------
-                  501
-(1 row)
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
 SELECT do_set_block_offsets(502, array_agg(DISTINCT greatest((random() * :maxoffset)::int, 1))::int2[])
   FROM generate_series(1, 3);
...
test
[15:35:09.465] 70/76 postgresql:test_tidstore-running / test_tidstore-running/regress             ERROR             0.35...
[15:35:09.465] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            24.93...
50/4881 Eager aggregation, take 3
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out /tmp/cirrus-ci-build/build/testrun/in...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/basic.out	2024-10-23 12:56:16.951143000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/basic.out	2024-10-23 12:59:41.138085000 +0000
@@ -13,16 +13,16 @@
                        
 (1 row)
 
-step wait1: <... completed>
-injection_points_run
---------------------
-                    
-(1 row)
-
 step detach2: SELECT injection_points_detach('injection-points-wait');
 injection_points_detach
 -----------------------
                        
+(1 row)
+
+step wait1: <... completed>
...
test
[13:01:36.592] 113/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
50/5317 type cache cleanup improvements
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress-running/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-10-22 18:23:14.676052000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/triggers.out	2024-10-22 18:28:03.168650000 +0000
@@ -2145,14 +2145,9 @@
 create table trigpart3 (like trigpart);
 create trigger trg1 after insert on trigpart3 for each row execute procedure trigger_nothing();
 \d trigpart3
-             Table "public.trigpart3"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           |          | 
- b      | integer |           |          | 
-Triggers:
-    trg1 AFTER INSERT ON trigpart3 FOR EACH ROW EXECUTE FUNCTION trigger_nothing()
-
+ERROR:  error triggered for injection point typecache-before-rel-type-cache-insert
+LINE 2: ....pg_roles where oid = any (pol.polroles) order by 1),',') EN...
+                                                             ^
 alter table trigpart attach partition trigpart3 FOR VALUES FROM (2000) to (3000); -- fail
 ERROR:  trigger "trg1" for relation "trigpart3" already exists
...
test
[18:28:33.176] 74/76 postgresql:regress-running / regress-running/regress                         ERROR            26.98...
50/5021 Detection and resolution of logical replication conflict
FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:LOG:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_origin_...
test
[01:12:20.819] 312/312 postgresql:subscription / subscription/034_conflict_resolver                    ERROR           1...
50/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[17:07:04.396] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:06:31.361] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[17:13:05.943] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!OidIsValid(clustered_rel)"), File: "../src/backend/commands/cluster.c", Line: 2472, PID: 22360
core
[17:12:28.145] #0  0x000000082a84041a in thr_kill () from /lib/libc.so.7
[17:12:28.145] #1  0x000000082a7b9e64 in raise () from /lib/libc.so.7
[17:12:28.145] #2  0x000000082a86a6f9 in abort () from /lib/libc.so.7
[17:12:28.145] #3  0x0000000000a97885 in ExceptionalCondition (conditionName=0x2e6a7e "!OidIsValid(clustered_rel)", file...
[17:12:28.145] #4  0x00000000006c9089 in begin_concurrent_cluster (rel_p=0x820d2c908, index_p=0x820d2c8d0, entered_p=<op...
[17:12:28.145] #5  cluster_rel (OldHeap=0x835ba76a0, indexOid=indexOid@entry=20793, params=params@entry=0x820d2c9c4, isT...
[17:12:28.145] #6  0x00000000006c66ae in cluster (pstate=pstate@entry=0x835a71500, stmt=stmt@entry=0x835a64e58, isTopLev...
[17:12:28.145] #7  0x0000000000942634 in standard_ProcessUtility (pstmt=0x835a644f8, queryString=0x835a63100 "\n\tCLUSTE...
[17:12:28.145] #8  0x0000000000942338 in ProcessUtility (pstmt=0x18ddf, queryString=0x6 <error: Cannot access memory at ...
[17:12:28.145] #9  0x0000000000941e73 in PortalRunUtility (portal=0x835b3a100, pstmt=0x835a644f8, isTopLevel=<optimized ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-20 17:05:57.229994000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-20 17:09:20.421691000 +000...
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	CLUSTER (CONCURRENTLY) clstr_test USING clstr_test_pkey;
- <waiting ...>
+
+ERROR:  file of relation "clstr_test" changed by another transaction
 step change_existing: 
 	UPDATE clstr_test SET i=10 where i=1;
 	UPDATE clstr_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('cluster-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
test
[17:11:18.308] 118/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Linux - Debian Bookworm - Meson
core
[17:14:24.644] #0  0x00007fdd3e0a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #1  0x00007fdd3e05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #2  0x00007fdd3e045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[17:14:24.644] #3  0x00007fdd3e21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[17:14:24.644] #4  0x00007fdd3e22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[17:14:24.644] #5  0x00007fdd3e20d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7fdd3c0238c0,...
[17:14:24.644] #6  0x00007fdd3c01f7b2 in store_change (ctx=ctx@entry=0x5641255c9180, kind=kind@entry=CHANGE_UPDATE_OLD, ...
[17:14:24.644] #7  0x00007fdd3c01fe73 in plugin_change (ctx=0x5641255c9180, txn=<optimized out>, relation=<optimized out...
[17:14:24.644] #8  0x000056410d32b76f in change_cb_wrapper (cache=<optimized out>, txn=<optimized out>, relation=<optimi...
[17:14:24.644] #9  0x000056410d3389d1 in ReorderBufferApplyChange (rb=rb@entry=0x564125681ae0, txn=txn@entry=0x5641255f0...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/cluster.out	2024-10-20 17:05:54.172866284 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/cluster.out	2024-10-20 17:11:38.219271952 +000...
@@ -68,118 +68,7 @@
                        
 (1 row)
 
-step wait_before_lock: <... completed>
-step check1: 
-	INSERT INTO relfilenodes(node)
-	SELECT relfilenode FROM pg_class WHERE relname='clstr_test';
-
-	SELECT count(DISTINCT node) FROM relfilenodes;
-
-	SELECT i, j FROM clstr_test ORDER BY i, j;
-
-	INSERT INTO data_s1(_xmin, _cmin, i, j)
-	SELECT xmin, cmin, i, j FROM clstr_test;
-
-	SELECT count(*)
...
test
[17:13:19.713] 116/311 postgresql:injection_points / injection_points/isolation                        ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:07:00.836] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence
50/5128 Allow partition-wise join when whole row var is needed
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:46.883764000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:06:38.818036000 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:08:34.391] 116/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:41.300159101 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out	2024-10-12 08:09:06.477714299 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:03:39.284306324 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:08:20.887368441 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:10:06.409] 112/310 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_f...
--- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out	2024-10-12 08:04:05.080264400 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2024-10-12 08:11:44.225420400 +0000
@@ -10155,9 +10155,8 @@
          ->  Foreign Scan
                Relations: (ftprt1_p1 t1_1) INNER JOIN (ftprt2_p1 t2_1)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
-                           Disabled Nodes: 1
+                           Disabled: true
                            Sort Key: t2_1.a
                            ->  Nested Loop
                                  ->  Foreign Scan on ftprt1_p1 t1_1
@@ -10165,14 +10164,13 @@
          ->  Foreign Scan
                Relations: (ftprt1_p2 t1_2) INNER JOIN (ftprt2_p2 t2_2)
                ->  Result
-                     Disabled Nodes: 1
                      ->  Sort
...
test
[08:18:20.539]  99/305 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
49/4982 support tid range scan in parallel
CompilerWarnings
compiler
[06:21:10.371] tableam.c:197:46: error: no member named 'phs_relid' in 'struct ParallelTableScanDescData'
compiler
[06:16:55.346] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
compiler
[06:23:33.340] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:14:12.498] ../src/backend/access/table/tableam.c(197): error C2039: 'phs_relid': is not a member of 'ParallelTableSc...
49/4399 pgbench: allow to cancel queries during benchmark
CompilerWarnings
compiler
[23:44:41.598] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
compiler
[23:44:28.612] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
49/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
CompilerWarnings
compiler
[20:45:20.548] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:51.317] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:02.086] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:43:32.611] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:46:17.688] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
FreeBSD - 13 - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8582
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 13908
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8261
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 9712
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10667
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 10162
assertion
TRAP: failed Assert("HaveRegisteredOrActiveSnapshot()"), File: "../src/backend/catalog/index.c", Line: 2345, PID: 8977
core
[20:48:11.078] #0  0x000000082c2ba41a in thr_kill () from /lib/libc.so.7
[20:48:11.078] #1  0x000000082c233e64 in raise () from /lib/libc.so.7
[20:48:11.078] #2  0x000000082c2e46f9 in abort () from /lib/libc.so.7
[20:48:11.078] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:11.078] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x821b92818, materialize=<optimized out>, shouldFr...
[20:48:11.078] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x836b79100, relinfo=relinfo@entry=0x...
[20:48:11.078] #6  0x0000000000798064 in ExecMergeMatched (context=0x821b928a8, resultRelInfo=0x836b796b0, tupleid=0x0, ...
[20:48:11.078] #7  ExecMerge (context=0x821b928a8, resultRelInfo=0x836b796b0, tupleid=0x0, oldtuple=0x821b92818, canSetT...
[20:48:11.078] #8  ExecModifyTable (pstate=0x836b794a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:11.078] #9  0x0000000000764efb in ExecProcNode (node=0x836b794a0) at ../src/include/executor/executor.h:278
core
[20:48:10.297] #0  0x000000082b01e8fa in _sigprocmask () from /lib/libc.so.7
[20:48:10.297] #1  0x000000082b057f91 in _system () from /lib/libc.so.7
[20:48:10.297] #2  0x000000082ac989d3 in ?? () from /lib/libthr.so.3
[20:48:10.297] #3  0x0000000000669845 in RestoreArchivedFile (path=path@entry=0x8219681d0 "pg_wal/0\244\0177", xlogfname...
[20:48:10.297] #4  0x000000000067502e in XLogFileRead (segno=segno@entry=5, tli=tli@entry=1, source=source@entry=XLOG_FR...
[20:48:10.297] #5  0x0000000000670d0c in XLogFileReadAnyTLI (segno=5, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[20:48:10.297] #6  WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, replayLSN=83886080, ra...
[20:48:10.297] #7  XLogPageRead (xlogreader=0x83626e130, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, readB...
[20:48:10.297] #8  0x0000000000677d12 in ReadPageInternal (state=state@entry=0x83626e130, pageptr=83886080, reqLen=24) a...
[20:48:10.297] #9  0x0000000000676b82 in XLogDecodeNextRecord (state=0x83626e130, nonblocking=false) at ../src/backend/a...
core
[20:48:10.037] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:10.037] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:10.037] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:10.037] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:10.037] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:10.037] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836afe5b0, flags=flags@entry=21) at ../src/ba...
[20:48:10.037] #6  0x000000000068cac0 in deleteOneObject (object=0x836afe5b0, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:10.037] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x839988078, depRel=depRel@entry=0x821a44180, ...
[20:48:10.037] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:10.037] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:09.653] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:09.653] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:09.653] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:09.653] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:09.653] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:09.653] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836afe5b0, flags=flags@entry=21) at ../src/ba...
[20:48:09.653] #6  0x000000000068cac0 in deleteOneObject (object=0x836afe5b0, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:09.653] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b06fd8, depRel=depRel@entry=0x821a44180, ...
[20:48:09.653] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:09.653] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:09.266] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:09.266] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:09.266] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:09.266] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:09.266] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:09.266] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836af6520, flags=flags@entry=21) at ../src/ba...
[20:48:09.266] #6  0x000000000068cac0 in deleteOneObject (object=0x836af6520, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:09.266] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b255e8, depRel=depRel@entry=0x821a44180, ...
[20:48:09.266] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:09.266] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:08.881] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:08.881] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:08.881] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:08.881] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x35669e "HaveRegisteredOrActiveSnapshot()"...
[20:48:08.881] #4  0x0000000000696f2a in index_drop (indexId=21242, concurrent=false, concurrent_lock_mode=<optimized ou...
[20:48:08.881] #5  0x000000000068e5fe in doDeletion (object=object@entry=0x836af6520, flags=flags@entry=21) at ../src/ba...
[20:48:08.881] #6  0x000000000068cac0 in deleteOneObject (object=0x836af6520, depRel=0x821a44180, flags=21) at ../src/ba...
[20:48:08.881] #7  deleteObjectsInList (targetObjects=targetObjects@entry=0x836b24cc8, depRel=depRel@entry=0x821a44180, ...
[20:48:08.881] #8  0x000000000068b755 in performDeletion (object=object@entry=0x821a44270, behavior=behavior@entry=DROP_...
[20:48:08.881] #9  0x00000000008868b6 in do_autovacuum () at ../src/backend/postmaster/autovacuum.c:2214
core
[20:48:08.490] #0  0x000000082c02041a in thr_kill () from /lib/libc.so.7
[20:48:08.490] #1  0x000000082bf99e64 in raise () from /lib/libc.so.7
[20:48:08.490] #2  0x000000082c04a6f9 in abort () from /lib/libc.so.7
[20:48:08.490] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:08.490] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x82120f848, materialize=<optimized out>, shouldFr...
[20:48:08.490] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x838456100, relinfo=relinfo@entry=0x...
[20:48:08.490] #6  0x0000000000798064 in ExecMergeMatched (context=0x82120f8d8, resultRelInfo=0x8384566b0, tupleid=0x0, ...
[20:48:08.490] #7  ExecMerge (context=0x82120f8d8, resultRelInfo=0x8384566b0, tupleid=0x0, oldtuple=0x82120f848, canSetT...
[20:48:08.490] #8  ExecModifyTable (pstate=0x8384564a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:08.490] #9  0x0000000000764efb in ExecProcNode (node=0x8384564a0) at ../src/include/executor/executor.h:278
core
[20:48:07.720] #0  0x000000082d41a41a in thr_kill () from /lib/libc.so.7
[20:48:07.720] #1  0x000000082d393e64 in raise () from /lib/libc.so.7
[20:48:07.720] #2  0x000000082d4446f9 in abort () from /lib/libc.so.7
[20:48:07.720] #3  0x0000000000a911b5 in ExceptionalCondition (conditionName=0x2d1bc8 "!TTS_EMPTY(slot)", fileName=<opti...
[20:48:07.720] #4  0x0000000000772d9f in ExecFetchSlotHeapTuple (slot=0x821a43e68, materialize=<optimized out>, shouldFr...
[20:48:07.720] #5  0x0000000000737747 in ExecIRDeleteTriggers (estate=estate@entry=0x836ad6100, relinfo=relinfo@entry=0x...
[20:48:07.720] #6  0x0000000000798064 in ExecMergeMatched (context=0x821a43ef8, resultRelInfo=0x836ad66b0, tupleid=0x0, ...
[20:48:07.720] #7  ExecMerge (context=0x821a43ef8, resultRelInfo=0x836ad66b0, tupleid=0x0, oldtuple=0x821a43e68, canSetT...
[20:48:07.720] #8  ExecModifyTable (pstate=0x836ad64a0) at ../src/backend/executor/nodeModifyTable.c:4197
[20:48:07.720] #9  0x0000000000764efb in ExecProcNode (node=0x836ad64a0) at ../src/include/executor/executor.h:278
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:44:15.383031000...
@@ -2574,1184 +2574,7 @@
 
 drop table parted;
 drop function parted_trigfunc();
---
--- Constraint triggers and partitioned tables
-create table parted_constr_ancestor (a int, b text)
-  partition by range (b);
-create table parted_constr (a int, b text)
-  partition by range (b);
-alter table parted_constr_ancestor attach partition parted_constr
-  for values from ('aaaa') to ('zzzz');
-create table parted1_constr (a int, b text);
-alter table parted_constr attach partition parted1_constr
-  for values from ('aaaa') to ('bbbb');
-create constraint trigger parted_trig after insert on parted_constr_ancestor
-  deferrable
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:44:37.4183580...
@@ -2625,1133 +2625,10 @@
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 drop table parted_constr_ancestor;
 drop function bark(text);
--- Test that the WHEN clause is set properly to partitions
-create table parted_trigger (a int, b text) partition by range (a);
-create table parted_trigger_1 partition of parted_trigger for values from (0) to (1000);
-create table parted_trigger_2 (drp int, a int, b text);
-alter table parted_trigger_2 drop column drp;
-alter table parted_trigger attach partition parted_trigger_2 for values from (1000) to (2000);
-create trigger parted_trigger after update on parted_trigger
-  for each row when (new.a % 2 = 1 and length(old.b) >= 2) execute procedure trigger_notice_ab();
-create table parted_trigger_3 (b text, a int) partition by range (length(b));
-create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (3);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (3) to (5);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:49.564336000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-30 20:44:12.046090000 +0000
@@ -2607,1151 +2607,7 @@
 NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 commit;
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
--- The WHEN clause is immediate, and both constraint triggers are fired at
--- commit time.
-begin;
-set constraints parted_trig deferred;
-insert into parted_constr values (1, 'aardvark');
-NOTICE:  aardvark <- woof!
-insert into parted1_constr values (2, 'aardwolf'), (3, 'aasvogel');
-NOTICE:  aardwolf <- woof!
-NOTICE:  aasvogel <- woof!
-commit;
-NOTICE:  trigger parted_trig on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
-NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(1,aardvark)
...
tap
[20:44:16.622](15.459s) not ok 5 - regression tests pass
[20:44:18.536](1.908s) not ok 6 - dump before running pg_upgrade
tap
[20:44:39.355](11.407s) not ok 2 - regression tests pass
test
[20:46:59.739]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:46:59.739]  41/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:46:59.739]  11/309 postgresql:regress / regress/regress                                            ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 28927
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "execTuples.c", Line: 1737, PID: 18778
core
[20:48:09.085] #0  0x00007fddb9bdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #1  0x00007fddb9b8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #2  0x00007fddb9b77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:09.085] #3  0x000055b69b1a7bda in ExceptionalCondition (conditionName=conditionName@entry=0x55b69b487fe0 "!TTS_EM...
[20:48:09.085] #4  0x000055b69a9ce81a in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffdb438aca0, materialize=materialize...
[20:48:09.085] #5  0x000055b69a93c927 in ExecIRDeleteTriggers (estate=estate@entry=0x62500007aa00, relinfo=relinfo@entry...
[20:48:09.085] #6  0x000055b69aa3b4e1 in ExecMergeMatched (context=context@entry=0x7ffdb438ace0, resultRelInfo=resultRel...
[20:48:09.085] #7  0x000055b69aa3c615 in ExecMerge (context=context@entry=0x7ffdb438ace0, resultRelInfo=resultRelInfo@en...
[20:48:09.085] #8  0x000055b69aa3e649 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[20:48:09.085] #9  0x000055b69a9beb1a in ExecProcNodeFirst (node=0x62500007ada0) at execProcnode.c:469
core
[20:48:10.297] #0  0x00007f831dfdbe3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #1  0x00007f831df8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #2  0x00007f831df77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:48:10.297] #3  0x0000557908759bda in ExceptionalCondition (conditionName=conditionName@entry=0x557908a39fe0 "!TTS_EM...
[20:48:10.297] #4  0x0000557907f8081a in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffc86de2810, materialize=materialize...
[20:48:10.297] #5  0x0000557907eee927 in ExecIRDeleteTriggers (estate=estate@entry=0x625000136200, relinfo=relinfo@entry...
[20:48:10.297] #6  0x0000557907fed4e1 in ExecMergeMatched (context=context@entry=0x7ffc86de2850, resultRelInfo=resultRel...
[20:48:10.297] #7  0x0000557907fee615 in ExecMerge (context=context@entry=0x7ffc86de2850, resultRelInfo=resultRelInfo@en...
[20:48:10.297] #8  0x0000557907ff0649 in ExecModifyTable (pstate=<optimized out>) at nodeModifyTable.c:4197
[20:48:10.297] #9  0x0000557907f70b1a in ExecProcNodeFirst (node=0x6250001365a0) at execProcnode.c:469
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:47.105343454 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/triggers.out	2024-09-30 20:46:58.537011418 +0000
@@ -2691,1067 +2691,10 @@
   for each row execute procedure trigger_notice_ab();
 create table parted_trigger_3 (b text, a int) partition by range (length(b));
 create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (4);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (4) to (8);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values (0, 'a'), (1000, 'c'), (2000, 'e'), (2001, 'eeee');
-update parted_trigger set a = a + 2;	-- no notices here
-update parted_trigger set b = b || 'b';	-- all triggers should fire
-NOTICE:  trigger parted_trigger on parted_trigger_1 AFTER UPDATE for ROW: (a,b)=(2,ab)
-NOTICE:  trigger parted_trigger on parted_trigger_2 AFTER UPDATE for ROW: (a,b)=(1002,cb)
-NOTICE:  trigger parted_trigger on parted_trigger_3_1 AFTER UPDATE for ROW: (a,b)=(2002,eb)
-NOTICE:  trigger parted_trigger on parted_trigger_3_2 AFTER UPDATE for ROW: (a,b)=(2003,eeeeb)
-drop table parted_trigger;
-drop function trigger_notice_ab();
--- Make sure we don't end up with unnecessary copies of triggers, when
--- cloning them.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/src/test/regress/results/trigg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:47.105343454 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/triggers.out	2024-09-30 20:45:40.717093299 +0000
@@ -3153,605 +3153,10 @@
   for each statement execute procedure dump_delete();
 -- insert directly into children sees respective child-format tuples
 insert into child1 values ('AAA', 42);
-NOTICE:  trigger = child1_insert_trig, new table = (AAA,42)
-insert into child2 values (42, 'BBB');
-NOTICE:  trigger = child2_insert_trig, new table = (42,BBB)
-insert into child3 values ('CCC', 42, 'foo');
-NOTICE:  trigger = child3_insert_trig, new table = (CCC,42,foo)
--- update via parent sees parent-format tuples
-update parent set b = b + 1;
-NOTICE:  trigger = parent_update_trig, old table = (AAA,42), (BBB,42), (CCC,42), new table = (AAA,43), (BBB,43), (CCC,4...
--- delete via parent sees parent-format tuples
-delete from parent;
-NOTICE:  trigger = parent_delete_trig, old table = (AAA,43), (BBB,43), (CCC,43)
--- reinsert values into children for next test...
-insert into child1 values ('AAA', 42);
...
tap
[20:47:06.554](28.750s) not ok 5 - regression tests pass
[20:47:10.522](3.932s) not ok 6 - dump before running pg_upgrade
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 23535
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 29909
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 22734
core
[20:49:40.962] #0  0x00007f0a200a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #1  0x00007f0a2005afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #2  0x00007f0a20045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:40.962] #3  0x000055cd5e2ae92c in ExceptionalCondition (conditionName=conditionName@entry=0x55cd5e4fdf85 "!TTS_EM...
[20:49:40.962] #4  0x000055cd5dc57cca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fffa2ab72c0, materialize=materialize...
[20:49:40.962] #5  0x000055cd5dbdb608 in ExecIRDeleteTriggers (estate=estate@entry=0x55cd60e4eb90, relinfo=relinfo@entry...
[20:49:40.962] #6  0x000055cd5dcb4d0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:40.962] #7  0x000055cd5dcb592b in ExecMerge (context=context@entry=0x7fffa2ab72e0, resultRelInfo=resultRelInfo@en...
[20:49:40.962] #8  0x000055cd5dcb70f0 in ExecModifyTable (pstate=0x55cd60e4ef30) at ../src/backend/executor/nodeModifyTa...
[20:49:40.962] #9  0x000055cd5dc4a1ee in ExecProcNodeFirst (node=0x55cd60e4ef30) at ../src/backend/executor/execProcnode...
core
[20:49:42.252] #0  0x00007fabd88a9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #1  0x00007fabd885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #2  0x00007fabd8845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:42.252] #3  0x0000560a31ddd92c in ExceptionalCondition (conditionName=conditionName@entry=0x560a3202cf85 "!TTS_EM...
[20:49:42.252] #4  0x0000560a31786cca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7ffd39d431d0, materialize=materialize...
[20:49:42.252] #5  0x0000560a3170a608 in ExecIRDeleteTriggers (estate=estate@entry=0x560a330c5070, relinfo=relinfo@entry...
[20:49:42.252] #6  0x0000560a317e3d0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:42.252] #7  0x0000560a317e492b in ExecMerge (context=context@entry=0x7ffd39d431f0, resultRelInfo=resultRelInfo@en...
[20:49:42.252] #8  0x0000560a317e60f0 in ExecModifyTable (pstate=0x560a330c5410) at ../src/backend/executor/nodeModifyTa...
[20:49:42.252] #9  0x0000560a317791ee in ExecProcNodeFirst (node=0x560a330c5410) at ../src/backend/executor/execProcnode...
core
[20:49:43.571] #0  0x00007f683eca9e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #1  0x00007f683ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #2  0x00007f683ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[20:49:43.571] #3  0x00005597d62f692c in ExceptionalCondition (conditionName=conditionName@entry=0x5597d6545f85 "!TTS_EM...
[20:49:43.571] #4  0x00005597d5c9fcca in ExecFetchSlotHeapTuple (slot=slot@entry=0x7fff25e23370, materialize=materialize...
[20:49:43.571] #5  0x00005597d5c23608 in ExecIRDeleteTriggers (estate=estate@entry=0x5597d7bfe790, relinfo=relinfo@entry...
[20:49:43.571] #6  0x00005597d5cfcd0e in ExecMergeMatched (context=<optimized out>, resultRelInfo=resultRelInfo@entry=0x...
[20:49:43.571] #7  0x00005597d5cfd92b in ExecMerge (context=context@entry=0x7fff25e23390, resultRelInfo=resultRelInfo@en...
[20:49:43.571] #8  0x00005597d5cff0f0 in ExecModifyTable (pstate=0x5597d7bfeb30) at ../src/backend/executor/nodeModifyTa...
[20:49:43.571] #9  0x00005597d5c921ee in ExecProcNodeFirst (node=0x5597d7bfeb30) at ../src/backend/executor/execProcnode...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:46:06.737761322...
@@ -2560,1198 +2560,7 @@
 create trigger t before insert or update on parted
   for each row execute function parted_trigfunc();
 insert into parted values (0, 1, 'zero win');
-insert into parted values (1, 1, 'one fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_1".
-insert into parted values (1, 2, 'two fail');
-ERROR:  moving row to another partition during a BEFORE FOR EACH ROW trigger is not supported
-DETAIL:  Before executing trigger "t", the row was to be in partition "public.parted_2".
-select * from parted;
- a | b |    c     
----+---+----------
- 1 | 1 | zero win
-(1 row)
-
-drop table parted;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:46:35.1897302...
@@ -1643,2115 +1643,10 @@
 $$;
 create trigger depth_b_tr before insert on depth_b
   for each row execute procedure depth_b_tf();
-create function depth_c_tf() returns trigger
-  language plpgsql as $$
-begin
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  if new.id = 1 then
-    raise exception sqlstate 'U9999';
-  end if;
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  return new;
-end;
-$$;
-create trigger depth_c_tr before insert on depth_c
-  for each row execute procedure depth_c_tf();
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/triggers.out	2024-09-30 20:42:45.946820836 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/triggers.out	2024-09-30 20:46:02.877766172 +0000
@@ -2625,1133 +2625,10 @@
 NOTICE:  trigger parted_trig_two on parted1_constr AFTER INSERT for ROW: (a,b)=(3,aasvogel)
 drop table parted_constr_ancestor;
 drop function bark(text);
--- Test that the WHEN clause is set properly to partitions
-create table parted_trigger (a int, b text) partition by range (a);
-create table parted_trigger_1 partition of parted_trigger for values from (0) to (1000);
-create table parted_trigger_2 (drp int, a int, b text);
-alter table parted_trigger_2 drop column drp;
-alter table parted_trigger attach partition parted_trigger_2 for values from (1000) to (2000);
-create trigger parted_trigger after update on parted_trigger
-  for each row when (new.a % 2 = 1 and length(old.b) >= 2) execute procedure trigger_notice_ab();
-create table parted_trigger_3 (b text, a int) partition by range (length(b));
-create table parted_trigger_3_1 partition of parted_trigger_3 for values from (1) to (3);
-create table parted_trigger_3_2 partition of parted_trigger_3 for values from (3) to (5);
-alter table parted_trigger attach partition parted_trigger_3 for values from (2000) to (3000);
-insert into parted_trigger values
...
tap
[20:46:09.655](14.473s) not ok 5 - regression tests pass
[20:46:11.211](1.531s) not ok 6 - dump before running pg_upgrade
tap
[20:46:39.611](16.742s) not ok 2 - regression tests pass
test
[20:48:36.237]  16/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:48:36.237]   9/309 postgresql:regress / regress/regress                                            ERROR            ...
[20:48:36.237]  44/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8441
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 15340
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 8043
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2024-09-30 20:45:56
@@ -999,2759 +999,10 @@
 	f2 int,
 	f3 int);
 INSERT INTO min_updates_test VALUES ('a',1,2),('b','2',null);
-CREATE TRIGGER z_min_update
-BEFORE UPDATE ON min_updates_test
-FOR EACH ROW EXECUTE PROCEDURE suppress_redundant_updates_trigger();
-\set QUIET false
-UPDATE min_updates_test SET f1 = f1;
-UPDATE 0
-UPDATE min_updates_test SET f2 = f2 + 1;
-UPDATE 2
-UPDATE min_updates_test SET f3 = 2 WHERE f3 is null;
-UPDATE 1
-\set QUIET true
-SELECT * FROM min_updates_test;
- f1 | f2 | f3 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/triggers.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/triggers.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:47:22
@@ -1618,2140 +1618,14 @@
 begin
   raise notice '%: depth = %', tg_name, pg_trigger_depth();
   insert into depth_b values (new.id);
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  return new;
-end;
-$$;
-create trigger depth_a_tr before insert on depth_a
-  for each row execute procedure depth_a_tf();
-create function depth_b_tf() returns trigger
-  language plpgsql as $$
-begin
-  raise notice '%: depth = %', tg_name, pg_trigger_depth();
-  begin
-    execute 'insert into depth_c values (' || new.id::text || ')';
-  exception
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/updatable_views.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:45
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/updatable_views.out	2024-09-30 20:45:56
@@ -1157,2853 +1157,10 @@
 MERGE INTO rw_view2 t
   USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a
   WHEN MATCHED AND t.a <= 1 THEN DELETE
-  WHEN MATCHED THEN UPDATE SET b = s.b
-  WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
-  RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
...
tap
[20:46:08.046](102.329s) not ok 5 - regression tests pass
[20:46:11.511](3.446s) not ok 6 - dump before running pg_upgrade
tap
[20:47:32.399](88.688s) not ok 2 - regression tests pass
test
[20:50:21.447]  30/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:50:21.447]  42/309 postgresql:regress / regress/regress                                            ERROR           1...
[20:50:21.447]  89/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 864
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 7856
assertion
TRAP: failed Assert("!TTS_EMPTY(slot)"), File: "../src/backend/executor/execTuples.c", Line: 1737, PID: 6864
compiler
[20:43:49.988] ../src/backend/executor/nodeModifyTable.c(3083): warning C4133: 'function': incompatible types - from 'He...
core
0000000d`9cdffcc8 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
0000000d`9cdffcd0 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`9cdffd70 00007ff9`f8c84cb0     postgres!pg_timer_thread(
0000000d`9cdffdb0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9cdffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9d1ffc38 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`9d1ffc40 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`9d1fff30 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9d1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9c1fe880 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`9c1fe8c0 00007ff7`d1e306c2     postgres!ExceptionalCondition(
0000000d`9c1fe900 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
0000000d`9c1fe930 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
0000000d`9c1fea00 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
0000000d`9c1feb80 00007ff7`d1e7554b     postgres!ExecMerge(
0000000d`9c1febe0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
0000000d`9c1fed80 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
0000000d`9c1fedb0 00007ff7`d1e215f0     postgres!ExecProcNode(
0000000d`9c1fede0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
0000000d`9c5ff888 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`9c5ff890 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000d`9c5ffb80 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9c5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`9c9ff728 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
0000000d`9c9ff730 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`9c9ff7a0 00007ff9`f8c84cb0     postgres!pg_signal_thread(
0000000d`9c9ff8a0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`9c9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`529fe940 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`529fe980 00007ff7`d1e306c2     postgres!ExceptionalCondition(
0000000b`529fe9c0 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
0000000b`529fe9f0 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
0000000b`529feac0 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
0000000b`529fec40 00007ff7`d1e7554b     postgres!ExecMerge(
0000000b`529feca0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
0000000b`529fee40 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
0000000b`529fee70 00007ff7`d1e215f0     postgres!ExecProcNode(
0000000b`529feea0 00007ff7`d1e1c877     postgres!ExecutePlan(
core
0000000b`52dff6c8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`52dff6d0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`52dff9c0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`52dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`531ff8d8 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
0000000b`531ff8e0 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`531ff950 00007ff9`f8c84cb0     postgres!pg_signal_thread(
0000000b`531ffa50 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`531ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`535ff938 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`535ff940 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
0000000b`535ffc30 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`535ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`539ffd88 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
0000000b`539ffd90 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`539ffe30 00007ff9`f8c84cb0     postgres!pg_timer_thread(
0000000b`539ffe70 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`539ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`361ffdc8 00007ff9`f6eed71e     ntdll!NtWaitForSingleObject+0x14
000000e0`361ffdd0 00007ff7`d1ff000c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e0`361ffe70 00007ff9`f8c84cb0     postgres!pg_timer_thread(
000000e0`361ffeb0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`361ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`35dff7e8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`35dff7f0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`35dffae0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`35dffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`359ffa88 00007ff9`f6f345ca     ntdll!NtFsControlFile+0x14
000000e0`359ffa90 00007ff7`d1fee56b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`359ffb00 00007ff9`f8c84cb0     postgres!pg_signal_thread(
000000e0`359ffc00 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`359ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`355ff7e8 00007ff9`f990b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`355ff7f0 00007ff9`f8c84cb0     ntdll!TppWorkerThread+0x2df
000000e0`355ffae0 00007ff9`f997ecdb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`355ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`351fe950 00007ff7`d2331b48     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`351fe990 00007ff7`d1e306c2     postgres!ExceptionalCondition(
000000e0`351fe9d0 00007ff7`d1dd19c8     postgres!ExecFetchSlotHeapTuple(
000000e0`351fea00 00007ff7`d1e70076     postgres!ExecIRDeleteTriggers(
000000e0`351fead0 00007ff7`d1e6f33d     postgres!ExecMergeMatched(
000000e0`351fec50 00007ff7`d1e7554b     postgres!ExecMerge(
000000e0`351fecb0 00007ff7`d1e2a71b     postgres!ExecModifyTable(
000000e0`351fee50 00007ff7`d1e204cc     postgres!ExecProcNodeFirst(
000000e0`351fee80 00007ff7`d1e215f0     postgres!ExecProcNode(
000000e0`351feeb0 00007ff7`d1e1c877     postgres!ExecutePlan(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:54.923191100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/updatable_views.out	2024-09-30 20:45:22.136883700 +00...
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/triggers.out	2024-09-30 20:42:54.909600700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/triggers.out	2024-09-30 20:47:23.093525700 +0000
@@ -3738,20 +3738,10 @@
 drop table grandparent;
 -- Trigger renaming does not recurse on legacy inheritance
 create table parent (a int);
-create table child () inherits (parent);
-create trigger parenttrig after insert on parent
-for each row execute procedure f();
-create trigger parenttrig after insert on child
-for each row execute procedure f();
-alter trigger parenttrig on parent rename to anothertrig;
-\d+ child
-                                   Table "public.child"
- Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
---------+---------+-----------+----------+---------+---------+--------------+-------------
- a      | integer |           |          |         | plain   |              | 
-Triggers:
-    parenttrig AFTER INSERT ON child FOR EACH ROW EXECUTE FUNCTION f()
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/updatable_views.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/updatable_views.out	2024-09-30 20:42:54.923191100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/updatable_views.out	2024-09-30 20:45:20.543140600 +0000
@@ -1160,2850 +1160,7 @@
   WHEN MATCHED THEN UPDATE SET b = s.b
   WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b)
   RETURNING merge_action(), s.*, t.*;
- merge_action | a | b  | a |   b   
---------------+---+----+---+-------
- DELETE       | 1 | R1 | 1 | Row 1
- UPDATE       | 2 | R2 | 2 | R2
- INSERT       | 3 | R3 | 3 | R3
-(3 rows)
-
-SELECT * FROM base_tbl ORDER BY a;
- a  |   b    
-----+--------
- -2 | Row -2
- -1 | Row -1
-  0 | Row 0
...
tap
[20:46:16.554](80.253s) not ok 5 - regression tests pass
[20:46:22.238](5.663s) not ok 6 - dump before running pg_upgrade
tap
[20:47:57.656](75.625s) not ok 2 - regression tests pass
test
[20:54:10.449]  22/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:54:10.449]   7/304 postgresql:regress / regress/regress                                            ERROR            ...
[20:54:10.449]  58/304 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
49/4825 Optimize planner memory consumption for huge arrays
FreeBSD - 13 - Meson
core
[17:55:39.193] #0  0x000000082b0fa8fa in _sigprocmask () from /lib/libc.so.7
[17:55:39.193] #1  0x000000082b133f91 in _system () from /lib/libc.so.7
[17:55:39.193] #2  0x0000000829f979d3 in ?? () from /lib/libthr.so.3
[17:55:39.193] #3  0x0000000000669845 in RestoreArchivedFile (path=path@entry=0x82155a1d0 "pg_wal/00000001", '0' <repeat...
[17:55:39.193] #4  0x0000000000650908 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[17:55:39.193] #5  0x00000000006509c8 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[17:55:39.193] #6  0x0000000000674dcb in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=10...
[17:55:39.193] #7  0x0000000000670fb3 in WaitForWALToBecomeAvailable (RecPtr=100683608, tliRecPtr=100683584, replayTLI=1...
[17:55:39.193] #8  XLogPageRead (xlogreader=0x834c93130, targetPagePtr=100679680, reqLen=3928, targetRecPtr=100683584, r...
[17:55:39.193] #9  0x0000000000677d12 in ReadPageInternal (state=state@entry=0x834c93130, pageptr=100679680, reqLen=3928...
tap
[17:52:09.657](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:54:29.495] 146/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[17:52:00.292](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
core
[17:56:02.222] #0  0x00007fd3e6fe4b13 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[17:56:02.222] #1  0x0000563cc0674cc0 in ?? ()
[17:56:02.222] #2  0x0000563cc0674efa in ?? ()
[17:56:02.222] #3  0x0000563cc0676630 in ?? ()
[17:56:02.222] #4  0x0000563cc0670371 in ?? ()
[17:56:02.222] #5  0x0000563cc066f20f in ?? ()
[17:56:02.222] #6  0x0000563cc066fc3b in ?? ()
[17:56:02.222] #7  0x0000563cc066d66f in ?? ()
[17:56:02.222] #8  0x00007fd3e6f3824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[17:56:02.222] #9  0x00007fd3e6f38305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[17:56:02.349] #0  0x00007f427c092ae3 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #1  0x00007f427c07c945 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #2  0x00007f427c085494 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #3  0x00007f427c07a193 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #4  0x00007f427c074261 in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #5  0x00007f427c08a2f1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #6  0x00007f427c0745ca in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #7  0x00007f427c08f97a in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #8  0x00007f427c08c22f in ?? () from /lib64/ld-linux-x86-64.so.2
[17:56:02.349] #9  0x00007f427c08dbac in ?? () from /lib64/ld-linux-x86-64.so.2
tap
[17:53:11.418](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:55:03.079] 153/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
macOS - Sonoma - Meson
tap
[17:52:07.101](0.000s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[17:54:33.916] 154/309 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
49/5125 Send duration output to separate files
FreeBSD - 13 - Meson
tap
[10:29:53.991](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:29:53.993](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:29:53.993](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:29:54.025](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:29:54.026](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:29:54.027](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:29:54.057](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:29:54.057](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:29:54.058](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:29:54.058](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:29:54.059](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:29:54.059](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:29:54.060](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:31:09.254](1.680s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:31:19.209] 172/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:31:19.209] 291/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[10:32:15.736](0.001s) not ok 12 - Duration CSV log file gets added to list on reload
[10:32:15.736](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:32:15.737](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:32:16.016](0.001s) not ok 18 - Duration JSON log file gets added to list on reload
[10:32:16.016](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:32:16.016](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:32:16.232](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:32:16.232](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:32:16.233](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:32:16.233](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:32:16.233](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:32:16.234](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:32:16.234](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:32:30.255](0.655s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[10:33:02.076](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:33:02.077](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:33:02.077](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:33:02.285](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:33:02.286](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:33:02.286](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:33:02.451](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:33:02.451](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:33:02.452](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:33:02.452](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:33:02.452](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:33:02.453](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:33:02.453](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:34:08.135](0.472s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:34:18.794] 173/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:34:18.794] 289/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[10:30:37.418](0.000s) not ok 12 - Duration CSV log file gets added to list on reload
[10:30:37.418](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:30:37.419](0.000s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:30:37.492](0.000s) not ok 18 - Duration JSON log file gets added to list on reload
[10:30:37.492](0.000s) not ok 19 - Duration statements are written to the duration JSON log file
[10:30:37.492](0.000s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:30:37.796](0.000s) not ok 23 - Duration stderr log file gets added to list on reload
[10:30:37.796](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:30:37.796](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:30:37.796](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:30:37.796](0.000s) not ok 27 - Duration statements are written to the duration CSV log file
[10:30:37.797](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:30:37.797](0.000s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
[10:30:39.848](2.051s) not ok 33 - Log file has rotated to a new name (type=csvlog)
[10:30:39.849](0.000s) not ok 34 - Log file has rotated to a new name (type=jsonlog)
[10:30:39.849](0.000s) not ok 35 - Log file has rotated to a new name (type=stderr)
tap
[10:32:18.490](1.310s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:32:32.404] 167/310 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:32:32.404] 292/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:33:32.798](0.001s) not ok 12 - Duration CSV log file gets added to list on reload
[10:33:32.799](0.000s) not ok 14 - Duration statements are written to the duration CSV log file
[10:33:32.800](0.001s) not ok 15 - Duration statements do NOT get written to the normal stderr log file
[10:33:33.097](0.005s) not ok 18 - Duration JSON log file gets added to list on reload
[10:33:33.101](0.003s) not ok 19 - Duration statements are written to the duration JSON log file
[10:33:33.104](0.002s) not ok 20 - Duration statements do NOT get written to the normal stderr log file
[10:33:33.562](0.003s) not ok 23 - Duration stderr log file gets added to list on reload
[10:33:33.563](0.000s) not ok 24 - Duration CSV log file gets added to list on reload
[10:33:33.563](0.000s) not ok 25 - Duration JSON log file gets added to list on reload
[10:33:33.564](0.000s) not ok 26 - Duration statements are written to the duration stderr log file
[10:33:33.566](0.001s) not ok 27 - Duration statements are written to the duration CSV log file
[10:33:33.566](0.000s) not ok 28 - Duration statements are written to the duration JSON log file
[10:33:33.572](0.004s) not ok 29 - Duration statements do NOT get written to the normal stderr log file
tap
[10:37:13.165](2.504s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:37:32.962] 164/305 postgresql:pg_ctl / pg_ctl/005_log_duration_destination                         ERROR            ...
[10:37:32.962] 288/305 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
49/5106 Assorted style changes with a tiny bit improvement
macOS - Sonoma - Meson
tap
[09:30:52.364](0.195s) not ok 18 - vacuum 6: query result matches
test
[09:31:42.816] 248/309 postgresql:bloom / bloom/001_wal                                                ERROR            ...
49/3246 Parallelize correlated subqueries that execute within each worker
CompilerWarnings
compiler
[21:29:44.166] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:29:13.786] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:32:58.711] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:30:00.36...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:30:43....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:17.812776000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:29:57.714959000 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:30:31.149](68.064s) not ok 5 - regression tests pass
tap
[21:31:11.280](70.062s) not ok 2 - regression tests pass
test
[21:33:07.397]  28/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:33:07.397]  94/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:33:07.397] 149/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out	2024-09-29 21:34:02.757341506 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/recovery/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/select_parallel.out	2024-09-29 21:35:40.985511862 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.554677753 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out	2024-09-29 21:31:46.273488891 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:34:28.957](102.282s) not ok 5 - regression tests pass
tap
[21:36:00.423](58.156s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:31:31.75...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:32:12....
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:16.095001483 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:31:29.104345850 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:31:57.712](70.913s) not ok 5 - regression tests pass
tap
[21:32:30.325](70.755s) not ok 2 - regression tests pass
test
[21:34:10.471]  33/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:34:10.471] 125/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:34:10.471] 153/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:30:26
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:31:31
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:21
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:30:26
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:30:42.645](52.837s) not ok 5 - regression tests pass
tap
[21:31:52.553](67.107s) not ok 2 - regression tests pass
test
[21:34:31.038]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[21:34:31.038]  46/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:34:31.038] 146/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2024-09-29 21:31:37.171944500 +00...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2024-09-29 21:33:58.633858300 +...
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2024-09-29 21:28:28.524331700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out	2024-09-29 21:31:35.323798800 +0000
@@ -451,26 +451,36 @@
   join tenk1 t3 on t3.stringu1 = tenk1.stringu1
   where tenk1.four = t.four
 );
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Seq Scan on public.tenk1 t
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Hash Join
    Output: t.unique1, t.unique2, t.two, t.four, t.ten, t.twenty, t.hundred, t.thousand, t.twothousand, t.fivethous, t.t...
-   Filter: (SubPlan 1)
-   SubPlan 1
-     ->  Hash Join
-           Output: t.two
-           Hash Cond: (tenk1.stringu1 = t3.stringu1)
-           ->  Seq Scan on public.tenk1
...
tap
[21:32:15.296](107.356s) not ok 5 - regression tests pass
tap
[21:34:36.092](118.712s) not ok 2 - regression tests pass
test
[21:41:02.642]  16/304 postgresql:regress / regress/regress                                            ERROR           1...
[21:41:02.642]  35/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:41:02.642]  90/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
49/4849 Implementing OCSP Stapling for Server certificate status verification
Linux - Debian Bookworm - Autoconf
tap
[19:02:20.434](0.522s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:02:20.435](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
Linux - Debian Bookworm - Meson
core
[19:04:15.512] #0  0x00007f60e416ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #1  0x00007f60e411b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #2  0x00007f60e411b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #3  0x00005573cd8345c1 in ?? ()
[19:04:15.512] #4  0x00005573cd82e369 in ?? ()
[19:04:15.512] #5  0x00005573cd82d20f in ?? ()
[19:04:15.512] #6  0x00005573cd82dc3b in ?? ()
[19:04:15.512] #7  0x00005573cd82b66f in ?? ()
[19:04:15.512] #8  0x00007f60e410624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.512] #9  0x00007f60e4106305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[19:04:15.630] #0  <unavailable> in ?? ()
core
[19:04:15.630] #0  0x00007f60e416ed24 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #1  0x00007f60e411b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #2  0x00007f60e411b497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #3  0x00005573cd8345f3 in ?? ()
[19:04:15.630] #4  0x00005573cd82e369 in ?? ()
[19:04:15.630] #5  0x00005573cd82d20f in ?? ()
[19:04:15.630] #6  0x00005573cd82dc3b in ?? ()
[19:04:15.630] #7  0x00005573cd82b66f in ?? ()
[19:04:15.630] #8  0x00007f60e410624a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[19:04:15.630] #9  0x00007f60e4106305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[19:03:10.023](0.224s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:03:10.023](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[19:03:11.256] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
macOS - Sonoma - Meson
tap
[19:04:17.417](0.231s) not ok 227 - connect with valid stapled ocsp response when sslocspstapling=1
[19:04:17.417](0.000s) not ok 228 - connect with valid stapled ocsp response when sslocspstapling=1: no stderr
test
[19:04:18.686] 309/309 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:59:05.508] fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_peer_certificate referenced ...
compiler
[18:59:05.428] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
compiler
[18:59:04.901] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
49/4946 Partitioned tables and [un]loggedness
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:19.292256000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:35:59.079318...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:19.292256000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:36:45.9655...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:19.292256000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:35:54.515008000 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:36:06.048](62.101s) not ok 5 - regression tests pass
tap
[08:36:55.756](74.908s) not ok 2 - regression tests pass
test
[08:38:44.026]  40/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:38:44.026]  87/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:38:44.026] 159/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:17.849944613 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out	2024-09-23 08:40:06.409651473 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:17.849944613 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out	2024-09-23 08:41:24.566490457 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/al...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:17.849944613 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out	2024-09-23 08:37:37.826103940 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:40:14.340](96.429s) not ok 5 - regression tests pass
tap
[08:41:32.020](61.556s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:15.207581083 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:36:54.592717...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:15.207581083 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:37:26.8210...
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out	2024-09-23 08:34:15.207581083 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:36:49.180671412 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:37:01.501](76.099s) not ok 5 - regression tests pass
tap
[08:37:33.690](74.126s) not ok 2 - regression tests pass
test
[08:39:10.709]  45/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:39:10.709] 135/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:39:10.709] 155/309 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-09-23 08:34:18
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:36:18
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
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-09-23 08:34:18
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:37:25
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
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-09-23 08:34:18
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:36:18
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:36:27.147](55.085s) not ok 5 - regression tests pass
tap
[08:37:34.085](66.237s) not ok 2 - regression tests pass
test
[08:40:16.838]  26/309 postgresql:regress / regress/regress                                            ERROR            ...
[08:40:16.838]  47/309 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:40:16.838] 137/309 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-23 08:34:34.262682400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out	2024-09-23 08:38:19.092584300 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-23 08:34:34.262682400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/alter_table.out	2024-09-23 08:40:36.114558500 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/alter_table.out	2024-09-23 08:34:34.262682400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out	2024-09-23 08:38:11.541798300 +0000
@@ -3911,7 +3911,8 @@
 );
 CREATE TABLE fail_part (like unparted);
 ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a');
-ERROR:  table "unparted" is not partitioned
+ERROR:  ALTER action ATTACH PARTITION cannot be performed on relation "unparted"
+DETAIL:  This operation is not supported for tables.
 DROP TABLE unparted, fail_part;
 -- check that partition bound is compatible
 CREATE TABLE list_parted (
@@ -4281,7 +4282,8 @@
 -- check that the table is partitioned at all
 CREATE TABLE regular_table (a int);
 ALTER TABLE regular_table DETACH PARTITION any_name;
-ERROR:  table "regular_table" is not partitioned
+ERROR:  ALTER action DETACH PARTITION cannot be performed on relation "regular_table"
+DETAIL:  This operation is not supported for tables.
...
tap
[08:38:36.493](115.123s) not ok 5 - regression tests pass
tap
[08:40:51.731](122.040s) not ok 2 - regression tests pass
test
[08:47:36.052]  20/304 postgresql:regress / regress/regress                                            ERROR           1...
[08:47:36.052]  41/304 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:47:36.052]  84/304 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/5195 Index AM API cleanup
CompilerWarnings
compiler
[14:58:26.358] plancat.c:491:46: error: ‘amroutine’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[14:57:18.221] plancat.c:491:46: error: ‘amroutine’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:06:54.021] plancat.c:491:46: error: ‘amroutine’ may be used uninitialized [-Werror=maybe-uninitialized]
49/5194 Basic threading API pg_threads.h
CompilerWarnings
compiler
[13:26:12.549] ../../src/include/port/pg_threads.h:126:16: error: returning ‘DWORD’ {aka ‘long unsigned int’} from a fun...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:25:35.968] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:40.856] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:42.305] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:43.168] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:47.786] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:47.976] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:48.372] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:24:48.566] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:32.602] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:35.889] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:35.889] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:36.063] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.570] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.570] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.807] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:25:37.807] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.494] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.494] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.526] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.526] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
compiler
[13:26:00.652] c:\cirrus\src\include\port/pg_threads.h(126): warning C4047: 'return': 'pg_thrd_t' differs in levels of i...
50/4984 Serverside SNI for SSL connections
FreeBSD - 13 - Meson
tap
[22:16:53.295](1.747s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:17:03.013] 289/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[22:17:45.961](0.869s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[22:18:17.803](0.521s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:18:28.098] 288/309 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:24:29.041](0.000s) not ok 4 - connect with correct server CA cert file sslmode=require: matches
tap
[22:24:10.766](2.154s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[22:24:37.713] 283/304 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[22:24:37.713] 301/304 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
50/4736 Add new protocol message to change GUCs to be able to change protocol extension parameters
CompilerWarnings
compiler
[18:39:12.689] protocol-parameters.c:28:26: error: no previous extern declaration for non-static variable 'SupportedProt...
compiler
[18:38:31.511] protocol-parameters.c:28:26: error: no previous extern declaration for non-static variable 'SupportedProt...
50/4871 KNN-btree
CompilerWarnings
compiler
[11:52:59.402] nbtsearch.c:2654:15: error: unused variable 'so' [-Werror,-Wunused-variable]
compiler
[11:49:12.903] nbtsearch.c:2654:22: error: unused variable ‘so’ [-Werror=unused-variable]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out	2024-08-11 11:48:03.214239000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:51:07.842611000 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:03.214311000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:51:07.896977000 +0000
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:04.725006000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:50:13.130212...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
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-08-11 11:48:04.725006000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:50:53.9471...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:04.725006000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:50:10.898413000 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:50:53.472](62.276s) not ok 5 - regression tests pass
tap
[11:51:39.016](74.365s) not ok 2 - regression tests pass
test
[11:53:29.369]  18/307 postgresql:regress / regress/regress                                            ERROR            ...
[11:53:29.369]  61/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[11:53:29.369]  94/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:53:29.369] 152/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:02.776379012 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/btree_index.out	2024-08-11 11:55:04.814746193 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:02.776379012 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/btree_index.out	2024-08-11 11:56:59.282665717 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
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-08-11 11:48:02.776379012 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/btree_index.out	2024-08-11 11:52:42.302301902 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:56:01.054](98.768s) not ok 5 - regression tests pass
tap
[11:57:38.657](59.040s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out	2024-08-11 11:48:01.711619909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:53:53.018533047 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:01.711619909 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:53:53.290534582 +0000
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:03.553128068 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:52:56.434315...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
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-08-11 11:48:03.553128068 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:53:42.0064...
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out	2024-08-11 11:48:03.553128068 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:52:51.278309928 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:53:48.574](77.548s) not ok 5 - regression tests pass
tap
[11:54:37.845](91.873s) not ok 2 - regression tests pass
test
[11:56:11.362]  17/307 postgresql:regress / regress/regress                                            ERROR            ...
[11:56:11.362]  84/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[11:56:11.362] 135/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:56:11.362] 164/307 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/init.out /Users/admin/pgsql/build/testrun/btree_gist/regress/res...
--- /Users/admin/pgsql/contrib/btree_gist/expected/init.out	2024-08-11 11:48:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:51:50
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff -U3 /Users/admin/pgsql/contrib/btree_gist/expected/int2.out /Users/admin/pgsql/build/testrun/btree_gist/regress/res...
--- /Users/admin/pgsql/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:10
+++ /Users/admin/pgsql/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:51:50
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/btree_index.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg...
--- /Users/admin/pgsql/src/test/regress/expected/btree_index.out	2024-08-11 11:48:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:50:35
@@ -626,506 +626,60471 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
-  4408 | 4488889
-  6320 | 5257716
-  1836 | 5593978
-(10 rows)
-
-DROP INDEX bt_i4_heap_random_idx;
-CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
-SELECT * FROM bt_i4_heap
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/btree_index.out /Users/admin/pgsql/build/testrun/recovery/027_stre...
--- /Users/admin/pgsql/src/test/regress/expected/btree_index.out	2024-08-11 11:48:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:51:36
@@ -626,506 +626,60471 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
-  4408 | 4488889
-  6320 | 5257716
-  1836 | 5593978
-(10 rows)
-
-DROP INDEX bt_i4_heap_random_idx;
-CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
-SELECT * FROM bt_i4_heap
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/btree_index.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/btree_index.out	2024-08-11 11:48:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:50:31
@@ -626,506 +626,60471 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
-  4408 | 4488889
-  6320 | 5257716
-  1836 | 5593978
-(10 rows)
-
-DROP INDEX bt_i4_heap_random_idx;
-CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
-SELECT * FROM bt_i4_heap
...
tap
[11:51:00.566](47.181s) not ok 5 - regression tests pass
tap
[11:52:14.563](71.272s) not ok 2 - regression tests pass
test
[11:54:42.363]  24/307 postgresql:regress / regress/regress                                            ERROR            ...
[11:54:42.363]  47/307 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:54:42.363]  64/307 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[11:54:42.363] 145/307 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/init.out C:/cirrus/build/testrun/btree_gist/regress/r...
--- C:/cirrus/contrib/btree_gist/expected/init.out	2024-08-11 11:48:14.954991600 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/init.out	2024-08-11 11:53:51.006001800 +0000
@@ -1,4 +1,5 @@
 CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" has no installation script nor update path for version "1.8"
 -- Check whether any of our opclasses fail amvalidate
 SELECT amname, opcname
 FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod
diff --strip-trailing-cr -U3 C:/cirrus/contrib/btree_gist/expected/int2.out C:/cirrus/build/testrun/btree_gist/regress/r...
--- C:/cirrus/contrib/btree_gist/expected/int2.out	2024-08-11 11:48:14.955970900 +0000
+++ C:/cirrus/build/testrun/btree_gist/regress/results/int2.out	2024-08-11 11:53:51.522598900 +0000
@@ -41,6 +41,8 @@
 (3 rows)
 
 CREATE INDEX int2idx ON int2tmp USING gist ( a );
+ERROR:  data type smallint has no default operator class for access method "gist"
+HINT:  You must specify an operator class for the index or define a default operator class for the data type.
 SET enable_seqscan=off;
 SELECT count(*) FROM int2tmp WHERE a <  237::int2;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/btree_index.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/btree_index.out	2024-08-11 11:48:19.584309800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out	2024-08-11 11:51:01.016340500 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/btree_index.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/btree_index.out	2024-08-11 11:48:19.584309800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/btree_index.out	2024-08-11 11:53:05.500604000 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/btree_index.out C:/cirrus/build/testrun/regress/regress...
--- C:/cirrus/src/test/regress/expected/btree_index.out	2024-08-11 11:48:19.584309800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/btree_index.out	2024-08-11 11:50:50.841791200 +0000
@@ -626,15 +626,10 @@
 -------+---------
   5380 | 3000193
   6262 | 3013326
-  2126 | 2648497
-  2681 | 2321799
-  2893 | 1919087
-  6448 | 4157193
-   210 | 1809552
   4408 | 4488889
   6320 | 5257716
   1836 | 5593978
-(10 rows)
+(5 rows)
 
 DROP INDEX bt_i4_heap_random_idx;
 CREATE INDEX bt_i4_heap_random_idx ON bt_i4_heap USING btree(random DESC, seqno);
...
tap
[11:52:08.903](109.546s) not ok 5 - regression tests pass
tap
[11:54:17.138](114.470s) not ok 2 - regression tests pass
test
[12:00:12.996]   7/302 postgresql:regress / regress/regress                                            ERROR           1...
[12:00:12.996]  37/302 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[12:00:12.996]  71/302 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[12:00:12.996]  90/302 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
50/4337 Incremental View Maintenance (IVM), take 2
macOS - Ventura - Meson
tap
[18:08:25.250](0.000s) not ok 383 - pgbench script error: bad boolean stderr /(?^:malformed variable.*trueXXX)/
test
[18:09:29.841] 209/303 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
49/4857 Partial aggregates push down
CompilerWarnings
compiler
[10:20:56.283] deparse.c:3872:12: error: unused variable 'query' [-Werror,-Wunused-variable]
compiler
[10:16:01.220] deparse.c:3872:12: error: unused variable ‘query’ [-Werror=unused-variable]