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.

52/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Linux - Debian Bookworm - Meson
core
[04:12:07.815] #0  0x00007f927452cdd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.815] #1  0x00007f92744d9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.815] #2  0x00007f92744d9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.815] #3  0x000055ec608ca5f3 in ?? ()
[04:12:07.815] #4  0x000055ec608c4369 in ?? ()
[04:12:07.815] #5  0x000055ec608c320f in ?? ()
[04:12:07.815] #6  0x000055ec608c3c3b in ?? ()
[04:12:07.815] #7  0x000055ec608c166f in ?? ()
[04:12:07.815] #8  0x00007f92744c424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.815] #9  0x00007f92744c4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:12:07.583] #0  0x00007f927452cdd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.583] #1  0x00007f92744d9239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.583] #2  0x00007f92744d9497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.583] #3  0x000055ec608ca5c1 in ?? ()
[04:12:07.583] #4  0x000055ec608c4369 in ?? ()
[04:12:07.583] #5  0x000055ec608c320f in ?? ()
[04:12:07.583] #6  0x000055ec608c3c3b in ?? ()
[04:12:07.583] #7  0x000055ec608c166f in ?? ()
[04:12:07.583] #8  0x00007f92744c424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.583] #9  0x00007f92744c4305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:12:07.701] #0  <unavailable> in ?? ()
core
[04:12:07.701] #0  0x00007fe4bef24dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.701] #1  0x00007fe4beed1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.701] #2  0x00007fe4beed1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.701] #3  0x000055854ec3f5f3 in ?? ()
[04:12:07.701] #4  0x000055854ec39369 in ?? ()
[04:12:07.701] #5  0x000055854ec3820f in ?? ()
[04:12:07.701] #6  0x000055854ec38c3b in ?? ()
[04:12:07.701] #7  0x000055854ec3666f in ?? ()
[04:12:07.701] #8  0x00007fe4beebc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.701] #9  0x00007fe4beebc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:12:07.815] #0  <unavailable> in ?? ()
core
[04:12:07.930] #0  0x00007fe4bef24dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.930] #1  0x00007fe4beed1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.930] #2  0x00007fe4beed1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.930] #3  0x000055854ec3f5c1 in ?? ()
[04:12:07.930] #4  0x000055854ec39369 in ?? ()
[04:12:07.930] #5  0x000055854ec3820f in ?? ()
[04:12:07.930] #6  0x000055854ec38c3b in ?? ()
[04:12:07.930] #7  0x000055854ec3666f in ?? ()
[04:12:07.930] #8  0x00007fe4beebc24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:07.930] #9  0x00007fe4beebc305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-04-01 03:55:26.312546848 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-04-01 04:04:11.15349...
@@ -3043,7 +3043,7 @@
 SELECT ten FROM onek t WHERE 1 IN ((VALUES (1), (3)));
                         QUERY PLAN                        
 ----------------------------------------------------------
- Seq Scan on onek t  (cost=0.00..45.00 rows=1000 width=4)
+ Seq Scan on onek t  (cost=0.00..44.00 rows=1000 width=4)
 (1 row)
 
 EXPLAIN (COSTS OFF)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-04-01 03:55:26.312546848 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-04-01 04:05:32.192...
@@ -3043,7 +3043,7 @@
 SELECT ten FROM onek t WHERE 1 IN ((VALUES (1), (3)));
                         QUERY PLAN                        
 ----------------------------------------------------------
- Seq Scan on onek t  (cost=0.00..45.00 rows=1000 width=4)
+ Seq Scan on onek t  (cost=0.00..44.00 rows=1000 width=4)
 (1 row)
 
 EXPLAIN (COSTS OFF)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build-32/testrun/regress/regr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-04-01 03:55:26.312546848 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/subselect.out	2025-04-01 04:04:12.245457233 +0000
@@ -3043,7 +3043,7 @@
 SELECT ten FROM onek t WHERE 1 IN ((VALUES (1), (3)));
                         QUERY PLAN                        
 ----------------------------------------------------------
- Seq Scan on onek t  (cost=0.00..45.00 rows=1000 width=4)
+ Seq Scan on onek t  (cost=0.00..44.00 rows=1000 width=4)
 (1 row)
 
 EXPLAIN (COSTS OFF)
tap
[04:05:04.782](74.492s) not ok 5 - regression tests pass
tap
[04:06:27.302](77.928s) not ok 2 - regression tests pass
test
[04:09:47.966]  10/335 postgresql:regress / regress/regress                                            ERROR            ...
[04:09:47.966]  28/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:09:47.966] 100/335 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2025-04-01 03:55:29.413211300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-04-01 03:58:07.517725700 +0000
@@ -2833,15 +2833,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}'::oid[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/subselect.out	2025-04-01 03:55:29.413211300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-04-01 04:00:51.138811800 +0000
@@ -2833,15 +2833,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}'::oid[]))
-(6 rows)
+                       QUERY PLAN                        
+---------------------------------------------------------
+ Merge Join
+   Merge Cond: (c.oid = a.oid)
...
tap
[03:59:40.398](127.424s) not ok 5 - regression tests pass
tap
[04:02:26.682](144.498s) not ok 2 - regression tests pass
test
[04:09:26.104]  22/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[04:09:26.104]  87/329 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
52/4237 Add XMLCanonicalize function
FreeBSD - Meson
core
[00:06:09.414] #0  0x00002a919fa63e90 in ?? ()
[00:06:09.414] #1  0x0000000000000000 in ?? ()
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
test
[00:02:32.744] 334/334 postgresql:subscription / subscription/024_add_drop_pub                         ERROR           1...
macOS - Sonoma - Meson
tap
[23:57:58.041](0.000s) not ok 20 - list_parted2_def scanned
[23:57:58.041](0.000s) not ok 21 - part_5 verified by existing constraints
test
[23:58:12.251] 313/334 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
53/5087 Doc: Move and modify standalone hot backups section
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out /tmp/cirrus-ci-build/build/testrun/regress-runn...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_index.out	2025-03-31 21:31:57.590656000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/create_index.out	2025-03-31 21:39:18.103892000 +0...
@@ -2012,7 +2012,7 @@
                                  QUERY PLAN                                 
 ----------------------------------------------------------------------------
  Aggregate
-   ->  Index Only Scan using tenk1_thous_tenthous on tenk1 t1
+   ->  Seq Scan on tenk1 t1
          Filter: ((thousand = 42) OR (thousand = (SubPlan 1)))
          SubPlan 1
            ->  Limit
@@ -2181,9 +2181,11 @@
                Filter: ((thousand = 42) OR (thousand = 41) OR (tenthous = 2))
                ->  Bitmap Index Scan on tenk2_hundred
                      Index Cond: (hundred = 42)
-         ->  Index Only Scan using tenk1_hundred on tenk1
-               Index Cond: (hundred = 42)
-(9 rows)
+         ->  Bitmap Heap Scan on tenk1
...
test
[21:39:52.820] 57/76 postgresql:regress-running / regress-running/regress                         ERROR            28.86...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:39:41.630](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
test
[21:56:12.363] 142/329 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[21:56:12.363] 329/329 postgresql:ecpg / ecpg/ecpg                                                     TIMEOUT        10...
52/5268 Fix incorrect Assert in gistFindCorrectParent()
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:01:56.373](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
test
[19:05:19.873] 219/329 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
53/5652 pg_dsm_registry system view
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_dsm_registry/expected/test_dsm_registry.out /tmp/cirrus-ci-build/bui...
--- /tmp/cirrus-ci-build/src/test/modules/test_dsm_registry/expected/test_dsm_registry.out	2025-03-31 17:02:50.257414000...
+++ /tmp/cirrus-ci-build/build/testrun/test_dsm_registry-running/regress/results/test_dsm_registry.out	2025-03-31 17:09:...
@@ -17,5 +17,6 @@
        name        | size 
 -------------------+------
  test_dsm_registry |   20
-(1 row)
+ injection_points  |  560
+(2 rows)
 
test
[17:10:08.754] 55/76 postgresql:test_dsm_registry-running / test_dsm_registry-running/regress     ERROR             0.12...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:03:55.053] ../src/backend/storage/ipc/dsm_registry.c(224): error C2375: 'pg_get_dsm_registry': redefinition; differe...
52/5117 VACUUM FULL / CLUSTER CONCURRENTLY
FreeBSD - Meson
assertion
TRAP: failed Assert("!OidIsValid(repacked_rel)"), File: "../src/backend/commands/cluster.c", Line: 2356, PID: 60775
core
[15:12:44.345] #0  0x000000082cbc575a in _sigprocmask () from /lib/libc.so.7
[15:12:44.345] #1  0x000000082cc02a2f in _system () from /lib/libc.so.7
[15:12:44.345] #2  0x000000082c02e8a3 in ?? () from /lib/libthr.so.3
[15:12:44.345] #3  0x00000000006815f7 in RestoreArchivedFile (path=path@entry=0x8217101e0 "pg_wal/0\313\0228", xlogfname...
[15:12:44.345] #4  0x000000000068cc40 in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[15:12:44.345] #5  0x000000000068898c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[15:12:44.345] #6  WaitForWALToBecomeAvailable (RecPtr=67173224, tliRecPtr=67173200, replayTLI=2, replayLSN=67173200, ra...
[15:12:44.345] #7  XLogPageRead (xlogreader=0x230040c1d1c0, targetPagePtr=67166208, reqLen=7016, targetRecPtr=67173200, ...
[15:12:44.345] #8  0x000000000068f98a in ReadPageInternal (state=state@entry=0x230040c1d1c0, pageptr=67166208, reqLen=70...
[15:12:44.345] #9  0x000000000068e7b8 in XLogDecodeNextRecord (state=0x230040c1d1c0, nonblocking=false) at ../src/backen...
core
[15:12:44.623] #0  0x000000082ae3f1ba in thr_kill () from /lib/libc.so.7
[15:12:44.623] #1  0x000000082adb85d4 in raise () from /lib/libc.so.7
[15:12:44.623] #2  0x000000082ae6bb59 in abort () from /lib/libc.so.7
[15:12:44.623] #3  0x0000000000acc5c5 in ExceptionalCondition (conditionName=0x323ea4 "!OidIsValid(repacked_rel)", fileN...
[15:12:44.623] #4  0x00000000006e0ec6 in begin_concurrent_repack (rel=0x74fd6264ca8, index_p=<optimized out>, entered_p=...
[15:12:44.623] #5  cluster_rel (OldHeap=OldHeap@entry=0x74fd6264ca8, indexOid=indexOid@entry=20852, params=params@entry=...
[15:12:44.623] #6  0x00000000006de75d in process_single_relation (relation=<optimized out>, indexname=<optimized out>, c...
[15:12:44.623] #7  0x00000000006e2649 in repack (pstate=pstate@entry=0x74fd5a30d00, stmt=stmt@entry=0x74fd5a25c58, isTop...
[15:12:44.623] #8  0x00000000009722dc in standard_ProcessUtility (pstmt=0x74fd5a25388, queryString=0x74fd5a24100 "\n\tRE...
[15:12:44.623] #9  0x0000000000972088 in ProcessUtility (pstmt=0x18e58, queryString=0x6 <error: Cannot access memory at ...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/repack.out /tmp/cirrus-ci-build/build/testrun/i...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/repack.out	2025-03-31 15:02:23.110404000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/repack.out	2025-03-31 15:06:35.923266000 +0000
@@ -8,7 +8,8 @@
 
 step wait_before_lock: 
 	REPACK CONCURRENTLY repack_test USING INDEX repack_test_pkey;
- <waiting ...>
+
+ERROR:  could not open relation with OID 2139062143
 step change_existing: 
 	UPDATE repack_test SET i=10 where i=1;
 	UPDATE repack_test SET j=20 where i=2;
@@ -63,12 +64,7 @@
 step wakeup_before_lock: 
 	SELECT injection_points_wakeup('repack-concurrently-before-lock');
 
-injection_points_wakeup
------------------------
-                       
...
tap
[15:08:33.534](0.000s) not ok 23 - connect : matches
test
[15:10:08.659] 120/334 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[15:10:08.659] 255/334 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000062`c6f473c8 00007ffa`b53a79f2     ntdll!NtWaitForAlertByThreadId+0x14
00000062`c6f473d0 00007ffa`b5345c2f     ntdll!TppBarrierAdjust+0xfa
00000062`c6f47430 00007ffa`b5344787     ntdll!TppWorkWait+0x3f
00000062`c6f47470 00007ffa`a2751d63     ntdll!TpWaitForWork+0x27
00000062`c6f474a0 +
core
000000d3`4d3ff5c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d3`4d3ff5d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`4d3ff640 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d3`4d3ff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`4d3ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`4dbffc28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`4dbffc30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d3`4dbfff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`4dbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`4d7ffaf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d3`4d7ffb00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d3`4d7ffba0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d3`4d7ffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`4d7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`4cfff5d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`4cfff5e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d3`4cfff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`4cfff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`4cbff3e0 00007ff7`b005555b     postgres!hash_search(
000000d3`4cbff420 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d3`4cbff470 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d3`4cbff520 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d3`4cbff560 00007ff7`aff813e9     postgres!relation_open(
000000d3`4cbff5a0 00007ff7`b067fc6e     postgres!table_open(
000000d3`4cbff5e0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000d3`4cbff640 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000d3`4cbff6f0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000d3`4cbff730 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000e8`dabff668 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e8`dabff670 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`dabff6e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e8`dabff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`dabff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`dafffae8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e8`dafffaf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e8`dafffb90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e8`dafffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`dafffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`da3ff478 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`da3ff480 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e8`da3ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`da3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d9fff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`d9fff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e8`d9fff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`d9fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`d9bfd5e0 00007ff7`b005555b     postgres!hash_search(
000000e8`d9bfd620 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e8`d9bfd670 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e8`d9bfd720 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e8`d9bfd760 00007ff7`aff30279     postgres!relation_open(
000000e8`d9bfd7a0 00007ff7`aff2edfc     postgres!index_open(
000000e8`d9bfd7e0 00007ff7`b0691089     postgres!systable_beginscan(
000000e8`d9bfd850 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e8`d9bfd940 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e8`d9bfd9d0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000e8`da7ff918 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`da7ff920 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e8`da7ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`da7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`421ff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`421ff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c3`421ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`421ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`42dff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`42dff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c3`42dffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`42dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`425ffcf8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c3`425ffd00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`425ffd70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c3`425ffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`425ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`41dff010 00007ff7`b005555b     postgres!hash_search(
000000c3`41dff050 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c3`41dff0a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c3`41dff150 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c3`41dff190 00007ff7`aff813e9     postgres!relation_open(
000000c3`41dff1d0 00007ff7`b06c6f7b     postgres!table_open(
000000c3`41dff210 00007ff7`b06c5f28     postgres!process_settings(
000000c3`41dff260 00007ff7`b0467cf8     postgres!InitPostgres(
000000c3`41dff380 00007ff7`b0461ebd     postgres!PostgresMain(
000000c3`41dff5b0 00007ff7`b03532b7     postgres!BackendMain(
core
000000c3`429ffb98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c3`429ffba0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c3`429ffc40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c3`429ffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`429ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`fe9fdda0 00007ff7`b005555b     postgres!hash_search(
0000008e`fe9fdde0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008e`fe9fde30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008e`fe9fdee0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008e`fe9fdf20 00007ff7`aff813e9     postgres!relation_open(
0000008e`fe9fdf60 00007ff7`afffff14     postgres!table_open(
0000008e`fe9fdfa0 00007ff7`affef517     postgres!index_drop(
0000008e`fe9fe080 00007ff7`affef00d     postgres!doDeletion(
0000008e`fe9fe0d0 00007ff7`afff2541     postgres!deleteOneObject(
0000008e`fe9fe220 00007ff7`affed480     postgres!deleteObjectsInList(
core
0000008e`fedff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`fedff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008e`fedff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`fedff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ff5ffbf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`ff5ffc00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008e`ff5ffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ff5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ff9ff6a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008e`ff9ff6b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008e`ff9ff720 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008e`ff9ff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ff9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ffdff698 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000008e`ffdff6a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008e`ffdff740 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000008e`ffdff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ffdff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008e`ff1ff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008e`ff1ff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008e`ff1ffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008e`ff1ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e6dffae8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000004e`e6dffaf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`e6dffb60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000004e`e6dffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e6dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e75ff6e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000004e`e75ff6f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004e`e75ff790 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000004e`e75ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e75ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e71ff748 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e71ff750 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004e`e71ffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e71ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e69ff528 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`e69ff530 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004e`e69ff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`e69ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`e65fd850 00007ff7`b005555b     postgres!hash_search(
0000004e`e65fd890 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000004e`e65fd8e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000004e`e65fd990 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000004e`e65fd9d0 00007ff7`aff30279     postgres!relation_open(
0000004e`e65fda10 00007ff7`aff2edfc     postgres!index_open(
0000004e`e65fda50 00007ff7`b0691089     postgres!systable_beginscan(
0000004e`e65fdac0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000004e`e65fdbb0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000004e`e65fdc40 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000005f`ad1ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`ad1ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005f`ad1ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ad1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`acdff8c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005f`acdff8d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005f`acdffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`acdffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ad9ffa28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000005f`ad9ffa30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005f`ad9ffad0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000005f`ad9ffb10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ad9ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ad5ff738 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005f`ad5ff740 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005f`ad5ff7b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005f`ad5ff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005f`ad5ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005f`ac9fda30 00007ff7`b005555b     postgres!hash_search(
0000005f`ac9fda70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005f`ac9fdac0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005f`ac9fdb70 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005f`ac9fdbb0 00007ff7`aff30279     postgres!relation_open(
0000005f`ac9fdbf0 00007ff7`aff2edfc     postgres!index_open(
0000005f`ac9fdc30 00007ff7`b0691089     postgres!systable_beginscan(
0000005f`ac9fdca0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000005f`ac9fdd90 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000005f`ac9fde20 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000009d`673ff1b0 00007ff7`b005555b     postgres!hash_search(
0000009d`673ff1f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000009d`673ff240 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000009d`673ff2f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000009d`673ff330 00007ff7`aff813e9     postgres!relation_open(
0000009d`673ff370 00007ff7`b06c6f7b     postgres!table_open(
0000009d`673ff3b0 00007ff7`b06c5f28     postgres!process_settings(
0000009d`673ff400 00007ff7`b034fa62     postgres!InitPostgres(
0000009d`673ff520 00007ff7`aff91606     postgres!BackgroundWorkerInitializeConnectionByOid(
0000009d`673ff580 00007ff7`b0350a89     postgres!ParallelWorkerMain(
core
0000009d`67fffcd8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000009d`67fffce0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`67fffd50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000009d`67fffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`67fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`67bff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`67bff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009d`67bffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`67bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`677ffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`677ffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009d`677ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`677ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d87ff688 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d87ff690 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000035`d87ff980 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d87ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d7fff480 00007ff7`b005555b     postgres!hash_search(
00000035`d7fff4c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000035`d7fff510 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000035`d7fff5c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000035`d7fff600 00007ff7`afff44ad     postgres!relation_open(
00000035`d7fff640 00007ff7`affef549     postgres!heap_drop_with_catalog(
00000035`d7fff6c0 00007ff7`affef00d     postgres!doDeletion(
00000035`d7fff710 00007ff7`afff2541     postgres!deleteOneObject(
00000035`d7fff860 00007ff7`affed32c     postgres!deleteObjectsInList(
00000035`d7fff8c0 00007ff7`b000e034     postgres!performDeletion(
core
00000035`d93ff9c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000035`d93ff9d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000035`d93ffa70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000035`d93ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d93ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d8fffc08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000035`d8fffc10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000035`d8fffc80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000035`d8fffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d8fffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d8bff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d8bff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000035`d8bffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d8bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`d83ff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`d83ff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000035`d83ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`d83ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ae1ff9d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000021`ae1ff9e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000021`ae1ffa80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000021`ae1ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ae1ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ad5fec20 00007ff7`b005555b     postgres!hash_search(
00000021`ad5fec60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000021`ad5fecb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000021`ad5fed60 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000021`ad5feda0 00007ff7`aff30279     postgres!relation_open(
00000021`ad5fede0 00007ff7`aff2edfc     postgres!index_open(
00000021`ad5fee20 00007ff7`b0691089     postgres!systable_beginscan(
00000021`ad5fee90 00007ff7`b0162020     postgres!RelationGetIndexList(
00000021`ad5fef80 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000021`ad5ff010 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000021`ae5ff6d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`ae5ff6e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000021`ae5ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ae5ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`addffd38 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000021`addffd40 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`addffdb0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000021`addffeb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`addffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ad9ffa78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`ad9ffa80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000021`ad9ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ad9ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a3dff808 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000040`a3dff810 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000040`a3dff8b0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000040`a3dff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a3dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a39ff858 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000040`a39ff860 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000040`a39ff8d0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000040`a39ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a39ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a35ff958 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a35ff960 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000040`a35ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a35ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a31ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`a31ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000040`a31ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`a31ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`a2df9c40 00007ff7`b005555b     postgres!hash_search(
00000040`a2df9c80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000040`a2df9cd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000040`a2df9d80 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000040`a2df9dc0 00007ff7`aff813e9     postgres!relation_open(
00000040`a2df9e00 00007ff7`afe9b006     postgres!table_open(
00000040`a2df9e40 00007ff7`afe9942a     postgres!toast_fetch_datum(
00000040`a2df9ed0 00007ff7`aff1cd43     postgres!detoast_external_attr(
00000040`a2df9f90 00007ff7`b068001e     postgres!toast_flatten_tuple(
00000040`a2dfe100 00007ff7`b067efd9     postgres!CatalogCacheCreateEntry(
core
000000c3`09dff728 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c3`09dff730 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c3`09dff7d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c3`09dff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`09dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`0a1ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`0a1ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c3`0a1ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`0a1ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`099ff608 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c3`099ff610 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c3`099ff680 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c3`099ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`099ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`095ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c3`095ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c3`095ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c3`095ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c3`091ff2c0 00007ff7`b005555b     postgres!hash_search(
000000c3`091ff300 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c3`091ff350 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c3`091ff400 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c3`091ff440 00007ff7`aff813e9     postgres!relation_open(
000000c3`091ff480 00007ff7`b067fc6e     postgres!table_open(
000000c3`091ff4c0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000c3`091ff520 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000c3`091ff5d0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000c3`091ff610 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000b7`737ffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`737ffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b7`737ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`737ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`743ff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`743ff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b7`743ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`743ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`73fffa18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b7`73fffa20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b7`73fffac0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b7`73fffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`73fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`733fdda0 00007ff7`b005555b     postgres!hash_search(
000000b7`733fdde0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b7`733fde30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b7`733fdee0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b7`733fdf20 00007ff7`aff30279     postgres!relation_open(
000000b7`733fdf60 00007ff7`aff2edfc     postgres!index_open(
000000b7`733fdfa0 00007ff7`b003b017     postgres!systable_beginscan(
000000b7`733fe010 00007ff7`b0038a80     postgres!shdepDropDependency(
000000b7`733fe1b0 00007ff7`b003e8e8     postgres!deleteSharedDependencyRecordsFor(
000000b7`733fe210 00007ff7`b003e713     postgres!GenerateTypeDependencies(
core
000000b7`73bff9b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b7`73bff9c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`73bffa30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b7`73bffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`73bffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`c63ff6b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000095`c63ff6c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000095`c63ff730 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000095`c63ff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`c63ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`c5bfeb70 00007ff7`b005555b     postgres!hash_search(
00000095`c5bfebb0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000095`c5bfec00 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000095`c5bfecb0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000095`c5bfecf0 00007ff7`aff30279     postgres!relation_open(
00000095`c5bfed30 00007ff7`aff2edfc     postgres!index_open(
00000095`c5bfed70 00007ff7`b0691089     postgres!systable_beginscan(
00000095`c5bfede0 00007ff7`b0139fa7     postgres!RelationGetIndexList(
00000095`c5bfeed0 00007ff7`b004954e     postgres!vac_open_indexes(
00000095`c5bfef40 00007ff7`b00489f4     postgres!do_analyze_rel(
core
00000095`c5fffc08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`c5fffc10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000095`c5ffff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`c5ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`c67ff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`c67ff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000095`c67ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`c67ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`4afff9c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000054`4afff9d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000054`4afffa70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000054`4afffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`4afffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`4a3fdce0 00007ff7`b005555b     postgres!hash_search(
00000054`4a3fdd20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000054`4a3fdd70 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000054`4a3fde20 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
00000054`4a3fe0e0 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000054`4a3fe120 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000054`4a3fe170 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
00000054`4a3fe1f0 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
00000054`4a3fe240 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
00000054`4a3fe280 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
00000054`4a7ff528 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`4a7ff530 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000054`4a7ff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`4a7ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`4abff948 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000054`4abff950 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`4abff9c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000054`4abffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`4abffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`4b3ff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`4b3ff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000054`4b3ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`4b3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`069ff8d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000021`069ff8e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000021`069ff980 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000021`069ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`069ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`05dff1c0 00007ff7`b005555b     postgres!hash_search(
00000021`05dff200 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000021`05dff250 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000021`05dff300 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000021`05dff340 00007ff7`aff813e9     postgres!relation_open(
00000021`05dff380 00007ff7`b06c6f7b     postgres!table_open(
00000021`05dff3c0 00007ff7`b06c5f28     postgres!process_settings(
00000021`05dff410 00007ff7`b0467cf8     postgres!InitPostgres(
00000021`05dff530 00007ff7`b0461ebd     postgres!PostgresMain(
00000021`05dff760 00007ff7`b03532b7     postgres!BackendMain(
core
00000021`061ff7c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`061ff7d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000021`061ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`061ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`065ffd88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000021`065ffd90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`065ffe00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000021`065fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`065fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`06dff898 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`06dff8a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000021`06dffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`06dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`4a3ff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`4a3ff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`4a3ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`4a3ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`49bff458 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`49bff460 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`49bff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`49bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`49fff9b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fe`49fff9c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`49fffa30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fe`49fffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`49fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`4a7ff798 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000fe`4a7ff7a0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000fe`4a7ff800 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`4a7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`497feda0 00007ff7`b005555b     postgres!hash_search(
000000fe`497fede0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fe`497fee30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000fe`497feee0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000fe`497fef20 00007ff7`aff30279     postgres!relation_open(
000000fe`497fef60 00007ff7`aff2edfc     postgres!index_open(
000000fe`497fefa0 00007ff7`b0691089     postgres!systable_beginscan(
000000fe`497ff010 00007ff7`b0162020     postgres!RelationGetIndexList(
000000fe`497ff100 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000fe`497ff190 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000cf`79fffc78 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000cf`79fffc80 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`79fffd20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000cf`79fffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`79fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`797ffba8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`797ffbb0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000cf`797ffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`797ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`793ff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`793ff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000cf`793ffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`793ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`78ffe4d0 00007ff7`b005555b     postgres!hash_search(
000000cf`78ffe510 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000cf`78ffe560 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000cf`78ffe610 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000cf`78ffe650 00007ff7`aff813e9     postgres!relation_open(
000000cf`78ffe690 00007ff7`affed384     postgres!table_open(
000000cf`78ffe6d0 00007ff7`b00da19e     postgres!performMultipleDeletions(
000000cf`78ffe750 00007ff7`b0476d63     postgres!RemoveRelations(
000000cf`78ffe820 00007ff7`b04764d9     postgres!ExecDropStmt(
000000cf`78ffe860 00007ff7`b0471a36     postgres!ProcessUtilitySlow(
core
000000cf`79bffbb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000cf`79bffbc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`79bffc30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000cf`79bffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`79bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`965fec30 00007ff7`b005555b     postgres!hash_search(
00000062`965fec70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000062`965fecc0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000062`965fed70 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000062`965fedb0 00007ff7`aff30279     postgres!relation_open(
00000062`965fedf0 00007ff7`aff2edfc     postgres!index_open(
00000062`965fee30 00007ff7`b0691089     postgres!systable_beginscan(
00000062`965feea0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000062`965fef90 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000062`965ff020 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000062`969ff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`969ff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000062`969ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`969ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`96dff968 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`96dff970 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000062`96dffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`96dffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`971ffc88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000062`971ffc90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000062`971ffd00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000062`971ffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`971ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`975ffa08 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000062`975ffa10 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000062`975ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`975ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`38bffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000045`38bffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`38bffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000045`38bffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`38bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`37ffd550 00007ff7`b005555b     postgres!hash_search(
00000045`37ffd590 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000045`37ffd5e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000045`37ffd690 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000045`37ffd6d0 00007ff7`aff30279     postgres!relation_open(
00000045`37ffd710 00007ff7`aff2edfc     postgres!index_open(
00000045`37ffd750 00007ff7`b0691089     postgres!systable_beginscan(
00000045`37ffd7c0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000045`37ffd8b0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000045`37ffd940 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000045`383ffae8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`383ffaf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000045`383ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`383ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`387ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`387ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000045`387ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`387ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`38fff798 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000045`38fff7a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000045`38fff840 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000045`38fff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`38fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`5a9ff9b8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000045`5a9ff9c0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000045`5a9ffa60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000045`5a9ffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`5a9ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`59dfd5e0 00007ff7`b005555b     postgres!hash_search(
00000045`59dfd620 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000045`59dfd670 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000045`59dfd720 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000045`59dfd760 00007ff7`aff30279     postgres!relation_open(
00000045`59dfd7a0 00007ff7`aff2edfc     postgres!index_open(
00000045`59dfd7e0 00007ff7`b0691089     postgres!systable_beginscan(
00000045`59dfd850 00007ff7`b0162020     postgres!RelationGetIndexList(
00000045`59dfd940 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000045`59dfd9d0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000045`5a1ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`5a1ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000045`5a1ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`5a1ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`5a5ff9f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000045`5a5ffa00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000045`5a5ffa70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000045`5a5ffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`5a5ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`5adff888 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`5adff890 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000045`5adffb80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`5adffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b53ff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b53ff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b53ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b53ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b4bfdc10 00007ff7`b005555b     postgres!hash_search(
000000ab`b4bfdc50 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ab`b4bfdca0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ab`b4bfdd50 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ab`b4bfdd90 00007ff7`aff30279     postgres!relation_open(
000000ab`b4bfddd0 00007ff7`aff2edfc     postgres!index_open(
000000ab`b4bfde10 00007ff7`b0691089     postgres!systable_beginscan(
000000ab`b4bfde80 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ab`b4bfdf70 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ab`b4bfe000 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ab`b4fff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b4fff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b4fffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b4fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b57ff578 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b57ff580 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b57ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b57ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b5bffb28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ab`b5bffb30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`b5bffba0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ab`b5bffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b5bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b5fffac8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ab`b5fffad0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ab`b5fffb70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ab`b5fffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b5fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`231ff658 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ef`231ff660 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ef`231ff700 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ef`231ff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`231ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`221fdea0 00007ff7`b005555b     postgres!hash_search(
000000ef`221fdee0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ef`221fdf30 00007ff7`b0696f68     postgres!RelationBuildDesc(
000000ef`221fdfe0 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
000000ef`221fe2a0 00007ff7`b0695b1b     postgres!RelationFlushRelation(
000000ef`221fe2e0 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
000000ef`221fe330 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
000000ef`221fe3b0 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
000000ef`221fe400 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
000000ef`221fe440 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
000000ef`225ff7b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`225ff7c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`225ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`225ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`229ffbe8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ef`229ffbf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`229ffc60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ef`229ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`229ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`22dffa48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`22dffa50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`22dffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`22dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`1b3ff958 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000f0`1b3ff960 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f0`1b3ffa00 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000f0`1b3ffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`1b3ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`1a7fe060 00007ff7`b005555b     postgres!hash_search(
000000f0`1a7fe0a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f0`1a7fe0f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f0`1a7fe1a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f0`1a7fe1e0 00007ff7`afea29f6     postgres!relation_open(
000000f0`1a7fe220 00007ff7`aff81476     postgres!relation_openrv_extended(
000000f0`1a7fe270 00007ff7`b031551f     postgres!table_openrv_extended(
000000f0`1a7fe2b0 00007ff7`b03157ca     postgres!parserOpenTable(
000000f0`1a7fe320 00007ff7`b02e8335     postgres!addRangeTableEntry(
000000f0`1a7fe390 00007ff7`b02ea150     postgres!transformTableEntry(
core
000000f0`1abff698 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`1abff6a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f0`1abff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`1abff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`1afff8f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f0`1afff900 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`1afff970 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f0`1afffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`1afffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`1b7ff6e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`1b7ff6f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f0`1b7ff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`1b7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`25bff6e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000aa`25bff6f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000aa`25bff760 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000aa`25bff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`25bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`24bfdbd0 00007ff7`b005555b     postgres!hash_search(
000000aa`24bfdc10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000aa`24bfdc60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000aa`24bfdd10 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000aa`24bfdd50 00007ff7`aff30279     postgres!relation_open(
000000aa`24bfdd90 00007ff7`aff2edfc     postgres!index_open(
000000aa`24bfddd0 00007ff7`b0691089     postgres!systable_beginscan(
000000aa`24bfde40 00007ff7`b0162020     postgres!RelationGetIndexList(
000000aa`24bfdf30 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000aa`24bfdfc0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000aa`24fff528 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`24fff530 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000aa`24fff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`24fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`253ffa78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`253ffa80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000aa`253ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`253ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`257ffa88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000aa`257ffa90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000aa`257ffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`257ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000aa`25fffd18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000aa`25fffd20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000aa`25fffdc0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000aa`25fffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000aa`25fffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`673ff908 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`673ff910 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`673ffc00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`673ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`67bffb68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`67bffb70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`67bffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`67bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`66ffebb0 00007ff7`b005555b     postgres!hash_search(
000000ab`66ffebf0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ab`66ffec40 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ab`66ffecf0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ab`66ffed30 00007ff7`aff813e9     postgres!relation_open(
000000ab`66ffed70 00007ff7`b067eeac     postgres!table_open(
000000ab`66ffedb0 00007ff7`b067edf1     postgres!SearchCatCacheMiss(
000000ab`66ffef70 00007ff7`b067d558     postgres!SearchCatCacheInternal(
000000ab`66fff020 00007ff7`b06a0de5     postgres!SearchCatCache(
000000ab`66fff060 00007ff7`b06a1439     postgres!SearchSysCache(
core
000000ab`677ffb38 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ab`677ffb40 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`677ffbb0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ab`677ffcb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`677ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eb7ffaa8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000001e`eb7ffab0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001e`eb7ffb50 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000001e`eb7ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eb7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`ea3fdbd0 00007ff7`b005555b     postgres!hash_search(
0000001e`ea3fdc10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000001e`ea3fdc60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000001e`ea3fdd10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000001e`ea3fdd50 00007ff7`aff30279     postgres!relation_open(
0000001e`ea3fdd90 00007ff7`aff2edfc     postgres!index_open(
0000001e`ea3fddd0 00007ff7`b0691089     postgres!systable_beginscan(
0000001e`ea3fde40 00007ff7`b0162020     postgres!RelationGetIndexList(
0000001e`ea3fdf30 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000001e`ea3fdfc0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000001e`ea7ff9a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`ea7ff9b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001e`ea7ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`ea7ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eabff9c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`eabff9d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001e`eabffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eabffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eafff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001e`eafff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001e`eafff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eafff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001e`eb3ff868 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000001e`eb3ff870 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001e`eb3ff8e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000001e`eb3ff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001e`eb3ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4f7fd8d0 00007ff7`b005555b     postgres!hash_search(
000000b4`4f7fd910 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b4`4f7fd960 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b4`4f7fda10 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b4`4f7fda50 00007ff7`aff30279     postgres!relation_open(
000000b4`4f7fda90 00007ff7`aff2edfc     postgres!index_open(
000000b4`4f7fdad0 00007ff7`b0691089     postgres!systable_beginscan(
000000b4`4f7fdb40 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b4`4f7fdc30 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b4`4f7fdcc0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000b4`4fbff618 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4fbff620 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4fbff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4fbff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`4ffff728 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`4ffff730 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b4`4ffffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`4ffffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`503ff798 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b4`503ff7a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`503ff810 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b4`503ff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`503ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`507ff848 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b4`507ff850 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b4`507ff8f0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b4`507ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`507ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e15ffc58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f7`e15ffc60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`e15ffcd0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f7`e15ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e15ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e05fec70 00007ff7`b005555b     postgres!hash_search(
000000f7`e05fecb0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f7`e05fed00 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f7`e05fedb0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f7`e05fedf0 00007ff7`aff30279     postgres!relation_open(
000000f7`e05fee30 00007ff7`aff2edfc     postgres!index_open(
000000f7`e05fee70 00007ff7`b0691089     postgres!systable_beginscan(
000000f7`e05feee0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000f7`e05fefd0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000f7`e05ff060 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000f7`e09ff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e09ff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`e09ffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e09ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e0dff688 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e0dff690 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`e0dff980 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e0dff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e11ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`e11ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`e11ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e11ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`e19ffa78 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000f7`e19ffa80 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000f7`e19ffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`e19ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`6cbff6c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000072`6cbff6d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000072`6cbff770 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000072`6cbff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`6cbff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`6bbfda90 00007ff7`b005555b     postgres!hash_search(
00000072`6bbfdad0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000072`6bbfdb20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000072`6bbfdbd0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000072`6bbfdc10 00007ff7`aff30279     postgres!relation_open(
00000072`6bbfdc50 00007ff7`aff2edfc     postgres!index_open(
00000072`6bbfdc90 00007ff7`b0691089     postgres!systable_beginscan(
00000072`6bbfdd00 00007ff7`b0162020     postgres!RelationGetIndexList(
00000072`6bbfddf0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000072`6bbfde80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000072`6bfffb48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`6bfffb50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000072`6bfffe40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`6bfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`6c3ff8f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000072`6c3ff900 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`6c3ff970 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000072`6c3ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`6c3ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`6c7ff7f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`6c7ff800 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000072`6c7ffaf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`6c7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`eebffa08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`eebffa10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000026`eebffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`eebffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`ee3febd0 00007ff7`b005555b     postgres!hash_search(
00000026`ee3fec10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000026`ee3fec60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000026`ee3fed10 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000026`ee3fed50 00007ff7`aff30279     postgres!relation_open(
00000026`ee3fed90 00007ff7`aff2edfc     postgres!index_open(
00000026`ee3fedd0 00007ff7`b0691089     postgres!systable_beginscan(
00000026`ee3fee40 00007ff7`b0162020     postgres!RelationGetIndexList(
00000026`ee3fef30 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000026`ee3fefc0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000026`ee7ffa28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`ee7ffa30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000026`ee7ffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`ee7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`eefff698 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000026`eefff6a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000026`eefff710 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000026`eefff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`eefff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`ef3ffb88 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000026`ef3ffb90 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000026`ef3ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`ef3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`27fffac8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000044`27fffad0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000044`27fffb70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000044`27fffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`27fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`26bfeb00 00007ff7`b005555b     postgres!hash_search(
00000044`26bfeb40 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000044`26bfeb90 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000044`26bfec40 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000044`26bfec80 00007ff7`aff813e9     postgres!relation_open(
00000044`26bfecc0 00007ff7`afe9b006     postgres!table_open(
00000044`26bfed00 00007ff7`afe9991a     postgres!toast_fetch_datum(
00000044`26bfed90 00007ff7`b06b3490     postgres!detoast_attr(
00000044`26bfee60 00007ff7`b0669a36     postgres!pg_detoast_datum_packed(
00000044`26bfee90 00007ff7`b069cc5d     postgres!text_to_cstring(
core
00000044`26fff728 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`26fff730 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`26fffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`26fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`273ff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`273ff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`273ffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`273ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`277ff458 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`277ff460 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`277ff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`277ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`27bffbb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000044`27bffbc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`27bffc30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000044`27bffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`27bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`a43fefd0 00007ff7`b005555b     postgres!hash_search(
000000ae`a43ff010 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ae`a43ff060 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ae`a43ff110 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ae`a43ff150 00007ff7`aff30279     postgres!relation_open(
000000ae`a43ff190 00007ff7`aff2edfc     postgres!index_open(
000000ae`a43ff1d0 00007ff7`b0691089     postgres!systable_beginscan(
000000ae`a43ff240 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ae`a43ff330 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ae`a43ff3c0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000ae`a47ff8c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`a47ff8d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ae`a47ffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`a47ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`a4fff538 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`a4fff540 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ae`a4fff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`a4fff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`a57ffc28 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000ae`a57ffc30 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000ae`a57ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`a57ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`a53ffb38 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ae`a53ffb40 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`a53ffbb0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ae`a53ffcb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`a53ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`a4bff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`a4bff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ae`a4bff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`a4bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`dcfffa88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`dcfffa90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d3`dcfffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`dcfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`dcbfd8f0 00007ff7`b005555b     postgres!hash_search(
000000d3`dcbfd930 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d3`dcbfd980 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d3`dcbfda30 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d3`dcbfda70 00007ff7`aff30279     postgres!relation_open(
000000d3`dcbfdab0 00007ff7`aff2edfc     postgres!index_open(
000000d3`dcbfdaf0 00007ff7`b0691089     postgres!systable_beginscan(
000000d3`dcbfdb60 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d3`dcbfdc50 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d3`dcbfdce0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000d3`ddbffda8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d3`ddbffdb0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d3`ddbffe50 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d3`ddbffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`ddbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`dd7ffa38 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d3`dd7ffa40 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`dd7ffab0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d3`dd7ffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`dd7ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`dd3ff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`dd3ff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d3`dd3ff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`dd3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`dbbff7d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`dbbff7e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`dbbffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`dbbffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`db7fdbd0 00007ff7`b005555b     postgres!hash_search(
000000bd`db7fdc10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bd`db7fdc60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bd`db7fdd10 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bd`db7fdd50 00007ff7`aff30279     postgres!relation_open(
000000bd`db7fdd90 00007ff7`aff2edfc     postgres!index_open(
000000bd`db7fddd0 00007ff7`b0691089     postgres!systable_beginscan(
000000bd`db7fde40 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bd`db7fdf30 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bd`db7fdfc0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000bd`dc7ff9c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bd`dc7ff9d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bd`dc7ffa70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bd`dc7ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`dc7ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`dc3ff898 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`dc3ff8a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`dc3ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`dc3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`dbfffcd8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bd`dbfffce0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`dbfffd50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bd`dbfffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`dbfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`6b9ff6a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d5`6b9ff6b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d5`6b9ff720 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d5`6b9ff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`6b9ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`6b1fe810 00007ff7`b005555b     postgres!hash_search(
000000d5`6b1fe850 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d5`6b1fe8a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d5`6b1fe950 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d5`6b1fe990 00007ff7`afea29f6     postgres!relation_open(
000000d5`6b1fe9d0 00007ff7`aff81476     postgres!relation_openrv_extended(
000000d5`6b1fea20 00007ff7`b031551f     postgres!table_openrv_extended(
000000d5`6b1fea60 00007ff7`b03157ca     postgres!parserOpenTable(
000000d5`6b1fead0 00007ff7`b02e8335     postgres!addRangeTableEntry(
000000d5`6b1feb40 00007ff7`b02ea150     postgres!transformTableEntry(
core
000000d5`6c1ff628 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`6c1ff630 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d5`6c1ff920 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`6c1ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`6bdffc48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d5`6bdffc50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d5`6bdffcf0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d5`6bdffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`6bdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d5`6b5ff598 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d5`6b5ff5a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d5`6b5ff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d5`6b5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d8dff9e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000011`d8dff9f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000011`d8dffa60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000011`d8dffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d8dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d85fe5e0 00007ff7`b005555b     postgres!hash_search(
00000011`d85fe620 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000011`d85fe670 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000011`d85fe720 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000011`d85fe760 00007ff7`aff30279     postgres!relation_open(
00000011`d85fe7a0 00007ff7`aff2edfc     postgres!index_open(
00000011`d85fe7e0 00007ff7`b0691089     postgres!systable_beginscan(
00000011`d85fe850 00007ff7`b02c334b     postgres!RelationGetIndexList(
00000011`d85fe940 00007ff7`b02cc1c6     postgres!get_relation_info(
00000011`d85fea90 00007ff7`b0271a52     postgres!build_simple_rel(
core
00000011`d95ffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`d95ffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000011`d95ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d95ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d91ff728 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000011`d91ff730 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`d91ff7d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000011`d91ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d91ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`d89ff628 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`d89ff630 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000011`d89ff920 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`d89ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`96dff020 00007ff7`b005555b     postgres!hash_search(
00000005`96dff060 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000005`96dff0b0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000005`96dff160 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000005`96dff1a0 00007ff7`aff813e9     postgres!relation_open(
00000005`96dff1e0 00007ff7`b067fc6e     postgres!table_open(
00000005`96dff220 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000005`96dff280 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000005`96dff330 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000005`96dff370 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000005`97dff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`97dff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`97dffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`97dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`979ff8a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000005`979ff8b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000005`979ff950 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000005`979ff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`979ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`975ffce8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000005`975ffcf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000005`975ffd60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000005`975ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`975ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`971ff558 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`971ff560 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`971ff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`971ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`a6dff448 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`a6dff450 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000017`a6dff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`a6dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`a69febf0 00007ff7`b005555b     postgres!hash_search(
00000017`a69fec30 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000017`a69fec80 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000017`a69fed30 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000017`a69fed70 00007ff7`aff30279     postgres!relation_open(
00000017`a69fedb0 00007ff7`aff2edfc     postgres!index_open(
00000017`a69fedf0 00007ff7`b0691089     postgres!systable_beginscan(
00000017`a69fee60 00007ff7`b0162020     postgres!RelationGetIndexList(
00000017`a69fef50 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000017`a69fefe0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000017`a71ff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`a71ff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000017`a71ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`a71ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`a75ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`a75ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000017`a75ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`a75ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`a79ff748 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000017`a79ff750 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`a79ff7c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000017`a79ff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`a79ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`a7dff888 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000017`a7dff890 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000017`a7dff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`a7dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`493fded0 00007ff7`b005555b     postgres!hash_search(
000000f7`493fdf10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f7`493fdf60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f7`493fe010 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f7`493fe050 00007ff7`aff30279     postgres!relation_open(
000000f7`493fe090 00007ff7`aff2edfc     postgres!index_open(
000000f7`493fe0d0 00007ff7`b0691089     postgres!systable_beginscan(
000000f7`493fe140 00007ff7`b0162020     postgres!RelationGetIndexList(
000000f7`493fe230 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000f7`493fe2c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000f7`497ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`497ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`497ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`497ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`49bff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`49bff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`49bffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`49bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`49fff7c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f7`49fff7d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`49fff840 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f7`49fff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`49fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`4a3ffae8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000f7`4a3ffaf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f7`4a3ffb90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000f7`4a3ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`4a3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`e77fec30 00007ff7`b005555b     postgres!hash_search(
0000005b`e77fec70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005b`e77fecc0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005b`e77fed70 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005b`e77fedb0 00007ff7`aff30279     postgres!relation_open(
0000005b`e77fedf0 00007ff7`aff2edfc     postgres!index_open(
0000005b`e77fee30 00007ff7`b0691089     postgres!systable_beginscan(
0000005b`e77feea0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000005b`e77fef90 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000005b`e77ff020 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000005b`e7bff718 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`e7bff720 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005b`e7bffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`e7bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`e7fffb58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005b`e7fffb60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`e7fffbd0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005b`e7fffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`e7fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`e83ffce8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000005b`e83ffcf0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000005b`e83ffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`e83ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`e87ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`e87ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005b`e87ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`e87ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d61fec40 00007ff7`b005555b     postgres!hash_search(
0000002c`d61fec80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002c`d61fecd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002c`d61fed80 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002c`d61fedc0 00007ff7`aff30279     postgres!relation_open(
0000002c`d61fee00 00007ff7`aff2edfc     postgres!index_open(
0000002c`d61fee40 00007ff7`b0691089     postgres!systable_beginscan(
0000002c`d61feeb0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000002c`d61fefa0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000002c`d61ff030 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000002c`d65ff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`d65ff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002c`d65ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d65ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d69ffb28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`d69ffb30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002c`d69ffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d69ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d6dff618 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002c`d6dff620 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`d6dff690 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002c`d6dff790 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d6dff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`d71ffc58 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000002c`d71ffc60 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000002c`d71ffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`d71ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`573fee50 00007ff7`b005555b     postgres!hash_search(
00000081`573fee90 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000081`573feee0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000081`573fef90 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000081`573fefd0 00007ff7`aff30279     postgres!relation_open(
00000081`573ff010 00007ff7`aff2edfc     postgres!index_open(
00000081`573ff050 00007ff7`b0691089     postgres!systable_beginscan(
00000081`573ff0c0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000081`573ff1b0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000081`573ff240 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000081`577ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`577ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000081`577ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`577ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`57bffa78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000081`57bffa80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000081`57bffaf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000081`57bffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`57bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`57fffd48 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000081`57fffd50 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000081`57fffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`57fffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`583ffa38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`583ffa40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000081`583ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`583ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`4b7fedd0 00007ff7`b005555b     postgres!hash_search(
00000050`4b7fee10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000050`4b7fee60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000050`4b7fef10 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000050`4b7fef50 00007ff7`aff813e9     postgres!relation_open(
00000050`4b7fef90 00007ff7`b067fc6e     postgres!table_open(
00000050`4b7fefd0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000050`4b7ff030 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000050`4b7ff0e0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000050`4b7ff120 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000050`4bbffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`4bbffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`4bbffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`4bbffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`4bfffba8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000050`4bfffbb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`4bfffc20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000050`4bfffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`4bfffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`4c3ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`4c3ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`4c3ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`4c3ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a91fe650 00007ff7`b005555b     postgres!hash_search(
000000e6`a91fe690 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e6`a91fe6e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e6`a91fe790 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e6`a91fe7d0 00007ff7`aff30279     postgres!relation_open(
000000e6`a91fe810 00007ff7`aff2edfc     postgres!index_open(
000000e6`a91fe850 00007ff7`b069d9b1     postgres!systable_beginscan(
000000e6`a91fe8c0 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
000000e6`a91fea00 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
000000e6`a91fecc0 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
000000e6`a95ff638 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a95ff640 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`a95ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a95ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a99ffa08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a99ffa10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`a99ffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a99ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`a9dffb88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`a9dffb90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`a9dffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`a9dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`aa1ff708 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e6`aa1ff710 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`aa1ff780 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e6`aa1ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`aa1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`aa5ff948 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e6`aa5ff950 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`aa5ff9f0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e6`aa5ffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`aa5ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`367fdfb0 00007ff7`b005555b     postgres!hash_search(
0000006d`367fdff0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000006d`367fe040 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000006d`367fe0f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000006d`367fe130 00007ff7`aff30279     postgres!relation_open(
0000006d`367fe170 00007ff7`aff2edfc     postgres!index_open(
0000006d`367fe1b0 00007ff7`b0691089     postgres!systable_beginscan(
0000006d`367fe220 00007ff7`b0162020     postgres!RelationGetIndexList(
0000006d`367fe310 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000006d`367fe3a0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000006d`36bff698 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`36bff6a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006d`36bff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`36bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`36fff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`36fff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006d`36fffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`36fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`373ffab8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000006d`373ffac0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`373ffb30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000006d`373ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`373ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`377ff678 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000006d`377ff680 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006d`377ff720 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000006d`377ff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`377ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c4bff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`c4bff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`c4bff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c4bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c47ff370 00007ff7`b005555b     postgres!hash_search(
00000005`c47ff3b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000005`c47ff400 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000005`c47ff4b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000005`c47ff4f0 00007ff7`afea29f6     postgres!relation_open(
00000005`c47ff530 00007ff7`aff81476     postgres!relation_openrv_extended(
00000005`c47ff580 00007ff7`b031551f     postgres!table_openrv_extended(
00000005`c47ff5c0 00007ff7`b02e5b53     postgres!parserOpenTable(
00000005`c47ff630 00007ff7`b02de078     postgres!setTargetTable(
00000005`c47ff680 00007ff7`b02d8cd8     postgres!transformUpdateStmt(
core
00000005`c4fff9a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000005`c4fff9b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000005`c4fffa20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000005`c4fffb20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c4fffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c53ff998 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000005`c53ff9a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000005`c53ffa40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000005`c53ffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c53ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`c57ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`c57ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`c57ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`c57ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`23fff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`23fff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001d`23fffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`23fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`243ff7b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001d`243ff7c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001d`243ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`243ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`247ffb98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000001d`247ffba0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001d`247ffc10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000001d`247ffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`247ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001d`23bfefb0 00007ff7`b005555b     postgres!hash_search(
0000001d`23bfeff0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000001d`23bff040 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000001d`23bff0f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000001d`23bff130 00007ff7`afea29f6     postgres!relation_open(
0000001d`23bff170 00007ff7`aff81476     postgres!relation_openrv_extended(
0000001d`23bff1c0 00007ff7`b031551f     postgres!table_openrv_extended(
0000001d`23bff200 00007ff7`b02e5b53     postgres!parserOpenTable(
0000001d`23bff270 00007ff7`b02d9e6b     postgres!setTargetTable(
0000001d`23bff2c0 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
0000001d`24bffa38 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000001d`24bffa40 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001d`24bffae0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000001d`24bffb20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001d`24bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`fc9fdb90 00007ff7`b005555b     postgres!hash_search(
000000bd`fc9fdbd0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bd`fc9fdc20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bd`fc9fdcd0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bd`fc9fdd10 00007ff7`aff30279     postgres!relation_open(
000000bd`fc9fdd50 00007ff7`aff2edfc     postgres!index_open(
000000bd`fc9fdd90 00007ff7`b0691089     postgres!systable_beginscan(
000000bd`fc9fde00 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bd`fc9fdef0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bd`fc9fdf80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000bd`fcdff9e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`fcdff9f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`fcdffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`fcdffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`fd1ffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`fd1ffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`fd1ffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`fd1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`fd5ff938 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bd`fd5ff940 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`fd5ff9b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bd`fd5ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`fd5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`fd9ff7a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bd`fd9ff7b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bd`fd9ff850 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bd`fd9ff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`fd9ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`bd3fd540 00007ff7`b005555b     postgres!hash_search(
000000ba`bd3fd580 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ba`bd3fd5d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ba`bd3fd680 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ba`bd3fd6c0 00007ff7`aff30279     postgres!relation_open(
000000ba`bd3fd700 00007ff7`aff2edfc     postgres!index_open(
000000ba`bd3fd740 00007ff7`b0691089     postgres!systable_beginscan(
000000ba`bd3fd7b0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ba`bd3fd8a0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ba`bd3fd930 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ba`bd7ffa48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`bd7ffa50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ba`bd7ffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`bd7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`bdbff878 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`bdbff880 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ba`bdbffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`bdbffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`bdfff598 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`bdfff5a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ba`bdfff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`bdfff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`be3ff688 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ba`be3ff690 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`be3ff700 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ba`be3ff800 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`be3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`be7ff8c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ba`be7ff8d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ba`be7ff970 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ba`be7ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`be7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`403ff9a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`403ff9b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`403ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`403ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`3f7fd490 00007ff7`b005555b     postgres!hash_search(
00000001`3f7fd4d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000001`3f7fd520 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000001`3f7fd5d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000001`3f7fd610 00007ff7`aff30279     postgres!relation_open(
00000001`3f7fd650 00007ff7`aff2edfc     postgres!index_open(
00000001`3f7fd690 00007ff7`b0691089     postgres!systable_beginscan(
00000001`3f7fd700 00007ff7`b0162020     postgres!RelationGetIndexList(
00000001`3f7fd7f0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000001`3f7fd880 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000001`3fbff7e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`3fbff7f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`3fbffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`3fbffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`3ffff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`3ffff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`3ffff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`3ffff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`407ff608 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000001`407ff610 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`407ff680 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000001`407ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`407ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`40bff968 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000001`40bff970 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000001`40bffa10 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000001`40bffa50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`40bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`acdff4d0 00007ff7`b005555b     postgres!hash_search(
00000028`acdff510 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000028`acdff560 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000028`acdff610 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000028`acdff650 00007ff7`aff813e9     postgres!relation_open(
00000028`acdff690 00007ff7`b06c6f7b     postgres!table_open(
00000028`acdff6d0 00007ff7`b06c5f28     postgres!process_settings(
00000028`acdff720 00007ff7`b0467cf8     postgres!InitPostgres(
00000028`acdff840 00007ff7`b0461ebd     postgres!PostgresMain(
00000028`acdffa70 00007ff7`b03532b7     postgres!BackendMain(
core
00000028`ad1ffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`ad1ffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000028`ad1ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ad1ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ad5ff668 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000028`ad5ff670 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000028`ad5ff6e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000028`ad5ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ad5ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`ad9ffe48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000028`ad9ffe50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000028`ad9ffef0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000028`ad9fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`ad9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000028`addff458 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000028`addff460 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000028`addff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000028`addff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9e3ffb08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000018`9e3ffb10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000018`9e3ffbb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000018`9e3ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9e3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9dfff658 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000018`9dfff660 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000018`9dfff6d0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000018`9dfff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9dfff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9cffdc20 00007ff7`b005555b     postgres!hash_search(
00000018`9cffdc60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000018`9cffdcb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000018`9cffdd60 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000018`9cffdda0 00007ff7`aff30279     postgres!relation_open(
00000018`9cffdde0 00007ff7`aff2edfc     postgres!index_open(
00000018`9cffde20 00007ff7`b0691089     postgres!systable_beginscan(
00000018`9cffde90 00007ff7`b0162020     postgres!RelationGetIndexList(
00000018`9cffdf80 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000018`9cffe010 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000018`9d3ff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9d3ff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000018`9d3ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9d3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9d7ff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9d7ff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000018`9d7ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9d7ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`9dbffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`9dbffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000018`9dbffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`9dbffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`59bff628 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000049`59bff630 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000049`59bff6a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000049`59bff7a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`59bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`58ffd700 00007ff7`b005555b     postgres!hash_search(
00000049`58ffd740 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000049`58ffd790 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000049`58ffd840 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000049`58ffd880 00007ff7`aff30279     postgres!relation_open(
00000049`58ffd8c0 00007ff7`aff2edfc     postgres!index_open(
00000049`58ffd900 00007ff7`b0691089     postgres!systable_beginscan(
00000049`58ffd970 00007ff7`b0162020     postgres!RelationGetIndexList(
00000049`58ffda60 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000049`58ffdaf0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000049`593ff638 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`593ff640 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000049`593ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`593ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`597ff558 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000049`597ff560 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000049`597ff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`597ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000049`59fffaa8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000049`59fffab0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000049`59fffb50 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000049`59fffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000049`59fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`385fedb0 00007ff7`b005555b     postgres!hash_search(
0000004f`385fedf0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000004f`385fee40 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000004f`385feef0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000004f`385fef30 00007ff7`aff30279     postgres!relation_open(
0000004f`385fef70 00007ff7`aff2edfc     postgres!index_open(
0000004f`385fefb0 00007ff7`b0691089     postgres!systable_beginscan(
0000004f`385ff020 00007ff7`b0162020     postgres!RelationGetIndexList(
0000004f`385ff110 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000004f`385ff1a0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000004f`389ff668 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`389ff670 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`389ff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`389ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`38dffa58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000004f`38dffa60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`38dffad0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000004f`38dffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`38dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`391ffae8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`391ffaf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`391ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`391ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`395ff758 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000004f`395ff760 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000004f`395ff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`395ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`b49ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`b49ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`b49ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`b49ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`b4dff918 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bb`b4dff920 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`b4dff990 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bb`b4dffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`b4dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`b51ffbd8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bb`b51ffbe0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`b51ffc80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bb`b51ffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`b51ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`b55ff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`b55ff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`b55ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`b55ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`b45fd570 00007ff7`b005555b     postgres!hash_search(
000000bb`b45fd5b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bb`b45fd600 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bb`b45fd6b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bb`b45fd6f0 00007ff7`aff30279     postgres!relation_open(
000000bb`b45fd730 00007ff7`aff2edfc     postgres!index_open(
000000bb`b45fd770 00007ff7`b0691089     postgres!systable_beginscan(
000000bb`b45fd7e0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bb`b45fd8d0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bb`b45fd960 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ec`a45ff560 00007ff7`b005555b     postgres!hash_search(
000000ec`a45ff5a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ec`a45ff5f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ec`a45ff6a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ec`a45ff6e0 00007ff7`aff813e9     postgres!relation_open(
000000ec`a45ff720 00007ff7`b06c6f7b     postgres!table_open(
000000ec`a45ff760 00007ff7`b06c5f28     postgres!process_settings(
000000ec`a45ff7b0 00007ff7`b0467cf8     postgres!InitPostgres(
000000ec`a45ff8d0 00007ff7`b0461ebd     postgres!PostgresMain(
000000ec`a45ffb00 00007ff7`b03532b7     postgres!BackendMain(
core
000000ec`a49ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`a49ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ec`a49ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a49ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a4dffa88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ec`a4dffa90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`a4dffb00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ec`a4dffc00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a4dffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a51ffb08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ec`a51ffb10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ec`a51ffbb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ec`a51ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a51ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`a55ffaf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`a55ffb00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ec`a55ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`a55ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`e6dfda50 00007ff7`b005555b     postgres!hash_search(
000000bb`e6dfda90 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bb`e6dfdae0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bb`e6dfdb90 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bb`e6dfdbd0 00007ff7`aff30279     postgres!relation_open(
000000bb`e6dfdc10 00007ff7`aff2edfc     postgres!index_open(
000000bb`e6dfdc50 00007ff7`b0691089     postgres!systable_beginscan(
000000bb`e6dfdcc0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bb`e6dfddb0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bb`e6dfde40 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000bb`e71ff9f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`e71ffa00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`e71ffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`e71ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`e75ffba8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`e75ffbb0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`e75ffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`e75ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`e79ffbb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bb`e79ffbc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`e79ffc30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bb`e79ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`e79ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`e7dffa18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bb`e7dffa20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`e7dffac0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bb`e7dffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`e7dffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`9e5ff150 00007ff7`b005555b     postgres!hash_search(
000000ce`9e5ff190 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ce`9e5ff1e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ce`9e5ff290 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ce`9e5ff2d0 00007ff7`aff813e9     postgres!relation_open(
000000ce`9e5ff310 00007ff7`b06c6f7b     postgres!table_open(
000000ce`9e5ff350 00007ff7`b06c5f28     postgres!process_settings(
000000ce`9e5ff3a0 00007ff7`b034fa62     postgres!InitPostgres(
000000ce`9e5ff4c0 00007ff7`b03c4abf     postgres!BackgroundWorkerInitializeConnectionByOid(
000000ce`9e5ff520 00007ff7`b03c4e3c     postgres!InitializeLogRepWorker(void)+0x3f [c:\cirrus\src\backend\replication\lo...
core
000000ce`9e9ff478 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`9e9ff480 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ce`9e9ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`9e9ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`9edffbf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`9edffc00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ce`9edffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`9edfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`9f1ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`9f1ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ce`9f1ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`9f1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`9f5ff728 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ce`9f5ff730 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`9f5ff7a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ce`9f5ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`9f5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d41ff500 00007ff7`b005555b     postgres!hash_search(
000000dd`d41ff540 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000dd`d41ff590 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000dd`d41ff640 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000dd`d41ff680 00007ff7`aff813e9     postgres!relation_open(
000000dd`d41ff6c0 00007ff7`b06c6f7b     postgres!table_open(
000000dd`d41ff700 00007ff7`b06c5f28     postgres!process_settings(
000000dd`d41ff750 00007ff7`b034fa62     postgres!InitPostgres(
000000dd`d41ff870 00007ff7`aff91606     postgres!BackgroundWorkerInitializeConnectionByOid(
000000dd`d41ff8d0 00007ff7`b0350a89     postgres!ParallelWorkerMain(
core
000000dd`d45ff448 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d45ff450 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000dd`d45ff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d45ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d49ff748 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000dd`d49ff750 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`d49ff7c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000dd`d49ff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d49ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`d4dff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`d4dff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000dd`d4dff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`d4dff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`523ffa88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`523ffa90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000032`523ffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`523ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`513ff2b0 00007ff7`b005555b     postgres!hash_search(
00000032`513ff2f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000032`513ff340 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000032`513ff3f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000032`513ff430 00007ff7`aff30279     postgres!relation_open(
00000032`513ff470 00007ff7`aff2edfc     postgres!index_open(
00000032`513ff4b0 00007ff7`b0691089     postgres!systable_beginscan(
00000032`513ff520 00007ff7`b0162020     postgres!RelationGetIndexList(
00000032`513ff610 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000032`513ff6a0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000032`517ff4f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`517ff500 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000032`517ff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`517ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`51bff988 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000032`51bff990 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000032`51bffa00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000032`51bffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`51bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`51fff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`51fff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000032`51fffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`51fffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`527ff898 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000032`527ff8a0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000032`527ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`527ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`095ff8a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000004f`095ff8b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`095ff920 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000004f`095ffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`095ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`089fd930 00007ff7`b005555b     postgres!hash_search(
0000004f`089fd970 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000004f`089fd9c0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000004f`089fda70 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000004f`089fdab0 00007ff7`aff30279     postgres!relation_open(
0000004f`089fdaf0 00007ff7`aff2edfc     postgres!index_open(
0000004f`089fdb30 00007ff7`b0691089     postgres!systable_beginscan(
0000004f`089fdba0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000004f`089fdc90 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000004f`089fdd20 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000004f`08dff768 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`08dff770 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`08dffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`08dffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`091ff9f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`091ffa00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`091ffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`091ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`099ffa08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000004f`099ffa10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004f`099ffab0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000004f`099ffaf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`099ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`acdff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`acdff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`acdffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`acdffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`ad5ffc48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bd`ad5ffc50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bd`ad5ffcf0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bd`ad5ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`ad5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`ac1fe700 00007ff7`b005555b     postgres!hash_search(
000000bd`ac1fe740 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bd`ac1fe790 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bd`ac1fe840 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bd`ac1fe880 00007ff7`aff30279     postgres!relation_open(
000000bd`ac1fe8c0 00007ff7`aff2edfc     postgres!index_open(
000000bd`ac1fe900 00007ff7`b069d9b1     postgres!systable_beginscan(
000000bd`ac1fe970 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
000000bd`ac1feab0 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
000000bd`ac1fed70 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
000000bd`ac5ff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`ac5ff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`ac5ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`ac5ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`ac9ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bd`ac9ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bd`ac9fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`ac9fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bd`ad1ff908 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bd`ad1ff910 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bd`ad1ff980 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bd`ad1ffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bd`ad1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`06ffd4e0 00007ff7`b005555b     postgres!hash_search(
000000c5`06ffd520 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c5`06ffd570 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c5`06ffd620 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c5`06ffd660 00007ff7`aff30279     postgres!relation_open(
000000c5`06ffd6a0 00007ff7`aff2edfc     postgres!index_open(
000000c5`06ffd6e0 00007ff7`b0691089     postgres!systable_beginscan(
000000c5`06ffd750 00007ff7`b0162020     postgres!RelationGetIndexList(
000000c5`06ffd840 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000c5`06ffd8d0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000c5`073ffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`073ffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c5`073ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`073ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`077ff898 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`077ff8a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c5`077ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`077ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`07bff8b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c5`07bff8c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`07bff930 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c5`07bffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`07bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`07fff8e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c5`07fff8f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c5`07fff990 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c5`07fff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`07fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`703fd660 00007ff7`b005555b     postgres!hash_search(
000000a7`703fd6a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a7`703fd6f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a7`703fd7a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a7`703fd7e0 00007ff7`aff30279     postgres!relation_open(
000000a7`703fd820 00007ff7`aff2edfc     postgres!index_open(
000000a7`703fd860 00007ff7`b0691089     postgres!systable_beginscan(
000000a7`703fd8d0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a7`703fd9c0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a7`703fda50 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a7`707ff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`707ff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a7`707ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`707ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`70bff818 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`70bff820 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a7`70bffb10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`70bffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`70fff798 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`70fff7a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a7`70fffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`70fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`713ff728 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a7`713ff730 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`713ff7a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a7`713ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`713ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`717ff858 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a7`717ff860 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a7`717ff900 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a7`717ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`717ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`0affd580 00007ff7`b005555b     postgres!hash_search(
00000077`0affd5c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000077`0affd610 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000077`0affd6c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000077`0affd700 00007ff7`aff30279     postgres!relation_open(
00000077`0affd740 00007ff7`aff2edfc     postgres!index_open(
00000077`0affd780 00007ff7`b0691089     postgres!systable_beginscan(
00000077`0affd7f0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000077`0affd8e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000077`0affd970 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000077`0b3ffb08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`0b3ffb10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000077`0b3ffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`0b3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`0b7ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`0b7ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000077`0b7ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`0b7ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`0bbff6d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000077`0bbff6e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000077`0bbff750 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000077`0bbff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`0bbff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`0bfffe18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000077`0bfffe20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`0bfffec0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000077`0bffff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`0bffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f01fe250 00007ff7`b005555b     postgres!hash_search(
000000ea`f01fe290 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ea`f01fe2e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ea`f01fe390 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ea`f01fe3d0 00007ff7`aff30279     postgres!relation_open(
000000ea`f01fe410 00007ff7`aff2edfc     postgres!index_open(
000000ea`f01fe450 00007ff7`b0691089     postgres!systable_beginscan(
000000ea`f01fe4c0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ea`f01fe5b0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ea`f01fe640 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ea`f05ff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f05ff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ea`f05ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f05ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f09ff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f09ff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ea`f09ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f09ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f0dff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`f0dff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ea`f0dff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f0dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f11ffd18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ea`f11ffd20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`f11ffd90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ea`f11ffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f11ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`f15ff888 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ea`f15ff890 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ea`f15ff930 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ea`f15ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`f15ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`061fe0b0 00007ff7`b005555b     postgres!hash_search(
0000009c`061fe0f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000009c`061fe140 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000009c`061fe1f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000009c`061fe230 00007ff7`aff30279     postgres!relation_open(
0000009c`061fe270 00007ff7`aff2edfc     postgres!index_open(
0000009c`061fe2b0 00007ff7`b003b017     postgres!systable_beginscan(
0000009c`061fe320 00007ff7`b0038a80     postgres!shdepDropDependency(
0000009c`061fe4c0 00007ff7`affef190     postgres!deleteSharedDependencyRecordsFor(
0000009c`061fe520 00007ff7`afff2541     postgres!deleteOneObject(
core
0000009c`065ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`065ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009c`065ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`065ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`069ff9d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000009c`069ff9e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`069ffa50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000009c`069ffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`069ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`06dffe18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000009c`06dffe20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009c`06dffec0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000009c`06dfff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`06dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`071ff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`071ff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009c`071ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`071ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`203fdf80 00007ff7`b005555b     postgres!hash_search(
00000058`203fdfc0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000058`203fe010 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000058`203fe0c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000058`203fe100 00007ff7`aff30279     postgres!relation_open(
00000058`203fe140 00007ff7`aff2edfc     postgres!index_open(
00000058`203fe180 00007ff7`b0691089     postgres!systable_beginscan(
00000058`203fe1f0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000058`203fe2e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000058`203fe370 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000058`207ffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`207ffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`207ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`207ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`20bff988 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000058`20bff990 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`20bffa00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000058`20bffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`20bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`20fff818 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000058`20fff820 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`20fff8c0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000058`20fff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`20fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`213ff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`213ff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`213ffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`213ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`86ffca80 00007ff7`b005555b     postgres!hash_search(
000000e9`86ffcac0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e9`86ffcb10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e9`86ffcbc0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e9`86ffcc00 00007ff7`aff30279     postgres!relation_open(
000000e9`86ffcc40 00007ff7`aff2edfc     postgres!index_open(
000000e9`86ffcc80 00007ff7`b0691089     postgres!systable_beginscan(
000000e9`86ffccf0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e9`86ffcde0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e9`86ffce70 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000e9`873ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`873ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e9`873ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`873ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`877ffa18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`877ffa20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e9`877ffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`877ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`87bff5f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e9`87bff600 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e9`87bff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`87bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`87fffd68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e9`87fffd70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e9`87fffde0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e9`87fffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`87ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e9`883ffcc8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e9`883ffcd0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e9`883ffd70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e9`883ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e9`883ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`5a9ff878 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`5a9ff880 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`5a9ffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`5a9ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`5a5fcfe0 00007ff7`b005555b     postgres!hash_search(
00000050`5a5fd020 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000050`5a5fd070 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000050`5a5fd120 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000050`5a5fd160 00007ff7`aff30279     postgres!relation_open(
00000050`5a5fd1a0 00007ff7`aff2edfc     postgres!index_open(
00000050`5a5fd1e0 00007ff7`b0691089     postgres!systable_beginscan(
00000050`5a5fd250 00007ff7`b0162020     postgres!RelationGetIndexList(
00000050`5a5fd340 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000050`5a5fd3d0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000050`5adff8e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`5adff8f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`5adffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`5adffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`5b1ff9a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000050`5b1ff9b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`5b1ffa20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000050`5b1ffb20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`5b1ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`5b5ffa98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000050`5b5ffaa0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`5b5ffb40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000050`5b5ffb80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`5b5ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`adfffa58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`adfffa60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a7`adfffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`adfffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`ae3ffb18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a7`ae3ffb20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`ae3ffb90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a7`ae3ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`ae3ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`adbff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`adbff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a7`adbffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`adbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`ad7fe5d0 00007ff7`b005555b     postgres!hash_search(
000000a7`ad7fe610 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a7`ad7fe660 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a7`ad7fe710 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a7`ad7fe750 00007ff7`aff30279     postgres!relation_open(
000000a7`ad7fe790 00007ff7`aff2edfc     postgres!index_open(
000000a7`ad7fe7d0 00007ff7`b0691089     postgres!systable_beginscan(
000000a7`ad7fe840 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a7`ad7fe930 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a7`ad7fe9c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a7`ae7ffb28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a7`ae7ffb30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a7`ae7ffbd0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a7`ae7ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`ae7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`55dff448 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`55dff450 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008a`55dff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`55dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`551ff1c0 00007ff7`b005555b     postgres!hash_search(
0000008a`551ff200 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008a`551ff250 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008a`551ff300 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008a`551ff340 00007ff7`aff30279     postgres!relation_open(
0000008a`551ff380 00007ff7`aff2edfc     postgres!index_open(
0000008a`551ff3c0 00007ff7`b0691089     postgres!systable_beginscan(
0000008a`551ff430 00007ff7`b0162020     postgres!RelationGetIndexList(
0000008a`551ff520 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000008a`551ff5b0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000008a`555ff748 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`555ff750 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008a`555ffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`555ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`559ff6a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008a`559ff6b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`559ff720 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008a`559ff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`559ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`561ffbe8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000008a`561ffbf0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000008a`561ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`561ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`cafffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`cafffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000072`caffff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`caffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`ca7feb10 00007ff7`b005555b     postgres!hash_search(
00000072`ca7feb50 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000072`ca7feba0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000072`ca7fec50 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000072`ca7fec90 00007ff7`aff813e9     postgres!relation_open(
00000072`ca7fecd0 00007ff7`b067fc6e     postgres!table_open(
00000072`ca7fed10 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000072`ca7fed70 00007ff7`b067d558     postgres!SearchCatCacheInternal(
00000072`ca7fee20 00007ff7`b06a0de5     postgres!SearchCatCache(
00000072`ca7fee60 00007ff7`b06a1439     postgres!SearchSysCache(
core
00000072`cabff8c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`cabff8d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000072`cabffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`cabffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`cb3ff958 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000072`cb3ff960 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000072`cb3ff9d0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000072`cb3ffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`cb3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`349ff688 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002a`349ff690 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`349ff700 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002a`349ff800 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`349ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`33dfdad0 00007ff7`b005555b     postgres!hash_search(
0000002a`33dfdb10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002a`33dfdb60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002a`33dfdc10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002a`33dfdc50 00007ff7`aff30279     postgres!relation_open(
0000002a`33dfdc90 00007ff7`aff2edfc     postgres!index_open(
0000002a`33dfdcd0 00007ff7`b0691089     postgres!systable_beginscan(
0000002a`33dfdd40 00007ff7`b0162020     postgres!RelationGetIndexList(
0000002a`33dfde30 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000002a`33dfdec0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000002a`341ff5b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`341ff5c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002a`341ff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`341ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`345ff468 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`345ff470 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002a`345ff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`345ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`34dff758 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000002a`34dff760 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`34dff800 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000002a`34dff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`34dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`2b1ff7f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`2b1ff800 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005d`2b1ffaf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`2b1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`2a5fd530 00007ff7`b005555b     postgres!hash_search(
0000005d`2a5fd570 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005d`2a5fd5c0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005d`2a5fd670 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005d`2a5fd6b0 00007ff7`aff30279     postgres!relation_open(
0000005d`2a5fd6f0 00007ff7`aff2edfc     postgres!index_open(
0000005d`2a5fd730 00007ff7`b0691089     postgres!systable_beginscan(
0000005d`2a5fd7a0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000005d`2a5fd890 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000005d`2a5fd920 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000005d`2a9ff898 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005d`2a9ff8a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005d`2a9ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`2a9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`2adff9c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005d`2adff9d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005d`2adffa40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005d`2adffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`2adffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005d`2b5ff6e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000005d`2b5ff6f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005d`2b5ff790 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000005d`2b5ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005d`2b5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`381ffa48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d8`381ffa50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`381ffac0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d8`381ffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`381ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`371fd940 00007ff7`b005555b     postgres!hash_search(
000000d8`371fd980 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d8`371fd9d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d8`371fda80 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d8`371fdac0 00007ff7`aff30279     postgres!relation_open(
000000d8`371fdb00 00007ff7`aff2edfc     postgres!index_open(
000000d8`371fdb40 00007ff7`b0691089     postgres!systable_beginscan(
000000d8`371fdbb0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d8`371fdca0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d8`371fdd30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000d8`375ff7e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`375ff7f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d8`375ffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`375ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`379ff5a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`379ff5b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d8`379ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`379ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`37dff718 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`37dff720 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d8`37dffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`37dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`385ff778 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d8`385ff780 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d8`385ff820 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d8`385ff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`385ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`761ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`761ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002c`761ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`761ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`751fd5f0 00007ff7`b005555b     postgres!hash_search(
0000002c`751fd630 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002c`751fd680 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002c`751fd730 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002c`751fd770 00007ff7`aff30279     postgres!relation_open(
0000002c`751fd7b0 00007ff7`aff2edfc     postgres!index_open(
0000002c`751fd7f0 00007ff7`b0691089     postgres!systable_beginscan(
0000002c`751fd860 00007ff7`b0162020     postgres!RelationGetIndexList(
0000002c`751fd950 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000002c`751fd9e0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000002c`755ff508 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002c`755ff510 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002c`755ff800 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`755ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`759ff788 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002c`759ff790 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002c`759ff800 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002c`759ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`759ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002c`75dff9b8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000002c`75dff9c0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002c`75dffa60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000002c`75dffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002c`75dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`3fdff6d8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000086`3fdff6e0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000086`3fdff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`3fdff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`3e9febd0 00007ff7`b005555b     postgres!hash_search(
00000086`3e9fec10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000086`3e9fec60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000086`3e9fed10 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000086`3e9fed50 00007ff7`aff30279     postgres!relation_open(
00000086`3e9fed90 00007ff7`aff2edfc     postgres!index_open(
00000086`3e9fedd0 00007ff7`b0691089     postgres!systable_beginscan(
00000086`3e9fee40 00007ff7`b0162020     postgres!RelationGetIndexList(
00000086`3e9fef30 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000086`3e9fefc0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000086`3edff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`3edff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000086`3edffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`3edffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`3f1ff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`3f1ff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000086`3f1ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`3f1ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`3f5ffb48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`3f5ffb50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000086`3f5ffe40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`3f5ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`3f9ffba8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000086`3f9ffbb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000086`3f9ffc20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000086`3f9ffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`3f9ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`0fdffad8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000001a`0fdffae0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`0fdffb50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000001a`0fdffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`0fdffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`0edfd840 00007ff7`b005555b     postgres!hash_search(
0000001a`0edfd880 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000001a`0edfd8d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000001a`0edfd980 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000001a`0edfd9c0 00007ff7`aff30279     postgres!relation_open(
0000001a`0edfda00 00007ff7`aff2edfc     postgres!index_open(
0000001a`0edfda40 00007ff7`b0691089     postgres!systable_beginscan(
0000001a`0edfdab0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000001a`0edfdba0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000001a`0edfdc30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000001a`0f1ff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`0f1ff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001a`0f1ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`0f1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`0f5ffc08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`0f5ffc10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001a`0f5fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`0f5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`0f9ffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`0f9ffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001a`0f9ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`0f9ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`101ffa48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000001a`101ffa50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001a`101ffaf0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000001a`101ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`101ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`53fff488 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`53fff490 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b5`53fff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`53fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`547ffce8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b5`547ffcf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b5`547ffd90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b5`547ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`547ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`537fe1d0 00007ff7`b005555b     postgres!hash_search(
000000b5`537fe210 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b5`537fe260 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b5`537fe310 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b5`537fe350 00007ff7`aff30279     postgres!relation_open(
000000b5`537fe390 00007ff7`aff2edfc     postgres!index_open(
000000b5`537fe3d0 00007ff7`b0691089     postgres!systable_beginscan(
000000b5`537fe440 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b5`537fe530 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b5`537fe5c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000b5`53bffad8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`53bffae0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b5`53bffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`53bffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`543ffcb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b5`543ffcc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`543ffd30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b5`543ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`543ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`72bffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`72bffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000079`72bffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`72bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`733ffd88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000079`733ffd90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000079`733ffe30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000079`733ffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`733ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`71ffd760 00007ff7`b005555b     postgres!hash_search(
00000079`71ffd7a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000079`71ffd7f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000079`71ffd8a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000079`71ffd8e0 00007ff7`aff30279     postgres!relation_open(
00000079`71ffd920 00007ff7`aff2edfc     postgres!index_open(
00000079`71ffd960 00007ff7`b0691089     postgres!systable_beginscan(
00000079`71ffd9d0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000079`71ffdac0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000079`71ffdb50 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000079`723ff4f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`723ff500 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000079`723ff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`723ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`727ff508 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`727ff510 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000079`727ff800 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`727ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`72fffbe8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000079`72fffbf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`72fffc60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000079`72fffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`72fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`587ff5f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`587ff600 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000053`587ff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`587ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`58bff938 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000053`58bff940 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000053`58bff9b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000053`58bffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`58bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`57bfee30 00007ff7`b005555b     postgres!hash_search(
00000053`57bfee70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000053`57bfeec0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000053`57bfef70 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000053`57bfefb0 00007ff7`aff30279     postgres!relation_open(
00000053`57bfeff0 00007ff7`aff2edfc     postgres!index_open(
00000053`57bff030 00007ff7`b0691089     postgres!systable_beginscan(
00000053`57bff0a0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000053`57bff190 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000053`57bff220 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000053`57fff918 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`57fff920 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000053`57fffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`57fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`583ff7b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`583ff7c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000053`583ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`583ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`58fffdb8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000053`58fffdc0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000053`58fffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`58fffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`133ffa78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`133ffa80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a1`133ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`133ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`12bfde80 00007ff7`b005555b     postgres!hash_search(
000000a1`12bfdec0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a1`12bfdf10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a1`12bfdfc0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a1`12bfe000 00007ff7`aff30279     postgres!relation_open(
000000a1`12bfe040 00007ff7`aff2edfc     postgres!index_open(
000000a1`12bfe080 00007ff7`b0691089     postgres!systable_beginscan(
000000a1`12bfe0f0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a1`12bfe1e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a1`12bfe270 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a1`12fff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`12fff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a1`12fffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`12fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`13bffd48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a1`13bffd50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`13bffdc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a1`13bffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`13bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`13fffe28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a1`13fffe30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`13fffed0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a1`13ffff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`13ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`137ff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`137ff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a1`137ffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`137ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`479fd8a0 00007ff7`b005555b     postgres!hash_search(
0000008d`479fd8e0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008d`479fd930 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008d`479fd9e0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008d`479fda20 00007ff7`aff30279     postgres!relation_open(
0000008d`479fda60 00007ff7`aff2edfc     postgres!index_open(
0000008d`479fdaa0 00007ff7`b0691089     postgres!systable_beginscan(
0000008d`479fdb10 00007ff7`b0162020     postgres!RelationGetIndexList(
0000008d`479fdc00 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000008d`479fdc90 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000008d`489ffb88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`489ffb90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008d`489ffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`489ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`485ff7a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000008d`485ff7b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`485ff850 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000008d`485ff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`485ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`481ff8c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008d`481ff8d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`481ff940 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008d`481ffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`481ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`47dff8c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`47dff8d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008d`47dffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`47dffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`48fff938 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a2`48fff940 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a2`48fff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`48fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`483ffb68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`483ffb70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`483ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`483ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`487ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`487ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`487ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`487ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`48bff9e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a2`48bff9f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`48bffa60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a2`48bffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`48bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`47ffeb80 00007ff7`b005555b     postgres!hash_search(
000000a2`47ffebc0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a2`47ffec10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a2`47ffecc0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a2`47ffed00 00007ff7`aff30279     postgres!relation_open(
000000a2`47ffed40 00007ff7`aff2edfc     postgres!index_open(
000000a2`47ffed80 00007ff7`b0691089     postgres!systable_beginscan(
000000a2`47ffedf0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a2`47ffeee0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a2`47ffef70 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000a2`2dffee80 00007ff7`b005555b     postgres!hash_search(
000000a2`2dffeec0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a2`2dffef10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a2`2dffefc0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a2`2dfff000 00007ff7`aff30279     postgres!relation_open(
000000a2`2dfff040 00007ff7`aff2edfc     postgres!index_open(
000000a2`2dfff080 00007ff7`b0691089     postgres!systable_beginscan(
000000a2`2dfff0f0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a2`2dfff1e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a2`2dfff270 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000a2`2e3ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2e3ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`2e3ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2e3ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2e7ff918 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`2e7ff920 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`2e7ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2e7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2ebffbc8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a2`2ebffbd0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`2ebffc40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a2`2ebffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2ebffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`2efff838 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a2`2efff840 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a2`2efff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`2efff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`b37fef20 00007ff7`b005555b     postgres!hash_search(
00000012`b37fef60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000012`b37fefb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000012`b37ff060 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000012`b37ff0a0 00007ff7`aff30279     postgres!relation_open(
00000012`b37ff0e0 00007ff7`aff2edfc     postgres!index_open(
00000012`b37ff120 00007ff7`b0691089     postgres!systable_beginscan(
00000012`b37ff190 00007ff7`b0162020     postgres!RelationGetIndexList(
00000012`b37ff280 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000012`b37ff310 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000012`b47ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`b47ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000012`b47ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`b47ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`b3bff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`b3bff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000012`b3bffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`b3bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`b3fff5d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000012`b3fff5e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000012`b3fff650 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000012`b3fff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`b3fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`b43ffc58 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000012`b43ffc60 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000012`b43ffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`b43ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`025ffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`025ffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000af`025ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`025ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`031ff8e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000af`031ff8f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000af`031ff990 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000af`031ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`031ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`021fd830 00007ff7`b005555b     postgres!hash_search(
000000af`021fd870 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000af`021fd8c0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000af`021fd970 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000af`021fd9b0 00007ff7`aff30279     postgres!relation_open(
000000af`021fd9f0 00007ff7`aff2edfc     postgres!index_open(
000000af`021fda30 00007ff7`b0691089     postgres!systable_beginscan(
000000af`021fdaa0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000af`021fdb90 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000af`021fdc20 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000af`02dff768 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000af`02dff770 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000af`02dff7e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000af`02dff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`02dff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`029ff6f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`029ff700 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000af`029ff9f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`029ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`15bff768 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`15bff770 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007f`15bffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`15bffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`15fff928 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000007f`15fff930 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`15fff9a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000007f`15fffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`15fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`157ff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`157ff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007f`157ffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`157ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`153fed60 00007ff7`b005555b     postgres!hash_search(
0000007f`153feda0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000007f`153fedf0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000007f`153feea0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000007f`153feee0 00007ff7`aff813e9     postgres!relation_open(
0000007f`153fef20 00007ff7`b069c5a6     postgres!table_open(
0000007f`153fef60 00007ff7`b069c319     postgres!LookupOpclassInfo(
0000007f`153ff130 00007ff7`b069342b     postgres!IndexSupportInitialize(
0000007f`153ff180 00007ff7`b069b03c     postgres!RelationInitIndexAccessInfo(
0000007f`153ff240 00007ff7`b069b893     postgres!RelationBuildDesc(
core
0000007f`163ff678 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000007f`163ff680 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`163ff720 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000007f`163ff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`163ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`4c5ff898 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000009e`4c5ff8a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`4c5ff910 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000009e`4c5ffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`4c5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`4c9ff898 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000009e`4c9ff8a0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000009e`4c9ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`4c9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`4cdff7a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`4cdff7b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009e`4cdffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`4cdffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`4c1ff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`4c1ff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009e`4c1ffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`4c1ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`4bdfec90 00007ff7`b005555b     postgres!hash_search(
0000009e`4bdfecd0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000009e`4bdfed20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000009e`4bdfedd0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000009e`4bdfee10 00007ff7`aff30279     postgres!relation_open(
0000009e`4bdfee50 00007ff7`aff2edfc     postgres!index_open(
0000009e`4bdfee90 00007ff7`b0691089     postgres!systable_beginscan(
0000009e`4bdfef00 00007ff7`b0162020     postgres!RelationGetIndexList(
0000009e`4bdfeff0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000009e`4bdff080 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000055`a9dff798 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`a9dff7a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000055`a9dffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`a9dffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`aadffc08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000055`aadffc10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000055`aadffcb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000055`aadffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`aadffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`aa9ff968 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000055`aa9ff970 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000055`aa9ff9e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000055`aa9ffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`aa9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`aa5ff878 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`aa5ff880 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000055`aa5ffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`aa5ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`aa1ff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`aa1ff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000055`aa1ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`aa1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`a99fd980 00007ff7`b005555b     postgres!hash_search(
00000055`a99fd9c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000055`a99fda10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000055`a99fdac0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000055`a99fdb00 00007ff7`aff30279     postgres!relation_open(
00000055`a99fdb40 00007ff7`aff2edfc     postgres!index_open(
00000055`a99fdb80 00007ff7`b0691089     postgres!systable_beginscan(
00000055`a99fdbf0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000055`a99fdce0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000055`a99fdd70 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a2`5ffffad8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a2`5ffffae0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`5ffffb50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a2`5ffffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5ffffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5fbff738 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`5fbff740 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`5fbffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`5fbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`5f7fee00 00007ff7`b005555b     postgres!hash_search(
000000a2`5f7fee40 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a2`5f7fee90 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a2`5f7fef40 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a2`5f7fef80 00007ff7`afea29f6     postgres!relation_open(
000000a2`5f7fefc0 00007ff7`aff81476     postgres!relation_openrv_extended(
000000a2`5f7ff010 00007ff7`b031551f     postgres!table_openrv_extended(
000000a2`5f7ff050 00007ff7`b02e5b53     postgres!parserOpenTable(
000000a2`5f7ff0c0 00007ff7`b02d9e6b     postgres!setTargetTable(
000000a2`5f7ff110 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
000000a2`603ffc08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a2`603ffc10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a2`603ffcb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a2`603ffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`603ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`607ffc08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`607ffc10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`607fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`607fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`835ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`835ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000cd`835ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`835ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`831ffd18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000cd`831ffd20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cd`831ffdc0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000cd`831ffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`831ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`82dffb98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000cd`82dffba0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`82dffc10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000cd`82dffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`82dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`829ff698 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`829ff6a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000cd`829ff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`829ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`825fd980 00007ff7`b005555b     postgres!hash_search(
000000cd`825fd9c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000cd`825fda10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000cd`825fdac0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000cd`825fdb00 00007ff7`aff30279     postgres!relation_open(
000000cd`825fdb40 00007ff7`aff2edfc     postgres!index_open(
000000cd`825fdb80 00007ff7`b0691089     postgres!systable_beginscan(
000000cd`825fdbf0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000cd`825fdce0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000cd`825fdd70 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000009e`5f3ffad8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000009e`5f3ffae0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009e`5f3ffb80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000009e`5f3ffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`5f3ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`5e7fec20 00007ff7`b005555b     postgres!hash_search(
0000009e`5e7fec60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000009e`5e7fecb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000009e`5e7fed60 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000009e`5e7feda0 00007ff7`afea2945     postgres!relation_open(
0000009e`5e7fede0 00007ff7`aff8142b     postgres!relation_openrv(
0000009e`5e7fee30 00007ff7`b00606b3     postgres!table_openrv(
0000009e`5e7fee70 00007ff7`b04713c3     postgres!DoCopy(
0000009e`5e7ff000 00007ff7`b0470d59     postgres!standard_ProcessUtility(
0000009e`5e7ff1d0 00007ff7`b046fcad     postgres!ProcessUtility(
core
0000009e`5ebff9c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`5ebff9d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009e`5ebffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`5ebffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`5f7ffb88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`5f7ffb90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009e`5f7ffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`5f7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`5efff9a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000009e`5efff9b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`5efffa20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000009e`5efffb20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`5efffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`ed3ffab8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000019`ed3ffac0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000019`ed3ffb30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000019`ed3ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`ed3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`ecbff708 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`ecbff710 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000019`ecbffa00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`ecbffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`ec7fdef0 00007ff7`b005555b     postgres!hash_search(
00000019`ec7fdf30 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000019`ec7fdf80 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000019`ec7fe030 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000019`ec7fe070 00007ff7`aff813e9     postgres!relation_open(
00000019`ec7fe0b0 00007ff7`b00af1be     postgres!table_open(
00000019`ec7fe0f0 00007ff7`b00ae02e     postgres!ReindexRelationConcurrently(
00000019`ec7fe520 00007ff7`b00aa923     postgres!ReindexTable(
00000019`ec7fe590 00007ff7`b0475cf2     postgres!ExecReindex(
00000019`ec7fe630 00007ff7`b0471e2c     postgres!ProcessUtilitySlow(
core
00000019`ed7ffb88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000019`ed7ffb90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000019`ed7ffc30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000019`ed7ffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`ed7ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`ecfffa88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`ecfffa90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000019`ecfffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`ecfffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`389ff628 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000093`389ff630 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`389ff6a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000093`389ff7a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`389ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`385ff708 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`385ff710 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000093`385ffa00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`385ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`381fef90 00007ff7`b005555b     postgres!hash_search(
00000093`381fefd0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000093`381ff020 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000093`381ff0d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000093`381ff110 00007ff7`aff813e9     postgres!relation_open(
00000093`381ff150 00007ff7`b06c6f7b     postgres!table_open(
00000093`381ff190 00007ff7`b06c5f28     postgres!process_settings(
00000093`381ff1e0 00007ff7`b0467cf8     postgres!InitPostgres(
00000093`381ff300 00007ff7`b0461ebd     postgres!PostgresMain(
00000093`381ff530 00007ff7`b03532b7     postgres!BackendMain(
core
00000093`38dff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`38dff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000093`38dff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`38dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`391ff828 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000093`391ff830 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000093`391ff8d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000093`391ff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`391ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f9dffd08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000050`f9dffd10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`f9dffd80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000050`f9dffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f9dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f99ff5d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f99ff5e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`f99ff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f99ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f95ff568 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f95ff570 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`f95ff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f95ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`fa1ffa28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000050`fa1ffa30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`fa1ffad0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000050`fa1ffb10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`fa1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`fa5ffbf8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000050`fa5ffc00 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000050`fa5ffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`fa5ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`f8dfbdf0 00007ff7`b005555b     postgres!hash_search(
00000050`f8dfbe30 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000050`f8dfbe80 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000050`f8dfbf30 00007ff7`b0697ce6     postgres!RelationRebuildRelation(
00000050`f8dfc1f0 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000050`f8dfc230 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000050`f8dfc280 00007ff7`b042f7f7     postgres!LocalExecuteInvalidationMessage(
00000050`f8dfc300 00007ff7`b0682ab7     postgres!ReceiveSharedInvalidMessages(
00000050`f8dfc380 00007ff7`aff06cb2     postgres!AcceptInvalidationMessages(void)+0x17 [c:\cirrus\src\backend\utils\cach...
00000050`f8dfc3b0 00007ff7`aff2fc30     postgres!heap_inplace_update_and_unlock(
core
00000050`f91ffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`f91ffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`f91ffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`f91ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`489ffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`489ffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`489ffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`489ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`485fcdf0 00007ff7`b005555b     postgres!hash_search(
000000fe`485fce30 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fe`485fce80 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000fe`485fcf30 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000fe`485fcf70 00007ff7`aff30279     postgres!relation_open(
000000fe`485fcfb0 00007ff7`aff2edfc     postgres!index_open(
000000fe`485fcff0 00007ff7`b0691089     postgres!systable_beginscan(
000000fe`485fd060 00007ff7`b0162020     postgres!RelationGetIndexList(
000000fe`485fd150 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000fe`485fd1e0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000fe`48dff758 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`48dff760 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`48dffa50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`48dffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`491ff848 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fe`491ff850 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`491ff8c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fe`491ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`491ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`495ff8d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000fe`495ff8e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fe`495ff980 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000fe`495ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`495ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`a0dfd730 00007ff7`b005555b     postgres!hash_search(
00000051`a0dfd770 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000051`a0dfd7c0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000051`a0dfd870 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000051`a0dfd8b0 00007ff7`aff30279     postgres!relation_open(
00000051`a0dfd8f0 00007ff7`aff2edfc     postgres!index_open(
00000051`a0dfd930 00007ff7`b0691089     postgres!systable_beginscan(
00000051`a0dfd9a0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000051`a0dfda90 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000051`a0dfdb20 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000051`a1dff758 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000051`a1dff760 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000051`a1dff800 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000051`a1dff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`a1dff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`a19ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`a19ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000051`a19fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`a19fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`a15ff938 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000051`a15ff940 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`a15ff9b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000051`a15ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`a15ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`a11ff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`a11ff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000051`a11ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`a11ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`909ff070 00007ff7`b005555b     postgres!hash_search(
000000ef`909ff0b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ef`909ff100 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ef`909ff1b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ef`909ff1f0 00007ff7`aff30279     postgres!relation_open(
000000ef`909ff230 00007ff7`aff2edfc     postgres!index_open(
000000ef`909ff270 00007ff7`b0691089     postgres!systable_beginscan(
000000ef`909ff2e0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ef`909ff3d0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ef`909ff460 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000ef`919ffb28 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000ef`919ffb30 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000ef`919ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`919ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`915ff738 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ef`915ff740 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`915ff7b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ef`915ff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`915ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`911ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`911ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`911ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`911ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`90dff6d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`90dff6e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`90dff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`90dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`211ff9a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`211ff9b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`211ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`211ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`21dffb68 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a2`21dffb70 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a2`21dffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`21dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`219ff478 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`219ff480 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a2`219ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`219ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`215ff818 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a2`215ff820 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`215ff890 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a2`215ff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`215ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`20dfec90 00007ff7`b005555b     postgres!hash_search(
000000a2`20dfecd0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a2`20dfed20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a2`20dfedd0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a2`20dfee10 00007ff7`aff30279     postgres!relation_open(
000000a2`20dfee50 00007ff7`aff2edfc     postgres!index_open(
000000a2`20dfee90 00007ff7`b0691089     postgres!systable_beginscan(
000000a2`20dfef00 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a2`20dfeff0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a2`20dff080 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000a0`61fff928 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`61fff930 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`61fffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`61fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`61bffca8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a0`61bffcb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`61bffd20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a0`61bffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`61bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`617ff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`617ff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`617ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`617ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`613fece0 00007ff7`b005555b     postgres!hash_search(
000000a0`613fed20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a0`613fed70 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a0`613fee20 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a0`613fee60 00007ff7`aff30279     postgres!relation_open(
000000a0`613feea0 00007ff7`b0691ef6     postgres!index_open(
000000a0`613feee0 00007ff7`b03ac97f     postgres!RelationGetIndexAttrBitmap(
000000a0`613fefe0 00007ff7`b03abbc6     postgres!logicalrep_rel_mark_updatable(
000000a0`613ff040 00007ff7`b03c1cb9     postgres!logicalrep_rel_open(
000000a0`613ff0e0 00007ff7`b03c29a8     postgres!copy_table(
core
000000a0`623ffd88 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a0`623ffd90 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a0`623ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`623ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`569ff6e0 00007ff7`b005555b     postgres!hash_search(
00000058`569ff720 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000058`569ff770 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000058`569ff820 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000058`569ff860 00007ff7`aff813e9     postgres!relation_open(
00000058`569ff8a0 00007ff7`b06c6f7b     postgres!table_open(
00000058`569ff8e0 00007ff7`b06c5f28     postgres!process_settings(
00000058`569ff930 00007ff7`b034fa62     postgres!InitPostgres(
00000058`569ffa50 00007ff7`b03c4abf     postgres!BackgroundWorkerInitializeConnectionByOid(
00000058`569ffab0 00007ff7`b03c4e3c     postgres!InitializeLogRepWorker(void)+0x3f [c:\cirrus\src\backend\replication\lo...
core
00000058`575ff7f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`575ff800 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`575ffaf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`575ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`579ff5f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000058`579ff600 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`579ff670 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000058`579ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`579ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`571ffc18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`571ffc20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`571fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`571fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`56dffaf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`56dffb00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`56dffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`56dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`e65ff758 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`e65ff760 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`e65ffa50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`e65ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`e71ff978 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000005`e71ff980 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000005`e71ffa20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000005`e71ffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`e71ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`e6dffc28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000005`e6dffc30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000005`e6dffca0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000005`e6dffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`e6dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`e69ffa88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`e69ffa90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`e69ffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`e69ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`e61feaa0 00007ff7`b005555b     postgres!hash_search(
00000005`e61feae0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000005`e61feb30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000005`e61febe0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000005`e61fec20 00007ff7`aff30279     postgres!relation_open(
00000005`e61fec60 00007ff7`aff2edfc     postgres!index_open(
00000005`e61feca0 00007ff7`b069d9b1     postgres!systable_beginscan(
00000005`e61fed10 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
00000005`e61fee50 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
00000005`e61ff110 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
0000005e`62bff6c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000005e`62bff6d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`62bff770 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000005e`62bff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`62bff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`61bfe8a0 00007ff7`b005555b     postgres!hash_search(
0000005e`61bfe8e0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005e`61bfe930 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005e`61bfe9e0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005e`61bfea20 00007ff7`afea29f6     postgres!relation_open(
0000005e`61bfea60 00007ff7`aff81476     postgres!relation_openrv_extended(
0000005e`61bfeab0 00007ff7`b031551f     postgres!table_openrv_extended(
0000005e`61bfeaf0 00007ff7`b03157ca     postgres!parserOpenTable(
0000005e`61bfeb60 00007ff7`b02e8335     postgres!addRangeTableEntry(
0000005e`61bfebd0 00007ff7`b02ea150     postgres!transformTableEntry(
core
0000005e`61fffa08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`61fffa10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005e`61fffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`61fffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`623ffa08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`623ffa10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005e`623ffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`623ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`627ffcd8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005e`627ffce0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`627ffd50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005e`627ffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`627ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`699fe9d0 00007ff7`b005555b     postgres!hash_search(
000000bf`699fea10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bf`699fea60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bf`699feb10 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bf`699feb50 00007ff7`aff30279     postgres!relation_open(
000000bf`699feb90 00007ff7`aff2edfc     postgres!index_open(
000000bf`699febd0 00007ff7`b0691089     postgres!systable_beginscan(
000000bf`699fec40 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bf`699fed30 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bf`699fedc0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000bf`6adffe08 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000bf`6adffe10 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000bf`6adffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`6adffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`6a9ff788 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bf`6a9ff790 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`6a9ff800 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bf`6a9ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`6a9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`6a5ff608 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`6a5ff610 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bf`6a5ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`6a5ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`6a1ffa08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`6a1ffa10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bf`6a1ffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`6a1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`69dffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`69dffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bf`69dfff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`69dfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`b83ff978 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003a`b83ff980 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003a`b83ffa20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003a`b83ffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`b83ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`b7fffae8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003a`b7fffaf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`b7fffb60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003a`b7fffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`b7fffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`b7bff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`b7bff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003a`b7bff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`b7bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`b77ffbe8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`b77ffbf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003a`b77ffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`b77fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`b73ff798 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`b73ff7a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003a`b73ffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`b73ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`b6ffd120 00007ff7`b005555b     postgres!hash_search(
0000003a`b6ffd160 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003a`b6ffd1b0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003a`b6ffd260 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003a`b6ffd2a0 00007ff7`aff30279     postgres!relation_open(
0000003a`b6ffd2e0 00007ff7`aff2edfc     postgres!index_open(
0000003a`b6ffd320 00007ff7`b0691089     postgres!systable_beginscan(
0000003a`b6ffd390 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003a`b6ffd480 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003a`b6ffd510 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a4`845ffa48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a4`845ffa50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`845ffac0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a4`845ffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`845ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`849ff6e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a4`849ff6f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a4`849ff790 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a4`849ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`849ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`841ff7c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`841ff7d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a4`841ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`841ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`83dff9e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`83dff9f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a4`83dffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`83dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`839ff768 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`839ff770 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a4`839ffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`839ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`835fe5c0 00007ff7`b005555b     postgres!hash_search(
000000a4`835fe600 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a4`835fe650 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a4`835fe700 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a4`835fe740 00007ff7`aff30279     postgres!relation_open(
000000a4`835fe780 00007ff7`aff2edfc     postgres!index_open(
000000a4`835fe7c0 00007ff7`b069d9b1     postgres!systable_beginscan(
000000a4`835fe830 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
000000a4`835fe970 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
000000a4`835fec30 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
000000a0`1d5ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`1d5ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`1d5fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1d5fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1d1fdd60 00007ff7`b005555b     postgres!hash_search(
000000a0`1d1fdda0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a0`1d1fddf0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a0`1d1fdea0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a0`1d1fdee0 00007ff7`aff30279     postgres!relation_open(
000000a0`1d1fdf20 00007ff7`aff2edfc     postgres!index_open(
000000a0`1d1fdf60 00007ff7`b0691089     postgres!systable_beginscan(
000000a0`1d1fdfd0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a0`1d1fe0c0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a0`1d1fe150 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a0`1d9ffb68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`1d9ffb70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`1d9ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1d9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1ddff628 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`1ddff630 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`1ddff920 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1ddff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1e1ff618 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a0`1e1ff620 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`1e1ff690 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a0`1e1ff790 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1e1ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`1e5ffd08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a0`1e5ffd10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a0`1e5ffdb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a0`1e5ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`1e5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`301ff5a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`301ff5b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`301ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`301ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`305ff718 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`305ff720 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`305ffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`305ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`30dffc98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000058`30dffca0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`30dffd10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000058`30dffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`30dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`309ffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`309ffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`309ffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`309ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`2fdfdc10 00007ff7`b005555b     postgres!hash_search(
00000058`2fdfdc50 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000058`2fdfdca0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000058`2fdfdd50 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000058`2fdfdd90 00007ff7`aff30279     postgres!relation_open(
00000058`2fdfddd0 00007ff7`aff2edfc     postgres!index_open(
00000058`2fdfde10 00007ff7`b0691089     postgres!systable_beginscan(
00000058`2fdfde80 00007ff7`b0162020     postgres!RelationGetIndexList(
00000058`2fdfdf70 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000058`2fdfe000 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000058`311ff988 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000058`311ff990 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`311ffa30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000058`311ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`311ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a87ffb18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`a87ffb20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c6`a87ffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a87ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a93ff868 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c6`a93ff870 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c6`a93ff910 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c6`a93ff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a93ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a8fff6f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c6`a8fff700 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`a8fff770 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c6`a8fff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a8fff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a8bff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`a8bff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c6`a8bff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a8bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a83ff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`a83ff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c6`a83ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`a83ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`a7ffd070 00007ff7`b005555b     postgres!hash_search(
000000c6`a7ffd0b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c6`a7ffd100 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c6`a7ffd1b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c6`a7ffd1f0 00007ff7`aff30279     postgres!relation_open(
000000c6`a7ffd230 00007ff7`aff2edfc     postgres!index_open(
000000c6`a7ffd270 00007ff7`b0691089     postgres!systable_beginscan(
000000c6`a7ffd2e0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000c6`a7ffd3d0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000c6`a7ffd460 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000f8`7fdffda8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f8`7fdffdb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`7fdffe20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f8`7fdfff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`7fdfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`7f5ff740 00007ff7`b005555b     postgres!hash_search(
000000f8`7f5ff780 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f8`7f5ff7d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f8`7f5ff880 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f8`7f5ff8c0 00007ff7`aff813e9     postgres!relation_open(
000000f8`7f5ff900 00007ff7`b06c6f7b     postgres!table_open(
000000f8`7f5ff940 00007ff7`b06c5f28     postgres!process_settings(
000000f8`7f5ff990 00007ff7`b0467cf8     postgres!InitPostgres(
000000f8`7f5ffab0 00007ff7`b0461ebd     postgres!PostgresMain(
000000f8`7f5ffce0 00007ff7`b03532b7     postgres!BackendMain(
core
000000f8`7f9ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`7f9ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f8`7f9ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`7f9ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`007ffad8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`007ffae0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f8`007ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`007ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`003ff688 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000f8`003ff690 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f8`003ff730 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000f8`003ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`003ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`42dff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`42dff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000080`42dffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`42dffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`429fdb80 00007ff7`b005555b     postgres!hash_search(
00000080`429fdbc0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000080`429fdc10 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000080`429fdcc0 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
00000080`429fdf80 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000080`429fdfc0 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000080`429fe010 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
00000080`429fe090 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
00000080`429fe0e0 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
00000080`429fe120 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
00000080`431ff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`431ff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000080`431ffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`431ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`435ffc18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000080`435ffc20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000080`435ffc90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000080`435ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`435ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`439ffab8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000080`439ffac0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000080`439ffb60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000080`439ffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`439ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`43dff7d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`43dff7e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000080`43dffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`43dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`441ff788 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000080`441ff790 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000080`441ff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`441ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`331fe160 00007ff7`b005555b     postgres!hash_search(
0000003e`331fe1a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003e`331fe1f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003e`331fe2a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003e`331fe2e0 00007ff7`afff44ad     postgres!relation_open(
0000003e`331fe320 00007ff7`affef549     postgres!heap_drop_with_catalog(
0000003e`331fe3a0 00007ff7`affef00d     postgres!doDeletion(
0000003e`331fe3f0 00007ff7`afff2541     postgres!deleteOneObject(
0000003e`331fe540 00007ff7`affed480     postgres!deleteObjectsInList(
0000003e`331fe5a0 00007ff7`b00da19e     postgres!performMultipleDeletions(
core
0000003e`33dff9d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003e`33dff9e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003e`33dffa80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003e`33dffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`33dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`341ffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`341ffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`341ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`341ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`339ff6f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003e`339ff700 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`339ff770 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003e`339ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`339ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`335ffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`335ffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`335ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`335ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`ec7ff578 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`ec7ff580 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`ec7ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`ec7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`ed3ff778 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a0`ed3ff780 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a0`ed3ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`ed3ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`ecfff838 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a0`ecfff840 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a0`ecfff8b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a0`ecfff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`ecfff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`ecbff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a0`ecbff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a0`ecbffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a0`ecbffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a0`ec3feca0 00007ff7`b005555b     postgres!hash_search(
000000a0`ec3fece0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a0`ec3fed30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a0`ec3fede0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a0`ec3fee20 00007ff7`aff30279     postgres!relation_open(
000000a0`ec3fee60 00007ff7`aff2edfc     postgres!index_open(
000000a0`ec3feea0 00007ff7`b0691089     postgres!systable_beginscan(
000000a0`ec3fef10 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a0`ec3ff000 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a0`ec3ff090 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000c1`4bdff6e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`4bdff6f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c1`4bdff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`4bdffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`4c5ffa78 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c1`4c5ffa80 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c1`4c5ffb20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c1`4c5ffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`4c5ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`4b1fcd10 00007ff7`b005555b     postgres!hash_search(
000000c1`4b1fcd50 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c1`4b1fcda0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c1`4b1fce50 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c1`4b1fce90 00007ff7`aff30279     postgres!relation_open(
000000c1`4b1fced0 00007ff7`aff2edfc     postgres!index_open(
000000c1`4b1fcf10 00007ff7`b0691089     postgres!systable_beginscan(
000000c1`4b1fcf80 00007ff7`b0162020     postgres!RelationGetIndexList(
000000c1`4b1fd070 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000c1`4b1fd100 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000c1`4b5ff478 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`4b5ff480 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c1`4b5ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`4b5ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`4b9ff608 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`4b9ff610 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c1`4b9ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`4b9ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`4c1ffb98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c1`4c1ffba0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`4c1ffc10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c1`4c1ffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`4c1ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`013ffc68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ef`013ffc70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`013ffce0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ef`013ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`013ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`017ffd08 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000ef`017ffd10 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000ef`017ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`017ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`00fffa48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`00fffa50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`00fffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`00fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`00bff488 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`00bff490 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`00bff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`00bff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`007fed20 00007ff7`b005555b     postgres!hash_search(
000000ef`007fed60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ef`007fedb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ef`007fee60 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ef`007feea0 00007ff7`aff30279     postgres!relation_open(
000000ef`007feee0 00007ff7`aff2edfc     postgres!index_open(
000000ef`007fef20 00007ff7`b0691089     postgres!systable_beginscan(
000000ef`007fef90 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ef`007ff080 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ef`007ff110 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000023`6adffae8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`6adffaf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`6adffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6adffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6b1ff9b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`6b1ff9c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`6b1ffcb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6b1ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6b9ffd48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000023`6b9ffd50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`6b9ffdc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000023`6b9ffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6b9ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6bdff9d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000023`6bdff9e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000023`6bdffa80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000023`6bdffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6bdffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6b5ffaf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`6b5ffb00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`6b5ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`6b5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`6a9fdc40 00007ff7`b005555b     postgres!hash_search(
00000023`6a9fdc80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000023`6a9fdcd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000023`6a9fdd80 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000023`6a9fddc0 00007ff7`aff30279     postgres!relation_open(
00000023`6a9fde00 00007ff7`aff2edfc     postgres!index_open(
00000023`6a9fde40 00007ff7`b0691089     postgres!systable_beginscan(
00000023`6a9fdeb0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000023`6a9fdfa0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000023`6a9fe030 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000071`d87ffc18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d87ffc20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000071`d87fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d87fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d83ffba8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`d83ffbb0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000071`d83ffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d83ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d7ffd6d0 00007ff7`b005555b     postgres!hash_search(
00000071`d7ffd710 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000071`d7ffd760 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000071`d7ffd810 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000071`d7ffd850 00007ff7`aff30279     postgres!relation_open(
00000071`d7ffd890 00007ff7`aff2edfc     postgres!index_open(
00000071`d7ffd8d0 00007ff7`b0691089     postgres!systable_beginscan(
00000071`d7ffd940 00007ff7`b0162020     postgres!RelationGetIndexList(
00000071`d7ffda30 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000071`d7ffdac0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000071`d8bffc18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000071`d8bffc20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000071`d8bffc90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000071`d8bffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d8bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`d8fffc58 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000071`d8fffc60 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000071`d8fffd00 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000071`d8fffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`d8fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5e3ff7c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000065`5e3ff7d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000065`5e3ff840 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000065`5e3ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5e3ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5dbfcca0 00007ff7`b005555b     postgres!hash_search(
00000065`5dbfcce0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000065`5dbfcd30 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000065`5dbfcde0 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
00000065`5dbfd0a0 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000065`5dbfd0e0 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000065`5dbfd130 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
00000065`5dbfd1b0 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
00000065`5dbfd200 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
00000065`5dbfd240 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
00000065`5dfff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`5dfff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000065`5dfffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5dfffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5e7ffbe8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000065`5e7ffbf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000065`5e7ffc90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000065`5e7ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5e7ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`5ebffbe8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`5ebffbf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000065`5ebffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`5ebfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`833ff818 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`833ff820 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000046`833ffb10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`833ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`82fff708 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000046`82fff710 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000046`82fff7b0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000046`82fff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`82fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`827ff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`827ff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000046`827ff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`827ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`823fede0 00007ff7`b005555b     postgres!hash_search(
00000046`823fee20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000046`823fee70 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000046`823fef20 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000046`823fef60 00007ff7`aff813e9     postgres!relation_open(
00000046`823fefa0 00007ff7`b067fc6e     postgres!table_open(
00000046`823fefe0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000046`823ff040 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000046`823ff0f0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000046`823ff130 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000046`82bffd68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000046`82bffd70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`82bffde0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000046`82bffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`82bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`009ff5c0 00007ff7`b005555b     postgres!hash_search(
000000ef`009ff600 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ef`009ff650 00007ff7`b069b893     postgres!RelationBuildDesc(
000000ef`009ff700 00007ff7`b0694438     postgres!load_critical_index(
000000ef`009ff740 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x1a8 [c:\cirrus\src\backend\utils\...
000000ef`009ff7e0 00007ff7`b0467cf8     postgres!InitPostgres(
000000ef`009ff900 00007ff7`b0461ebd     postgres!PostgresMain(
000000ef`009ffb30 00007ff7`b03532b7     postgres!BackendMain(
000000ef`009ffb70 00007ff7`b0209dd9     postgres!SubPostmasterMain(
000000ef`009ffbf0 00007ff7`b0835b09     postgres!main(
core
000000ef`00dff558 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`00dff560 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`00dff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`00dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`011ffbc8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ef`011ffbd0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`011ffc40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ef`011ffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`011ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`015ffcd8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ef`015ffce0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ef`015ffd80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ef`015ffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`015ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`019ffb78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`019ffb80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`019ffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`019ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`1a7ff768 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`1a7ff770 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`1a7ffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`1a7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`1abffaf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`1abffb00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`1abffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`1abffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`1afff928 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003e`1afff930 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`1afff9a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003e`1afffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`1afffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`1a3fd880 00007ff7`b005555b     postgres!hash_search(
0000003e`1a3fd8c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003e`1a3fd910 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003e`1a3fd9c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003e`1a3fda00 00007ff7`aff30279     postgres!relation_open(
0000003e`1a3fda40 00007ff7`aff2edfc     postgres!index_open(
0000003e`1a3fda80 00007ff7`b0691089     postgres!systable_beginscan(
0000003e`1a3fdaf0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003e`1a3fdbe0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003e`1a3fdc70 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000003e`1b3ff688 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003e`1b3ff690 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003e`1b3ff730 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003e`1b3ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`1b3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`61bff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`61bff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bf`61bff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`61bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`60ffdd80 00007ff7`b005555b     postgres!hash_search(
000000bf`60ffddc0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bf`60ffde10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bf`60ffdec0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bf`60ffdf00 00007ff7`aff30279     postgres!relation_open(
000000bf`60ffdf40 00007ff7`aff2edfc     postgres!index_open(
000000bf`60ffdf80 00007ff7`b0691089     postgres!systable_beginscan(
000000bf`60ffdff0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bf`60ffe0e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bf`60ffe170 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000bf`613ff488 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`613ff490 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bf`613ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`613ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`617ffb18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bf`617ffb20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`617ffb90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bf`617ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`617ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`61fff868 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bf`61fff870 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bf`61fff910 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bf`61fff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`61fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`571ffe28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b7`571ffe30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b7`571ffed0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b7`571fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`571fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`565ff580 00007ff7`b005555b     postgres!hash_search(
000000b7`565ff5c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b7`565ff610 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b7`565ff6c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b7`565ff700 00007ff7`aff30279     postgres!relation_open(
000000b7`565ff740 00007ff7`b067d486     postgres!index_open(
000000b7`565ff780 00007ff7`b06a0d50     postgres!InitCatCachePhase2(
000000b7`565ff7c0 00007ff7`b0694863     postgres!InitCatalogCachePhase2(void)+0x60 [c:\cirrus\src\backend\utils\cache\sy...
000000b7`565ff800 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x5d3 [c:\cirrus\src\backend\utils\...
000000b7`565ff8a0 00007ff7`b0467cf8     postgres!InitPostgres(
core
000000b7`569ffb78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`569ffb80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b7`569ffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`569ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`56dff908 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b7`56dff910 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b7`56dff980 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b7`56dffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`56dffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b7`575ff4e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b7`575ff4f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b7`575ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b7`575ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`eadffe08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c4`eadffe10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c4`eadffeb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c4`eadffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`eadfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`ea1fe050 00007ff7`b005555b     postgres!hash_search(
000000c4`ea1fe090 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c4`ea1fe0e0 00007ff7`b0696f68     postgres!RelationBuildDesc(
000000c4`ea1fe190 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
000000c4`ea1fe450 00007ff7`b0695b1b     postgres!RelationFlushRelation(
000000c4`ea1fe490 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
000000c4`ea1fe4e0 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
000000c4`ea1fe560 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
000000c4`ea1fe5b0 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
000000c4`ea1fe5f0 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
000000c4`ea5ff638 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`ea5ff640 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c4`ea5ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`ea5ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`ea9ff678 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c4`ea9ff680 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c4`ea9ff6f0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c4`ea9ff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`ea9ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c4`eb1ff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c4`eb1ff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c4`eb1ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c4`eb1ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`911ffd48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000001a`911ffd50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`911ffdc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000001a`911ffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`911ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`909fd9f0 00007ff7`b005555b     postgres!hash_search(
0000001a`909fda30 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000001a`909fda80 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000001a`909fdb30 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000001a`909fdb70 00007ff7`aff30279     postgres!relation_open(
0000001a`909fdbb0 00007ff7`aff2edfc     postgres!index_open(
0000001a`909fdbf0 00007ff7`b0691089     postgres!systable_beginscan(
0000001a`909fdc60 00007ff7`b0162020     postgres!RelationGetIndexList(
0000001a`909fdd50 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000001a`909fdde0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000001a`90dff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`90dff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001a`90dffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`90dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`915ff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`915ff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001a`915ff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`915ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`919ff9d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000001a`919ff9e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001a`919ffa80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000001a`919ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`919ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`709ff4e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`709ff4f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f6`709ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`709ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`6f9ff050 00007ff7`b005555b     postgres!hash_search(
000000f6`6f9ff090 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f6`6f9ff0e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f6`6f9ff190 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f6`6f9ff1d0 00007ff7`aff813e9     postgres!relation_open(
000000f6`6f9ff210 00007ff7`b067fc6e     postgres!table_open(
000000f6`6f9ff250 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000f6`6f9ff2b0 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000f6`6f9ff360 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000f6`6f9ff3a0 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000f6`6fdff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`6fdff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f6`6fdff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`6fdff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`701ff788 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f6`701ff790 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`701ff800 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f6`701ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`701ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`705ffa18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000f6`705ffa20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f6`705ffac0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000f6`705ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`705ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`017ff848 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000001`017ff850 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000001`017ff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`017ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007fed50 00007ff7`b005555b     postgres!hash_search(
00000001`007fed90 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000001`007fede0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000001`007fee90 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000001`007feed0 00007ff7`aff30279     postgres!relation_open(
00000001`007fef10 00007ff7`aff2edfc     postgres!index_open(
00000001`007fef50 00007ff7`b0691089     postgres!systable_beginscan(
00000001`007fefc0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000001`007ff0b0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000001`007ff140 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000001`00bff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff448 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00fff450 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`00fff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff9a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000001`013ff9b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`013ffa20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000001`013ffb20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`5a1fe250 00007ff7`b06aa7d6     ucrtbased!abort+0x5a
000000d4`5a1fe290 00007ff7`affb7e10     postgres!errfinish(
core
000000d6`5cdffc98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d6`5cdffca0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d6`5cdffd40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d6`5cdffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`5cdffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`5c1ff5f0 00007ff7`b005555b     postgres!hash_search(
000000d6`5c1ff630 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d6`5c1ff680 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d6`5c1ff730 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d6`5c1ff770 00007ff7`aff813e9     postgres!relation_open(
000000d6`5c1ff7b0 00007ff7`b06c6f7b     postgres!table_open(
000000d6`5c1ff7f0 00007ff7`b06c5f28     postgres!process_settings(
000000d6`5c1ff840 00007ff7`b0467cf8     postgres!InitPostgres(
000000d6`5c1ff960 00007ff7`b0461ebd     postgres!PostgresMain(
000000d6`5c1ffb90 00007ff7`b03532b7     postgres!BackendMain(
core
000000d6`5c5ff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`5c5ff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d6`5c5ffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`5c5ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`5c9ffd78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d6`5c9ffd80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d6`5c9ffdf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d6`5c9ffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`5c9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d6`5d1ff8b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d6`5d1ff8c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d6`5d1ffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d6`5d1ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`f75ff6b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000074`f75ff6c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`f75ff730 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000074`f75ff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`f75ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`f6dff100 00007ff7`b005555b     postgres!hash_search(
00000074`f6dff140 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000074`f6dff190 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000074`f6dff240 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000074`f6dff280 00007ff7`aff813e9     postgres!relation_open(
00000074`f6dff2c0 00007ff7`b067fc6e     postgres!table_open(
00000074`f6dff300 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000074`f6dff360 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000074`f6dff410 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000074`f6dff450 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000074`f71ffbe8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`f71ffbf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`f71ffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`f71fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`f7dff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`f7dff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`f7dffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`f7dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`f79ff8e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000074`f79ff8f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`f79ff990 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000074`f79ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`f79ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c31ffc18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`c31ffc20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e3`c31fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c31fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c41ff6a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e3`c41ff6b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e3`c41ff750 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e3`c41ff790 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c41ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c3dffb48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e3`c3dffb50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`c3dffbc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e3`c3dffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c3dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c39ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`c39ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e3`c39ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c39ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c35ff9a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`c35ff9b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e3`c35ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`c35ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`c2dff300 00007ff7`b005555b     postgres!hash_search(
000000e3`c2dff340 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e3`c2dff390 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e3`c2dff440 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e3`c2dff480 00007ff7`aff813e9     postgres!relation_open(
000000e3`c2dff4c0 00007ff7`b067fc6e     postgres!table_open(
000000e3`c2dff500 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000e3`c2dff560 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000e3`c2dff610 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000e3`c2dff650 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
0000002b`b5fffea8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000002b`b5fffeb0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000002b`b5ffff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b5ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`b4fffa18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`b4fffa20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`b4fffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b4fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`b53ffbd8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`b53ffbe0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`b53ffed0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b53fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`b57ffc28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`b57ffc30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`b57fff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b57fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`b4bfecc0 00007ff7`b005555b     postgres!hash_search(
0000002b`b4bfed00 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002b`b4bfed50 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002b`b4bfee00 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002b`b4bfee40 00007ff7`aff30279     postgres!relation_open(
0000002b`b4bfee80 00007ff7`aff2edfc     postgres!index_open(
0000002b`b4bfeec0 00007ff7`b0691089     postgres!systable_beginscan(
0000002b`b4bfef30 00007ff7`b0162020     postgres!RelationGetIndexList(
0000002b`b4bff020 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000002b`b4bff0b0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000002b`b5bffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002b`b5bffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`b5bffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002b`b5bffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`b5bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`681ffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`681ffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`681ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`681ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`689ff808 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a6`689ff810 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a6`689ff8b0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a6`689ff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`689ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`679fd900 00007ff7`b005555b     postgres!hash_search(
000000a6`679fd940 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a6`679fd990 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a6`679fda40 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a6`679fda80 00007ff7`aff30279     postgres!relation_open(
000000a6`679fdac0 00007ff7`aff2edfc     postgres!index_open(
000000a6`679fdb00 00007ff7`b0691089     postgres!systable_beginscan(
000000a6`679fdb70 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a6`679fdc60 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a6`679fdcf0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a6`67dff458 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`67dff460 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`67dff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`67dff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`685ffc58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a6`685ffc60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`685ffcd0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a6`685ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`685ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`2c7fd8e0 00007ff7`b005555b     postgres!hash_search(
00000057`2c7fd920 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000057`2c7fd970 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000057`2c7fda20 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000057`2c7fda60 00007ff7`aff30279     postgres!relation_open(
00000057`2c7fdaa0 00007ff7`aff2edfc     postgres!index_open(
00000057`2c7fdae0 00007ff7`b0691089     postgres!systable_beginscan(
00000057`2c7fdb50 00007ff7`b0162020     postgres!RelationGetIndexList(
00000057`2c7fdc40 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000057`2c7fdcd0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000057`2cbffc28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`2cbffc30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000057`2cbfff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`2cbfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`2cfff738 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000057`2cfff740 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000057`2cfff7b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000057`2cfff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`2cfff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`2d3ffc78 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000057`2d3ffc80 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000057`2d3ffd20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000057`2d3ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`2d3ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`2d7ff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`2d7ff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000057`2d7ff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`2d7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d93ff190 00007ff7`b005555b     postgres!hash_search(
000000d1`d93ff1d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d1`d93ff220 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d1`d93ff2d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d1`d93ff310 00007ff7`aff813e9     postgres!relation_open(
000000d1`d93ff350 00007ff7`b067fc6e     postgres!table_open(
000000d1`d93ff390 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000d1`d93ff3f0 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000d1`d93ff4a0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000d1`d93ff4e0 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000d1`d97ff798 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`d97ff7a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d1`d97ffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d97ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d9bffaf8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d1`d9bffb00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`d9bffb70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d1`d9bffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d9bffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`d9fff958 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d1`d9fff960 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d1`d9fffa00 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d1`d9fffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`d9fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`da3ff868 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`da3ff870 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d1`da3ffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`da3ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b6fff728 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ab`b6fff730 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`b6fff7a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ab`b6fff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b6fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b67ff1c0 00007ff7`b005555b     postgres!hash_search(
000000ab`b67ff200 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ab`b67ff250 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ab`b67ff300 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ab`b67ff340 00007ff7`afea29f6     postgres!relation_open(
000000ab`b67ff380 00007ff7`aff81476     postgres!relation_openrv_extended(
000000ab`b67ff3d0 00007ff7`b031551f     postgres!table_openrv_extended(
000000ab`b67ff410 00007ff7`b02e5b53     postgres!parserOpenTable(
000000ab`b67ff480 00007ff7`b02d9e6b     postgres!setTargetTable(
000000ab`b67ff4d0 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
000000ab`b6bff5b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b6bff5c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b6bff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b6bff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b73ff688 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`b73ff690 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ab`b73ff980 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b73ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`b77ff728 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ab`b77ff730 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ab`b77ff7d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ab`b77ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`b77ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`65ffdad0 00007ff7`b005555b     postgres!hash_search(
0000005e`65ffdb10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005e`65ffdb60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005e`65ffdc10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005e`65ffdc50 00007ff7`aff30279     postgres!relation_open(
0000005e`65ffdc90 00007ff7`aff2edfc     postgres!index_open(
0000005e`65ffdcd0 00007ff7`b0691089     postgres!systable_beginscan(
0000005e`65ffdd40 00007ff7`b0162020     postgres!RelationGetIndexList(
0000005e`65ffde30 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000005e`65ffdec0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000005e`663ff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`663ff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005e`663ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`663ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`667ffc58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005e`667ffc60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`667ffcd0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005e`667ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`667ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`66bff9e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000005e`66bff9f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`66bffa90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000005e`66bffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`66bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`66fffa78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`66fffa80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005e`66fffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`66fffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f6bfd8b0 00007ff7`b005555b     postgres!hash_search(
00000031`f6bfd8f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000031`f6bfd940 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000031`f6bfd9f0 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
00000031`f6bfdcb0 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000031`f6bfdcf0 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000031`f6bfdd40 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
00000031`f6bfddc0 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
00000031`f6bfde10 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
00000031`f6bfde50 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
00000031`f6fff4a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f6fff4b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`f6fff7a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f6fff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f73ff6f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000031`f73ff700 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`f73ff770 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000031`f73ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f73ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f77ff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`f77ff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`f77ff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f77ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`f7bff658 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000031`f7bff660 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000031`f7bff700 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000031`f7bff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`f7bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`52ffef80 00007ff7`b005555b     postgres!hash_search(
00000059`52ffefc0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000059`52fff010 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000059`52fff0c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000059`52fff100 00007ff7`aff30279     postgres!relation_open(
00000059`52fff140 00007ff7`aff2edfc     postgres!index_open(
00000059`52fff180 00007ff7`b0691089     postgres!systable_beginscan(
00000059`52fff1f0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000059`52fff2e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000059`52fff370 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000059`533ffa18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`533ffa20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000059`533ffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`533ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`537ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`537ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000059`537fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`537fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`53bff9e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000059`53bff9f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`53bffa60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000059`53bffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`53bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`53fff8f8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000059`53fff900 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000059`53fff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`53fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`2c3fdd50 00007ff7`b005555b     postgres!hash_search(
0000003c`2c3fdd90 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003c`2c3fdde0 00007ff7`b0696f68     postgres!RelationBuildDesc(
0000003c`2c3fde90 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
0000003c`2c3fe150 00007ff7`b0695b1b     postgres!RelationFlushRelation(
0000003c`2c3fe190 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
0000003c`2c3fe1e0 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
0000003c`2c3fe260 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
0000003c`2c3fe2b0 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
0000003c`2c3fe2f0 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
0000003c`2c7ffc18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`2c7ffc20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003c`2c7fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`2c7fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`2cbff8a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003c`2cbff8b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`2cbff920 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003c`2cbffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`2cbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`2cfff708 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003c`2cfff710 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003c`2cfff7b0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003c`2cfff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`2cfff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`2d3ff4b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`2d3ff4c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003c`2d3ff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`2d3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`2e3ffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`2e3ffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b2`2e3ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`2e3ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`2dbfd7d0 00007ff7`b005555b     postgres!hash_search(
000000b2`2dbfd810 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b2`2dbfd860 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b2`2dbfd910 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b2`2dbfd950 00007ff7`aff30279     postgres!relation_open(
000000b2`2dbfd990 00007ff7`aff2edfc     postgres!index_open(
000000b2`2dbfd9d0 00007ff7`b0691089     postgres!systable_beginscan(
000000b2`2dbfda40 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b2`2dbfdb30 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b2`2dbfdbc0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000b2`2dfff928 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`2dfff930 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b2`2dfffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`2dfffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`2e7ff728 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b2`2e7ff730 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`2e7ff7a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b2`2e7ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`2e7ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`2ebffa58 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b2`2ebffa60 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b2`2ebffb00 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b2`2ebffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`2ebffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`19bffbb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ea`19bffbc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ea`19bffc30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ea`19bffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`19bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`19fffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`19fffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ea`19fffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`19fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`197ffa58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ea`197ffa60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ea`197ffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`197ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`1a3ff778 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ea`1a3ff780 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ea`1a3ff820 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ea`1a3ff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ea`1a3ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ea`193fdb90 00007ff7`b005555b     postgres!hash_search(
000000ea`193fdbd0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ea`193fdc20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ea`193fdcd0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ea`193fdd10 00007ff7`aff30279     postgres!relation_open(
000000ea`193fdd50 00007ff7`aff2edfc     postgres!index_open(
000000ea`193fdd90 00007ff7`b0691089     postgres!systable_beginscan(
000000ea`193fde00 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ea`193fdef0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ea`193fdf80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000d1`44bffa18 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000d1`44bffa20 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000d1`44bffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`44bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`43ffea40 00007ff7`b005555b     postgres!hash_search(
000000d1`43ffea80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d1`43ffead0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d1`43ffeb80 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d1`43ffebc0 00007ff7`aff30279     postgres!relation_open(
000000d1`43ffec00 00007ff7`aff2edfc     postgres!index_open(
000000d1`43ffec40 00007ff7`b0691089     postgres!systable_beginscan(
000000d1`43ffecb0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d1`43ffeda0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d1`43ffee30 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000d1`443ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`443ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d1`443ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`443ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`447ffca8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d1`447ffcb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`447ffd20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d1`447ffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`447ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`44fff7e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`44fff7f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d1`44fffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`44fffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`af3ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`af3ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`af3fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`af3fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`ae3feda0 00007ff7`b005555b     postgres!hash_search(
00000044`ae3fede0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000044`ae3fee30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000044`ae3feee0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000044`ae3fef20 00007ff7`aff30279     postgres!relation_open(
00000044`ae3fef60 00007ff7`aff2edfc     postgres!index_open(
00000044`ae3fefa0 00007ff7`b0691089     postgres!systable_beginscan(
00000044`ae3ff010 00007ff7`b0162020     postgres!RelationGetIndexList(
00000044`ae3ff100 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000044`ae3ff190 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000044`ae7ff618 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`ae7ff620 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`ae7ff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`ae7ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`aebff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`aebff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`aebff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`aebff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`aefff898 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000044`aefff8a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`aefff910 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000044`aefffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`aefffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`af7ffc18 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000044`af7ffc20 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000044`af7ffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`af7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f71ffd78 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000033`f71ffd80 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000033`f71ffe20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000033`f71ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f71ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f65feeb0 00007ff7`b005555b     postgres!hash_search(
00000033`f65feef0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000033`f65fef40 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000033`f65feff0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000033`f65ff030 00007ff7`aff813e9     postgres!relation_open(
00000033`f65ff070 00007ff7`b067fc6e     postgres!table_open(
00000033`f65ff0b0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000033`f65ff110 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000033`f65ff1c0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000033`f65ff200 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000033`f69ff818 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f69ff820 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000033`f69ffb10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f69ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f6dffac8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000033`f6dffad0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000033`f6dffb40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000033`f6dffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f6dffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`f75ff7b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`f75ff7c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000033`f75ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`f75ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`adfffb28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000005b`adfffb30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005b`adfffbd0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000005b`adfffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`adfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`acbfd4f0 00007ff7`b005555b     postgres!hash_search(
0000005b`acbfd530 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005b`acbfd580 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005b`acbfd630 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005b`acbfd670 00007ff7`aff30279     postgres!relation_open(
0000005b`acbfd6b0 00007ff7`aff2edfc     postgres!index_open(
0000005b`acbfd6f0 00007ff7`b0691089     postgres!systable_beginscan(
0000005b`acbfd760 00007ff7`b0162020     postgres!RelationGetIndexList(
0000005b`acbfd850 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000005b`acbfd8e0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000005b`acfff688 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`acfff690 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005b`acfff980 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`acfff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ad3ffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`ad3ffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005b`ad3ffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`ad3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`ad7ffa38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`ad7ffa40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005b`ad7ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`ad7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`adbff728 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005b`adbff730 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`adbff7a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005b`adbff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`adbff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`ae7ff4e0 00007ff7`b005555b     postgres!hash_search(
00000052`ae7ff520 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000052`ae7ff570 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000052`ae7ff620 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000052`ae7ff660 00007ff7`aff813e9     postgres!relation_open(
00000052`ae7ff6a0 00007ff7`b06c6f7b     postgres!table_open(
00000052`ae7ff6e0 00007ff7`b06c5f28     postgres!process_settings(
00000052`ae7ff730 00007ff7`b0467cf8     postgres!InitPostgres(
00000052`ae7ff850 00007ff7`b0461ebd     postgres!PostgresMain(
00000052`ae7ffa80 00007ff7`b03532b7     postgres!BackendMain(
core
00000052`aebff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`aebff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000052`aebff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`aebff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`aefff788 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000052`aefff790 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000052`aefff800 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000052`aefff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`aefff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`af3ffa98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000052`af3ffaa0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000052`af3ffb40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000052`af3ffb80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`af3ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000052`af7ff5f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000052`af7ff600 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000052`af7ff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000052`af7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`883ff6b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e6`883ff6c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`883ff730 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e6`883ff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`883ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`873fd590 00007ff7`b005555b     postgres!hash_search(
000000e6`873fd5d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e6`873fd620 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e6`873fd6d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e6`873fd710 00007ff7`aff30279     postgres!relation_open(
000000e6`873fd750 00007ff7`aff2edfc     postgres!index_open(
000000e6`873fd790 00007ff7`b0691089     postgres!systable_beginscan(
000000e6`873fd800 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e6`873fd8f0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e6`873fd980 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000e6`887ff6a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e6`887ff6b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`887ff750 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e6`887ff790 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`887ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`877ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`877ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`877ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`877ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`87bffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`87bffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`87bffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`87bffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`87fff5d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`87fff5e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e6`87fff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`87fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`f37ff7f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`f37ff800 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007c`f37ffaf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`f37ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`f3fffdf8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000007c`f3fffe00 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000007c`f3fffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`f3fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`f2bfed30 00007ff7`b005555b     postgres!hash_search(
0000007c`f2bfed70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000007c`f2bfedc0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000007c`f2bfee70 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000007c`f2bfeeb0 00007ff7`aff30279     postgres!relation_open(
0000007c`f2bfeef0 00007ff7`aff2edfc     postgres!index_open(
0000007c`f2bfef30 00007ff7`b0691089     postgres!systable_beginscan(
0000007c`f2bfefa0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000007c`f2bff090 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000007c`f2bff120 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000007c`f2fff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`f2fff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007c`f2fff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`f2fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`f33ff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`f33ff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007c`f33ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`f33ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`f3bffb08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000007c`f3bffb10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`f3bffb80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000007c`f3bffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`f3bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3bfffda8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ed`3bfffdb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`3bfffe20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ed`3bffff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3bffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3afff750 00007ff7`b005555b     postgres!hash_search(
000000ed`3afff790 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ed`3afff7e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ed`3afff890 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ed`3afff8d0 00007ff7`aff813e9     postgres!relation_open(
000000ed`3afff910 00007ff7`b06c6f7b     postgres!table_open(
000000ed`3afff950 00007ff7`b06c5f28     postgres!process_settings(
000000ed`3afff9a0 00007ff7`b0467cf8     postgres!InitPostgres(
000000ed`3afffac0 00007ff7`b0461ebd     postgres!PostgresMain(
000000ed`3afffcf0 00007ff7`b03532b7     postgres!BackendMain(
core
000000ed`3b3ff4b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3b3ff4c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ed`3b3ff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3b3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3b7ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3b7ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ed`3b7ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3b7ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3bbffa48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`3bbffa50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ed`3bbffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3bbffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`3c3ffe28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ed`3c3ffe30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`3c3ffed0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ed`3c3fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`3c3fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`ed7ff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`ed7ff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006d`ed7ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`ed7ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`ed3ff610 00007ff7`b005555b     postgres!hash_search(
0000006d`ed3ff650 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000006d`ed3ff6a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000006d`ed3ff750 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000006d`ed3ff790 00007ff7`aff813e9     postgres!relation_open(
0000006d`ed3ff7d0 00007ff7`b06c6f7b     postgres!table_open(
0000006d`ed3ff810 00007ff7`b06c5f28     postgres!process_settings(
0000006d`ed3ff860 00007ff7`b0467cf8     postgres!InitPostgres(
0000006d`ed3ff980 00007ff7`b0461ebd     postgres!PostgresMain(
0000006d`ed3ffbb0 00007ff7`b03532b7     postgres!BackendMain(
core
0000006d`edbff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006d`edbff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006d`edbff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`edbff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`edfffcd8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000006d`edfffce0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006d`edfffd50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000006d`edfffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`edfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006d`ee3ff938 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000006d`ee3ff940 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006d`ee3ff9e0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000006d`ee3ffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006d`ee3ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`54bff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`54bff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007f`54bff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`54bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`547ffbb8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000007f`547ffbc0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007f`547ffc60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000007f`547ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`547ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`537ff570 00007ff7`b005555b     postgres!hash_search(
0000007f`537ff5b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000007f`537ff600 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000007f`537ff6b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000007f`537ff6f0 00007ff7`aff813e9     postgres!relation_open(
0000007f`537ff730 00007ff7`b06c6f7b     postgres!table_open(
0000007f`537ff770 00007ff7`b06c5f28     postgres!process_settings(
0000007f`537ff7c0 00007ff7`b0467cf8     postgres!InitPostgres(
0000007f`537ff8e0 00007ff7`b0461ebd     postgres!PostgresMain(
0000007f`537ffb10 00007ff7`b03532b7     postgres!BackendMain(
core
0000007f`53bff4a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`53bff4b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007f`53bff7a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`53bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`53fff4f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`53fff500 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000007f`53fff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`53fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`543ffd88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000007f`543ffd90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`543ffe00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000007f`543fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`543fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`165ffb08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002a`165ffb10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002a`165ffb80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002a`165ffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`165ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`159fdbd0 00007ff7`b005555b     postgres!hash_search(
0000002a`159fdc10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002a`159fdc60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002a`159fdd10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002a`159fdd50 00007ff7`afea29f6     postgres!relation_open(
0000002a`159fdd90 00007ff7`aff81476     postgres!relation_openrv_extended(
0000002a`159fdde0 00007ff7`b031551f     postgres!table_openrv_extended(
0000002a`159fde20 00007ff7`b03157ca     postgres!parserOpenTable(
0000002a`159fde90 00007ff7`b02e8335     postgres!addRangeTableEntry(
0000002a`159fdf00 00007ff7`b02ea150     postgres!transformTableEntry(
core
0000002a`15dff718 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`15dff720 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002a`15dffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`15dffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`161ff638 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002a`161ff640 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002a`161ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`161ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002a`169ffd98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000002a`169ffda0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002a`169ffe40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000002a`169ffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002a`169ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e33ffcd8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c6`e33ffce0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c6`e33ffd80 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c6`e33ffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e33ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e27ff0e0 00007ff7`b005555b     postgres!hash_search(
000000c6`e27ff120 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c6`e27ff170 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c6`e27ff220 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c6`e27ff260 00007ff7`aff813e9     postgres!relation_open(
000000c6`e27ff2a0 00007ff7`b06c6f7b     postgres!table_open(
000000c6`e27ff2e0 00007ff7`b06c5f28     postgres!process_settings(
000000c6`e27ff330 00007ff7`b0467cf8     postgres!InitPostgres(
000000c6`e27ff450 00007ff7`b0461ebd     postgres!PostgresMain(
000000c6`e27ff680 00007ff7`b03532b7     postgres!BackendMain(
core
000000c6`e2bff6d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`e2bff6e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c6`e2bff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e2bffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e2fffcb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c6`e2fffcc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`e2fffd30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c6`e2fffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e2fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`e37ff498 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`e37ff4a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c6`e37ff790 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`e37ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`013ff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`013ff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`013ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`013ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`007fda90 00007ff7`b005555b     postgres!hash_search(
0000004f`007fdad0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000004f`007fdb20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000004f`007fdbd0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000004f`007fdc10 00007ff7`aff30279     postgres!relation_open(
0000004f`007fdc50 00007ff7`aff2edfc     postgres!index_open(
0000004f`007fdc90 00007ff7`b0691089     postgres!systable_beginscan(
0000004f`007fdd00 00007ff7`b0162020     postgres!RelationGetIndexList(
0000004f`007fddf0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000004f`007fde80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000004f`00bff668 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`00bff670 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`00bff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`00bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`00fffa78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000004f`00fffa80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`00fffaf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000004f`00fffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`00fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`017ffb08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000004f`017ffb10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004f`017ffbb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000004f`017ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`017ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`c6dff6d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ff`c6dff6e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ff`c6dff780 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ff`c6dff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`c6dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`c5dfe3b0 00007ff7`b005555b     postgres!hash_search(
000000ff`c5dfe3f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ff`c5dfe440 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ff`c5dfe4f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ff`c5dfe530 00007ff7`aff813e9     postgres!relation_open(
000000ff`c5dfe570 00007ff7`b0038a10     postgres!table_open(
000000ff`c5dfe5b0 00007ff7`b00d3830     postgres!deleteSharedDependencyRecordsFor(
000000ff`c5dfe610 00007ff7`b04767f8     postgres!DropSubscription(
000000ff`c5dfe8f0 00007ff7`b0471e2c     postgres!ProcessUtilitySlow(
000000ff`c5dff210 00007ff7`b0470d59     postgres!standard_ProcessUtility(
core
000000ff`c61ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`c61ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ff`c61fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`c61fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`c65ff958 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`c65ff960 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ff`c65ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`c65ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`c69ffbc8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ff`c69ffbd0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`c69ffc40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ff`c69ffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`c69ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`dbfff768 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000070`dbfff770 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000070`dbfff810 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000070`dbfff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`dbfff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`db3fed00 00007ff7`b005555b     postgres!hash_search(
00000070`db3fed40 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000070`db3fed90 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000070`db3fee40 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000070`db3fee80 00007ff7`aff813e9     postgres!relation_open(
00000070`db3feec0 00007ff7`b067fc6e     postgres!table_open(
00000070`db3fef00 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000070`db3fef60 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000070`db3ff010 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000070`db3ff050 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000070`db7ff638 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`db7ff640 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000070`db7ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`db7ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`dbbff888 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000070`dbbff890 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000070`dbbff900 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000070`dbbffa00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`dbbffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000070`dc3ff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000070`dc3ff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000070`dc3ff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000070`dc3ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ae3ffc78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d7`ae3ffc80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`ae3ffcf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d7`ae3ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ae3ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`adbff390 00007ff7`b005555b     postgres!hash_search(
000000d7`adbff3d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d7`adbff420 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d7`adbff4d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d7`adbff510 00007ff7`aff813e9     postgres!relation_open(
000000d7`adbff550 00007ff7`b06c6f7b     postgres!table_open(
000000d7`adbff590 00007ff7`b06c5f28     postgres!process_settings(
000000d7`adbff5e0 00007ff7`b034fa62     postgres!InitPostgres(
000000d7`adbff700 00007ff7`b03c4abf     postgres!BackgroundWorkerInitializeConnectionByOid(
000000d7`adbff760 00007ff7`b03c4e3c     postgres!InitializeLogRepWorker(void)+0x3f [c:\cirrus\src\backend\replication\lo...
core
000000d7`adfff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`adfff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d7`adfff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`adfff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ae7ffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ae7ffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d7`ae7ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ae7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e5bffec8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000046`e5bffed0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000046`e5bfff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e5bfff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e4fff170 00007ff7`b005555b     postgres!hash_search(
00000046`e4fff1b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000046`e4fff200 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000046`e4fff2b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000046`e4fff2f0 00007ff7`aff30279     postgres!relation_open(
00000046`e4fff330 00007ff7`b0691ef6     postgres!index_open(
00000046`e4fff370 00007ff7`b03ac97f     postgres!RelationGetIndexAttrBitmap(
00000046`e4fff470 00007ff7`b03abbc6     postgres!logicalrep_rel_mark_updatable(
00000046`e4fff4d0 00007ff7`b03c1cb9     postgres!logicalrep_rel_open(
00000046`e4fff570 00007ff7`b03c29a8     postgres!copy_table(
core
00000046`e53ff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`e53ff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000046`e53ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e53ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e57ff948 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000046`e57ff950 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000046`e57ff9c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000046`e57ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e57ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`e5fff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`e5fff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000046`e5fffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`e5fffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`70fff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`70fff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e3`70fff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`70fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`70bffb68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e3`70bffb70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e3`70bffbe0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e3`70bffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`70bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`6ffff100 00007ff7`b005555b     postgres!hash_search(
000000e3`6ffff140 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e3`6ffff190 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e3`6ffff240 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e3`6ffff280 00007ff7`aff30279     postgres!relation_open(
000000e3`6ffff2c0 00007ff7`aff2edfc     postgres!index_open(
000000e3`6ffff300 00007ff7`b0691089     postgres!systable_beginscan(
000000e3`6ffff370 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e3`6ffff460 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e3`6ffff4f0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000e3`703ff448 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`703ff450 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e3`703ff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`703ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`707ff7a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e3`707ff7b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e3`707ffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`707ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e3`713ffb48 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000e3`713ffb50 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000e3`713ffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e3`713ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1adff5f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1adff600 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e7`1adff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1adff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1bdff918 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e7`1bdff920 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e7`1bdff9c0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e7`1bdffa00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1bdffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1b9ffbe8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e7`1b9ffbf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`1b9ffc60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e7`1b9ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1b9ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1b5ff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1b5ff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e7`1b5ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1b5ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1b1ff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`1b1ff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e7`1b1ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`1b1ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`1a9fe140 00007ff7`b005555b     postgres!hash_search(
000000e7`1a9fe180 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e7`1a9fe1d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e7`1a9fe280 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e7`1a9fe2c0 00007ff7`aff30279     postgres!relation_open(
000000e7`1a9fe300 00007ff7`aff2edfc     postgres!index_open(
000000e7`1a9fe340 00007ff7`b0691089     postgres!systable_beginscan(
000000e7`1a9fe3b0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e7`1a9fe4a0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e7`1a9fe530 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a6`0fdff848 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a6`0fdff850 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a6`0fdff8f0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a6`0fdff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`0fdff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`0e9fdc00 00007ff7`b005555b     postgres!hash_search(
000000a6`0e9fdc40 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a6`0e9fdc90 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a6`0e9fdd40 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a6`0e9fdd80 00007ff7`aff30279     postgres!relation_open(
000000a6`0e9fddc0 00007ff7`aff2edfc     postgres!index_open(
000000a6`0e9fde00 00007ff7`b0691089     postgres!systable_beginscan(
000000a6`0e9fde70 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a6`0e9fdf60 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a6`0e9fdff0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a6`0edff4b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`0edff4c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`0edff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`0edff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`0f1ffa58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`0f1ffa60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`0f1ffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`0f1ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`0f5ff668 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`0f5ff670 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`0f5ff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`0f5ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`0f9ffa38 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a6`0f9ffa40 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`0f9ffab0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a6`0f9ffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`0f9ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2bfff688 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000032`2bfff690 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000032`2bfff730 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000032`2bfff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2bfff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2b3fee80 00007ff7`b005555b     postgres!hash_search(
00000032`2b3feec0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000032`2b3fef10 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000032`2b3fefc0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000032`2b3ff000 00007ff7`afea29f6     postgres!relation_open(
00000032`2b3ff040 00007ff7`aff81476     postgres!relation_openrv_extended(
00000032`2b3ff090 00007ff7`b031551f     postgres!table_openrv_extended(
00000032`2b3ff0d0 00007ff7`b03157ca     postgres!parserOpenTable(
00000032`2b3ff140 00007ff7`b02e8335     postgres!addRangeTableEntry(
00000032`2b3ff1b0 00007ff7`b02ea150     postgres!transformTableEntry(
core
00000032`2b7ff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`2b7ff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000032`2b7ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2b7ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2bbff8e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000032`2bbff8f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000032`2bbff960 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000032`2bbffa60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2bbffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000032`2c3ffa78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000032`2c3ffa80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000032`2c3ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000032`2c3ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`c6dff958 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000043`c6dff960 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`c6dff9d0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000043`c6dffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`c6dffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`c61fc510 00007ff7`b005555b     postgres!hash_search(
00000043`c61fc550 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000043`c61fc5a0 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000043`c61fc650 00007ff7`b0697ce6     postgres!RelationRebuildRelation(
00000043`c61fc910 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000043`c61fc950 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000043`c61fc9a0 00007ff7`b042f7f7     postgres!LocalExecuteInvalidationMessage(
00000043`c61fca20 00007ff7`b0682ab7     postgres!ReceiveSharedInvalidMessages(
00000043`c61fcaa0 00007ff7`aff06cb2     postgres!AcceptInvalidationMessages(void)+0x17 [c:\cirrus\src\backend\utils\cach...
00000043`c61fcad0 00007ff7`aff2fc30     postgres!heap_inplace_update_and_unlock(
core
00000043`c65ffc28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`c65ffc30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000043`c65fff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`c65fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`c69ffa28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`c69ffa30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000043`c69ffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`c69ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`c71ff668 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000043`c71ff670 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000043`c71ff710 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000043`c71ff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`c71ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d53ffaa8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000de`d53ffab0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000de`d53ffb20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000de`d53ffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d53ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d4bff070 00007ff7`b005555b     postgres!hash_search(
000000de`d4bff0b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000de`d4bff100 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000de`d4bff1b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000de`d4bff1f0 00007ff7`aff813e9     postgres!relation_open(
000000de`d4bff230 00007ff7`b067eeac     postgres!table_open(
000000de`d4bff270 00007ff7`b067edf1     postgres!SearchCatCacheMiss(
000000de`d4bff430 00007ff7`b067d558     postgres!SearchCatCacheInternal(
000000de`d4bff4e0 00007ff7`b06a0de5     postgres!SearchCatCache(
000000de`d4bff520 00007ff7`b06a1439     postgres!SearchSysCache(
core
000000de`d4fff528 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d4fff530 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000de`d4fff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d4fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`d57ffad8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`d57ffae0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000de`d57ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`d57ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`3a9ffb78 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000074`3a9ffb80 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`3a9ffc20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000074`3a9ffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`3a9ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`3b1ffda8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000074`3b1ffdb0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000074`3b1ffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`3b1ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`39dfcdd0 00007ff7`b005555b     postgres!hash_search(
00000074`39dfce10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000074`39dfce60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000074`39dfcf10 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000074`39dfcf50 00007ff7`aff30279     postgres!relation_open(
00000074`39dfcf90 00007ff7`aff2edfc     postgres!index_open(
00000074`39dfcfd0 00007ff7`b0691089     postgres!systable_beginscan(
00000074`39dfd040 00007ff7`b0162020     postgres!RelationGetIndexList(
00000074`39dfd130 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000074`39dfd1c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000074`3a1ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`3a1ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`3a1ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`3a1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`3a5ffd68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000074`3a5ffd70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`3a5ffde0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000074`3a5ffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`3a5fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`3adff9c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`3adff9d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`3adffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`3adffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`defffb88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000012`defffb90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000012`defffc00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000012`defffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`defffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`df7ff988 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`df7ff990 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000012`df7ffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`df7ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`de7fda40 00007ff7`b005555b     postgres!hash_search(
00000012`de7fda80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000012`de7fdad0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000012`de7fdb80 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000012`de7fdbc0 00007ff7`aff30279     postgres!relation_open(
00000012`de7fdc00 00007ff7`aff2edfc     postgres!index_open(
00000012`de7fdc40 00007ff7`b0691089     postgres!systable_beginscan(
00000012`de7fdcb0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000012`de7fdda0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000012`de7fde30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000012`debff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`debff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000012`debffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`debffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`df3ff948 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000012`df3ff950 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000012`df3ff9f0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000012`df3ffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`df3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`30fffd98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fd`30fffda0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`30fffe10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fd`30ffff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`30ffff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`317ff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`317ff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fd`317ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`317ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`307fda40 00007ff7`b005555b     postgres!hash_search(
000000fd`307fda80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fd`307fdad0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000fd`307fdb80 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000fd`307fdbc0 00007ff7`aff30279     postgres!relation_open(
000000fd`307fdc00 00007ff7`aff2edfc     postgres!index_open(
000000fd`307fdc40 00007ff7`b0691089     postgres!systable_beginscan(
000000fd`307fdcb0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000fd`307fdda0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000fd`307fde30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000fd`30bffbb8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`30bffbc0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fd`30bffeb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`30bffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`313ffd18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000fd`313ffd20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fd`313ffdc0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000fd`313ffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`313ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5dfff868 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`5dfff870 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`5dfffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5dfffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5d3fd4d0 00007ff7`b005555b     postgres!hash_search(
000000bb`5d3fd510 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000bb`5d3fd560 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000bb`5d3fd610 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000bb`5d3fd650 00007ff7`aff30279     postgres!relation_open(
000000bb`5d3fd690 00007ff7`aff2edfc     postgres!index_open(
000000bb`5d3fd6d0 00007ff7`b0691089     postgres!systable_beginscan(
000000bb`5d3fd740 00007ff7`b0162020     postgres!RelationGetIndexList(
000000bb`5d3fd830 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000bb`5d3fd8c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000bb`5d7ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`5d7ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`5d7ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5d7ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5dbff758 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bb`5dbff760 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000bb`5dbffa50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5dbffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5e7ffd18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000bb`5e7ffd20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000bb`5e7ffdc0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000bb`5e7ffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5e7ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bb`5e3ffd28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000bb`5e3ffd30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000bb`5e3ffda0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000bb`5e3ffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000bb`5e3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b49ff468 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`b49ff470 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`b49ff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b49ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b3dfeeb0 00007ff7`b005555b     postgres!hash_search(
00000044`b3dfeef0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000044`b3dfef40 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000044`b3dfeff0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000044`b3dff030 00007ff7`aff813e9     postgres!relation_open(
00000044`b3dff070 00007ff7`b067fc6e     postgres!table_open(
00000044`b3dff0b0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000044`b3dff110 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000044`b3dff1c0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000044`b3dff200 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000044`b45ffd28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000044`b45ffd30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000044`b45ffda0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000044`b45ffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b45ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b4dffd28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000044`b4dffd30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000044`b4dffdd0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000044`b4dffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b4dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000044`b41ff608 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000044`b41ff610 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000044`b41ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000044`b41ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`dc9ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`dc9ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b8`dc9ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`dc9ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`dd1ffaf8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000b8`dd1ffb00 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000b8`dd1ffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`dd1ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`dcdff738 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b8`dcdff740 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`dcdff7b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b8`dcdff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`dcdff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`dc1fed60 00007ff7`b005555b     postgres!hash_search(
000000b8`dc1feda0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b8`dc1fedf0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b8`dc1feea0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b8`dc1feee0 00007ff7`aff30279     postgres!relation_open(
000000b8`dc1fef20 00007ff7`aff2edfc     postgres!index_open(
000000b8`dc1fef60 00007ff7`b0691089     postgres!systable_beginscan(
000000b8`dc1fefd0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b8`dc1ff0c0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b8`dc1ff150 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000b8`dc5ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`dc5ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b8`dc5ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`dc5ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`0a3fef60 00007ff7`b005555b     postgres!hash_search(
00000079`0a3fefa0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000079`0a3feff0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000079`0a3ff0a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000079`0a3ff0e0 00007ff7`aff813e9     postgres!relation_open(
00000079`0a3ff120 00007ff7`b067fc6e     postgres!table_open(
00000079`0a3ff160 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000079`0a3ff1c0 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000079`0a3ff270 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000079`0a3ff2b0 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000079`0a7ff8e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`0a7ff8f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000079`0a7ffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`0a7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`0abff808 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000079`0abff810 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000079`0abff880 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000079`0abff980 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`0abff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`0afffa88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000079`0afffa90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000079`0afffb30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000079`0afffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`0afffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`0b3ff698 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`0b3ff6a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000079`0b3ff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`0b3ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`af3ff6c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000008`af3ff6d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000008`af3ff740 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000008`af3ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`af3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`af7ffc38 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000008`af7ffc40 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000008`af7ffce0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000008`af7ffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`af7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`aefff928 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`aefff930 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000008`aefffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`aefffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`aebff7c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`aebff7d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000008`aebffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`aebffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`ae7fd860 00007ff7`b005555b     postgres!hash_search(
00000008`ae7fd8a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000008`ae7fd8f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000008`ae7fd9a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000008`ae7fd9e0 00007ff7`aff30279     postgres!relation_open(
00000008`ae7fda20 00007ff7`aff2edfc     postgres!index_open(
00000008`ae7fda60 00007ff7`b0691089     postgres!systable_beginscan(
00000008`ae7fdad0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000008`ae7fdbc0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000008`ae7fdc50 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000002b`1dfffcc8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002b`1dfffcd0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`1dfffd40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002b`1dfffe40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1dfffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1dbff458 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`1dbff460 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`1dbff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1dbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1d7fdfb0 00007ff7`b005555b     postgres!hash_search(
0000002b`1d7fdff0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002b`1d7fe040 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002b`1d7fe0f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002b`1d7fe130 00007ff7`aff813e9     postgres!relation_open(
0000002b`1d7fe170 00007ff7`b067eeac     postgres!table_open(
0000002b`1d7fe1b0 00007ff7`b067edf1     postgres!SearchCatCacheMiss(
0000002b`1d7fe370 00007ff7`b067d558     postgres!SearchCatCacheInternal(
0000002b`1d7fe420 00007ff7`b06a0de5     postgres!SearchCatCache(
0000002b`1d7fe460 00007ff7`b06a1439     postgres!SearchSysCache(
core
0000002b`1e7ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`1e7ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`1e7ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1e7ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`1e3ffb68 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000002b`1e3ffb70 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002b`1e3ffc10 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000002b`1e3ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`1e3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`331ff8f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000006`331ff900 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000006`331ff970 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000006`331ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`331ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`32dff5a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`32dff5b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000006`32dff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`32dff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`329fdb70 00007ff7`b005555b     postgres!hash_search(
00000006`329fdbb0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000006`329fdc00 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000006`329fdcb0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000006`329fdcf0 00007ff7`aff30279     postgres!relation_open(
00000006`329fdd30 00007ff7`aff2edfc     postgres!index_open(
00000006`329fdd70 00007ff7`b0691089     postgres!systable_beginscan(
00000006`329fdde0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000006`329fded0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000006`329fdf60 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000006`339ff6e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000006`339ff6f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000006`339ff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`339ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000006`335ff7a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000006`335ff7b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000006`335ff850 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000006`335ff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000006`335ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`06dff9d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000021`06dff9e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000021`06dffa50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000021`06dffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`06dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`069ff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`069ff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000021`069ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`069ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`065fd550 00007ff7`b005555b     postgres!hash_search(
00000021`065fd590 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000021`065fd5e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000021`065fd690 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000021`065fd6d0 00007ff7`aff30279     postgres!relation_open(
00000021`065fd710 00007ff7`aff2edfc     postgres!index_open(
00000021`065fd750 00007ff7`b0691089     postgres!systable_beginscan(
00000021`065fd7c0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000021`065fd8b0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000021`065fd940 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000021`071ffb18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`071ffb20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000021`071ffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`071ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`075ffe48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000021`075ffe50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000021`075ffef0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000021`075fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`075fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`17bffc78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000037`17bffc80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`17bffcf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000037`17bffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`17bffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`173ff6d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`173ff6e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000037`173ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`173ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`16ffdaa0 00007ff7`b005555b     postgres!hash_search(
00000037`16ffdae0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000037`16ffdb30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000037`16ffdbe0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000037`16ffdc20 00007ff7`aff30279     postgres!relation_open(
00000037`16ffdc60 00007ff7`aff2edfc     postgres!index_open(
00000037`16ffdca0 00007ff7`b0691089     postgres!systable_beginscan(
00000037`16ffdd10 00007ff7`b0162020     postgres!RelationGetIndexList(
00000037`16ffde00 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000037`16ffde90 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000037`17fffa68 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000037`17fffa70 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`17fffb10 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000037`17fffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`17fffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`177ff668 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`177ff670 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000037`177ff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`177ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`cd7ff8c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000004`cd7ff8d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000004`cd7ff940 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000004`cd7ffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`cd7ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`ccbffb08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`ccbffb10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000004`ccbffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ccbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`cc7ff0c0 00007ff7`b005555b     postgres!hash_search(
00000004`cc7ff100 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000004`cc7ff150 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000004`cc7ff200 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000004`cc7ff240 00007ff7`aff813e9     postgres!relation_open(
00000004`cc7ff280 00007ff7`b067fc6e     postgres!table_open(
00000004`cc7ff2c0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000004`cc7ff320 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000004`cc7ff3d0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000004`cc7ff410 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000004`cdbff958 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000004`cdbff960 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000004`cdbffa00 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000004`cdbffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`cdbffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`cd3ff4b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`cd3ff4c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000004`cd3ff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`cd3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`ccfff558 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`ccfff560 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000004`ccfff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`ccfff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`61fff6a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`61fff6b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001b`61fff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`61fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`613fece0 00007ff7`b005555b     postgres!hash_search(
0000001b`613fed20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000001b`613fed70 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000001b`613fee20 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000001b`613fee60 00007ff7`aff30279     postgres!relation_open(
0000001b`613feea0 00007ff7`aff2edfc     postgres!index_open(
0000001b`613feee0 00007ff7`b0691089     postgres!systable_beginscan(
0000001b`613fef50 00007ff7`b0162020     postgres!RelationGetIndexList(
0000001b`613ff040 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000001b`613ff0d0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000001b`623ffa48 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000001b`623ffa50 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000001b`623ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`623ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`617ffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`617ffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001b`617ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`617ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`61bff728 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000001b`61bff730 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`61bff7a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000001b`61bff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`61bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1a5ff868 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b5`1a5ff870 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`1a5ff8e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b5`1a5ff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1a5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1a1ff938 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`1a1ff940 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b5`1a1ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1a1ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`1a9ff6e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b5`1a9ff6f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b5`1a9ff790 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b5`1a9ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`1a9ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`195fd750 00007ff7`b005555b     postgres!hash_search(
000000b5`195fd790 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b5`195fd7e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b5`195fd890 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b5`195fd8d0 00007ff7`aff30279     postgres!relation_open(
000000b5`195fd910 00007ff7`aff2edfc     postgres!index_open(
000000b5`195fd950 00007ff7`b0691089     postgres!systable_beginscan(
000000b5`195fd9c0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b5`195fdab0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b5`195fdb40 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000b5`199ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`199ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b5`199ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`199ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`19dffb58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`19dffb60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b5`19dffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`19dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`de1ffb08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000031`de1ffb10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`de1ffb80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000031`de1ffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`de1ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`dd9fd890 00007ff7`b005555b     postgres!hash_search(
00000031`dd9fd8d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000031`dd9fd920 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000031`dd9fd9d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000031`dd9fda10 00007ff7`aff30279     postgres!relation_open(
00000031`dd9fda50 00007ff7`aff2edfc     postgres!index_open(
00000031`dd9fda90 00007ff7`b0691089     postgres!systable_beginscan(
00000031`dd9fdb00 00007ff7`b0162020     postgres!RelationGetIndexList(
00000031`dd9fdbf0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000031`dd9fdc80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000031`dddff5a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`dddff5b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`dddff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`dddff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`de5ffae8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000031`de5ffaf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000031`de5ffb90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000031`de5ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`de5ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`de9ff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`de9ff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`de9ff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`de9ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`8fbff738 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`8fbff740 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000da`8fbffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`8fbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`8ebfe460 00007ff7`b005555b     postgres!hash_search(
000000da`8ebfe4a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000da`8ebfe4f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000da`8ebfe5a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000da`8ebfe5e0 00007ff7`aff30279     postgres!relation_open(
000000da`8ebfe620 00007ff7`aff2edfc     postgres!index_open(
000000da`8ebfe660 00007ff7`b0691089     postgres!systable_beginscan(
000000da`8ebfe6d0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000da`8ebfe7c0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000da`8ebfe850 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000da`8efff988 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`8efff990 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000da`8efffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`8efffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`8f3ffd88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000da`8f3ffd90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000da`8f3ffe00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000da`8f3fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`8f3fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`8f7ff8f8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000da`8f7ff900 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000da`8f7ff9a0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000da`8f7ff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`8f7ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`e31ff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`e31ff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000089`e31ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`e31ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`e25ff050 00007ff7`b005555b     postgres!hash_search(
00000089`e25ff090 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000089`e25ff0e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000089`e25ff190 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000089`e25ff1d0 00007ff7`aff813e9     postgres!relation_open(
00000089`e25ff210 00007ff7`b067fc6e     postgres!table_open(
00000089`e25ff250 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000089`e25ff2b0 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000089`e25ff360 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000089`e25ff3a0 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000089`e29ff738 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`e29ff740 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000089`e29ffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`e29ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`e2dffb88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000089`e2dffb90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000089`e2dffc00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000089`e2dffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`e2dffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`e35ffcf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000089`e35ffd00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000089`e35ffda0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000089`e35ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`e35ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`665ffac8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000061`665ffad0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000061`665ffb40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000061`665ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`665ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`655fcc40 00007ff7`b005555b     postgres!hash_search(
00000061`655fcc80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000061`655fccd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000061`655fcd80 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000061`655fcdc0 00007ff7`aff30279     postgres!relation_open(
00000061`655fce00 00007ff7`aff2edfc     postgres!index_open(
00000061`655fce40 00007ff7`b0691089     postgres!systable_beginscan(
00000061`655fceb0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000061`655fcfa0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000061`655fd030 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000061`659ffac8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`659ffad0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000061`659ffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`659ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`65dff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`65dff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000061`65dffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`65dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`661ff4e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000061`661ff4f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000061`661ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`661ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000061`669ffcf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000061`669ffd00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000061`669ffda0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000061`669ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000061`669ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`12dff8c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d9`12dff8d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`12dff940 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d9`12dffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`12dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`121fd510 00007ff7`b005555b     postgres!hash_search(
000000d9`121fd550 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d9`121fd5a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d9`121fd650 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d9`121fd690 00007ff7`aff30279     postgres!relation_open(
000000d9`121fd6d0 00007ff7`aff2edfc     postgres!index_open(
000000d9`121fd710 00007ff7`b0691089     postgres!systable_beginscan(
000000d9`121fd780 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d9`121fd870 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d9`121fd900 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000d9`125ffa78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`125ffa80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d9`125ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`125ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`129ffc08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`129ffc10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d9`129fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`129fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`131ffab8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d9`131ffac0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d9`131ffb60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d9`131ffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`131ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`47fff798 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000058`47fff7a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000058`47fff840 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000058`47fff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`47fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`46ffd7e0 00007ff7`b005555b     postgres!hash_search(
00000058`46ffd820 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000058`46ffd870 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000058`46ffd920 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000058`46ffd960 00007ff7`aff30279     postgres!relation_open(
00000058`46ffd9a0 00007ff7`aff2edfc     postgres!index_open(
00000058`46ffd9e0 00007ff7`b0691089     postgres!systable_beginscan(
00000058`46ffda50 00007ff7`b0162020     postgres!RelationGetIndexList(
00000058`46ffdb40 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000058`46ffdbd0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000058`473ff538 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`473ff540 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`473ff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`473ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`477ff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`477ff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000058`477ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`477ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`47bff868 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000058`47bff870 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000058`47bff8e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000058`47bff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`47bffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`215ffd08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000fe`215ffd10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fe`215ffdb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000fe`215ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`215ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`201feb40 00007ff7`b005555b     postgres!hash_search(
000000fe`201feb80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fe`201febd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000fe`201fec80 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000fe`201fecc0 00007ff7`aff30279     postgres!relation_open(
000000fe`201fed00 00007ff7`aff2edfc     postgres!index_open(
000000fe`201fed40 00007ff7`b0691089     postgres!systable_beginscan(
000000fe`201fedb0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000fe`201feea0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000fe`201fef30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000fe`205ff7e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`205ff7f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`205ffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`205ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`209ff488 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`209ff490 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`209ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`209ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`20dff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`20dff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`20dff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`20dff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`211ff6d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fe`211ff6e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`211ff750 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fe`211ff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`211ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`277ff6e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000000e`277ff6f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000e`277ff790 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000000e`277ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`277ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`26bff4e0 00007ff7`b005555b     postgres!hash_search(
0000000e`26bff520 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000000e`26bff570 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000000e`26bff620 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000000e`26bff660 00007ff7`aff813e9     postgres!relation_open(
0000000e`26bff6a0 00007ff7`b06c6f7b     postgres!table_open(
0000000e`26bff6e0 00007ff7`b06c5f28     postgres!process_settings(
0000000e`26bff730 00007ff7`b0467cf8     postgres!InitPostgres(
0000000e`26bff850 00007ff7`b0461ebd     postgres!PostgresMain(
0000000e`26bffa80 00007ff7`b03532b7     postgres!BackendMain(
core
0000000e`26fff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`26fff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000000e`26fff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`26fff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`273ff898 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000000e`273ff8a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`273ff910 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000000e`273ffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`273ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`27bff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`27bff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000000e`27bff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`27bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`c3bff9f8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000037`c3bffa00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`c3bffaa0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000037`c3bffae0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`c3bffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`c2ffd840 00007ff7`b005555b     postgres!hash_search(
00000037`c2ffd880 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000037`c2ffd8d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000037`c2ffd980 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000037`c2ffd9c0 00007ff7`aff30279     postgres!relation_open(
00000037`c2ffda00 00007ff7`aff2edfc     postgres!index_open(
00000037`c2ffda40 00007ff7`b0691089     postgres!systable_beginscan(
00000037`c2ffdab0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000037`c2ffdba0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000037`c2ffdc30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000037`c33ffba8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`c33ffbb0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000037`c33ffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`c33ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`c37ffbc8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000037`c37ffbd0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`c37ffc40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000037`c37ffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`c37ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`c3fff6e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`c3fff6f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000037`c3fff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`c3fffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`e61ff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`e61ff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008c`e61ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`e61ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`e55fecd0 00007ff7`b005555b     postgres!hash_search(
0000008c`e55fed10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008c`e55fed60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008c`e55fee10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008c`e55fee50 00007ff7`aff813e9     postgres!relation_open(
0000008c`e55fee90 00007ff7`b005f144     postgres!table_open(
0000008c`e55feed0 00007ff7`b0075400     postgres!DeleteSharedComments(
0000008c`e55fefc0 00007ff7`b007574d     postgres!dropdb(
0000008c`e55ff110 00007ff7`b0471518     postgres!DropDatabase(
0000008c`e55ff170 00007ff7`b0470d59     postgres!standard_ProcessUtility(
core
0000008c`e59ffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`e59ffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008c`e59ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`e59ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`e5dff9e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008c`e5dff9f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`e5dffa60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008c`e5dffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`e5dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`e65ffd98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000008c`e65ffda0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008c`e65ffe40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000008c`e65ffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`e65ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`665ffa58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000031`665ffa60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`665ffad0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000031`665ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`665ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`659fd9f0 00007ff7`b005555b     postgres!hash_search(
00000031`659fda30 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000031`659fda80 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000031`659fdb30 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000031`659fdb70 00007ff7`aff30279     postgres!relation_open(
00000031`659fdbb0 00007ff7`aff2edfc     postgres!index_open(
00000031`659fdbf0 00007ff7`b0691089     postgres!systable_beginscan(
00000031`659fdc60 00007ff7`b0162020     postgres!RelationGetIndexList(
00000031`659fdd50 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000031`659fdde0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000031`65dff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`65dff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`65dff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`65dff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`661ffb68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`661ffb70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`661ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`661ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`669ff8c8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000031`669ff8d0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000031`669ff970 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000031`669ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`669ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`c97fd900 00007ff7`b005555b     postgres!hash_search(
00000093`c97fd940 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000093`c97fd990 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000093`c97fda40 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000093`c97fda80 00007ff7`aff30279     postgres!relation_open(
00000093`c97fdac0 00007ff7`aff2edfc     postgres!index_open(
00000093`c97fdb00 00007ff7`b0691089     postgres!systable_beginscan(
00000093`c97fdb70 00007ff7`b0162020     postgres!RelationGetIndexList(
00000093`c97fdc60 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000093`c97fdcf0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000093`c9bffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`c9bffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000093`c9bffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`c9bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`c9fffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`c9fffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000093`c9fffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`c9fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ca3ffb78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000093`ca3ffb80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`ca3ffbf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000093`ca3ffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`ca3ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`ca7ff788 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000093`ca7ff790 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000093`ca7ff830 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000093`ca7ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`ca7ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`23fff6f8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000047`23fff700 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000047`23fff7a0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000047`23fff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`23fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`22ffa0c0 00007ff7`b005555b     postgres!hash_search(
00000047`22ffa100 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000047`22ffa150 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000047`22ffa200 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000047`22ffa240 00007ff7`aff813e9     postgres!relation_open(
00000047`22ffa280 00007ff7`afe9b006     postgres!table_open(
00000047`22ffa2c0 00007ff7`afe9942a     postgres!toast_fetch_datum(
00000047`22ffa350 00007ff7`aff1cd43     postgres!detoast_external_attr(
00000047`22ffa410 00007ff7`b068001e     postgres!toast_flatten_tuple(
00000047`22ffe580 00007ff7`b067df70     postgres!CatalogCacheCreateEntry(
core
00000047`233ff778 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`233ff780 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000047`233ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`233ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`237ffa58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000047`237ffa60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000047`237ffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`237ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000047`23bff8c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000047`23bff8d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000047`23bff940 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000047`23bffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000047`23bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`023ffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000006b`023ffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`023ffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000006b`023ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`023ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`017fecd0 00007ff7`b005555b     postgres!hash_search(
0000006b`017fed10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000006b`017fed60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000006b`017fee10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000006b`017fee50 00007ff7`aff30279     postgres!relation_open(
0000006b`017fee90 00007ff7`b0691ef6     postgres!index_open(
0000006b`017feed0 00007ff7`b03ac97f     postgres!RelationGetIndexAttrBitmap(
0000006b`017fefd0 00007ff7`b03abbc6     postgres!logicalrep_rel_mark_updatable(
0000006b`017ff030 00007ff7`b03c1cb9     postgres!logicalrep_rel_open(
0000006b`017ff0d0 00007ff7`b03c29a8     postgres!copy_table(
core
0000006b`01bff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`01bff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006b`01bffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`01bffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`01fff748 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`01fff750 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006b`01fffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`01fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`027ffa18 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000006b`027ffa20 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000006b`027ffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`027ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`db3ffa98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000005e`db3ffaa0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000005e`db3ffb10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000005e`db3ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`db3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`da7fd9a0 00007ff7`b005555b     postgres!hash_search(
0000005e`da7fd9e0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000005e`da7fda30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000005e`da7fdae0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000005e`da7fdb20 00007ff7`aff30279     postgres!relation_open(
0000005e`da7fdb60 00007ff7`aff2edfc     postgres!index_open(
0000005e`da7fdba0 00007ff7`b0691089     postgres!systable_beginscan(
0000005e`da7fdc10 00007ff7`b0162020     postgres!RelationGetIndexList(
0000005e`da7fdd00 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000005e`da7fdd90 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000005e`dabff7d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`dabff7e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005e`dabffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`dabffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`dafff758 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005e`dafff760 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000005e`dafffa50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`dafffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005e`db7ffd88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000005e`db7ffd90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000005e`db7ffe30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000005e`db7ffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000005e`db7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ddbffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000034`ddbffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000034`ddbffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000034`ddbffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ddbffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dcffd5d0 00007ff7`b005555b     postgres!hash_search(
00000034`dcffd610 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000034`dcffd660 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000034`dcffd710 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000034`dcffd750 00007ff7`aff30279     postgres!relation_open(
00000034`dcffd790 00007ff7`aff2edfc     postgres!index_open(
00000034`dcffd7d0 00007ff7`b0691089     postgres!systable_beginscan(
00000034`dcffd840 00007ff7`b0162020     postgres!RelationGetIndexList(
00000034`dcffd930 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000034`dcffd9c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000034`dd3ffa38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`dd3ffa40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000034`dd3ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dd3ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`dd7ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000034`dd7ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000034`dd7ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`dd7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000034`ddfffaf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000034`ddfffb00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000034`ddfffba0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000034`ddfffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000034`ddfffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`189ff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`189ff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009b`189ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`189ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`181ff510 00007ff7`b005555b     postgres!hash_search(
0000009b`181ff550 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000009b`181ff5a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000009b`181ff650 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000009b`181ff690 00007ff7`aff813e9     postgres!relation_open(
0000009b`181ff6d0 00007ff7`b06c6f7b     postgres!table_open(
0000009b`181ff710 00007ff7`b06c5f28     postgres!process_settings(
0000009b`181ff760 00007ff7`b034fa62     postgres!InitPostgres(
0000009b`181ff880 00007ff7`b03c4abf     postgres!BackgroundWorkerInitializeConnectionByOid(
0000009b`181ff8e0 00007ff7`b03c4e3c     postgres!InitializeLogRepWorker(void)+0x3f [c:\cirrus\src\backend\replication\lo...
core
0000009b`185ffb78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`185ffb80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000009b`185ffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`185ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`18dffb78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000009b`18dffb80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`18dffbf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000009b`18dffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`18dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`333fed60 00007ff7`b005555b     postgres!hash_search(
0000008a`333feda0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008a`333fedf0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008a`333feea0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008a`333feee0 00007ff7`aff30279     postgres!relation_open(
0000008a`333fef20 00007ff7`aff2edfc     postgres!index_open(
0000008a`333fef60 00007ff7`b0691089     postgres!systable_beginscan(
0000008a`333fefd0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000008a`333ff0c0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000008a`333ff150 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000008a`337ffbc8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`337ffbd0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008a`337ffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`337ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`33bff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`33bff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008a`33bff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`33bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`33fffc78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008a`33fffc80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`33fffcf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008a`33fffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`33fffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`343ff938 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000008a`343ff940 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000008a`343ff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`343ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7efff758 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`7efff760 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001c`7efffa50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7efffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7dffe550 00007ff7`b005555b     postgres!hash_search(
0000001c`7dffe590 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000001c`7dffe5e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000001c`7dffe690 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000001c`7dffe6d0 00007ff7`aff30279     postgres!relation_open(
0000001c`7dffe710 00007ff7`aff2edfc     postgres!index_open(
0000001c`7dffe750 00007ff7`b069d9b1     postgres!systable_beginscan(
0000001c`7dffe7c0 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
0000001c`7dffe900 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
0000001c`7dffebc0 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
0000001c`7e3ff928 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`7e3ff930 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000001c`7e3ffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7e3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7e7ff778 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000001c`7e7ff780 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`7e7ff7f0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000001c`7e7ff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7e7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`7ebffce8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000001c`7ebffcf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`7ebffd90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000001c`7ebffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`7ebffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`5b1ff698 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000f7`5b1ff6a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f7`5b1ff740 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000f7`5b1ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`5b1ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`5a5fed90 00007ff7`b005555b     postgres!hash_search(
000000f7`5a5fedd0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f7`5a5fee20 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f7`5a5feed0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f7`5a5fef10 00007ff7`afea29f6     postgres!relation_open(
000000f7`5a5fef50 00007ff7`aff81476     postgres!relation_openrv_extended(
000000f7`5a5fefa0 00007ff7`b031551f     postgres!table_openrv_extended(
000000f7`5a5fefe0 00007ff7`b02e5b53     postgres!parserOpenTable(
000000f7`5a5ff050 00007ff7`b02d9e6b     postgres!setTargetTable(
000000f7`5a5ff0a0 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
000000f7`5a9ff5a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`5a9ff5b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`5a9ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`5a9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`5adffd48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f7`5adffd50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`5adffdc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f7`5adffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`5adffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`5b5ff948 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`5b5ff950 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f7`5b5ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`5b5ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`5d7ffa98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ed`5d7ffaa0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`5d7ffb10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ed`5d7ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`5c7fd8e0 00007ff7`b005555b     postgres!hash_search(
000000ed`5c7fd920 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ed`5c7fd970 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ed`5c7fda20 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ed`5c7fda60 00007ff7`aff30279     postgres!relation_open(
000000ed`5c7fdaa0 00007ff7`aff2edfc     postgres!index_open(
000000ed`5c7fdae0 00007ff7`b0691089     postgres!systable_beginscan(
000000ed`5c7fdb50 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ed`5c7fdc40 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ed`5c7fdcd0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ed`5cbffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`5cbffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ed`5cbffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5cbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`5cfff798 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`5cfff7a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ed`5cfffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5cfffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`5d3ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`5d3ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ed`5d3ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5d3ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`5dbff9a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ed`5dbff9b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ed`5dbffa50 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ed`5dbffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`5dbffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`d9bff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`d9bff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000000e`d9bffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`d9bffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`da3ff948 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000000e`da3ff950 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000e`da3ff9f0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000000e`da3ffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`da3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`da7ff738 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`da7ff740 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000000e`da7ffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`da7ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`d97ff100 00007ff7`b005555b     postgres!hash_search(
0000000e`d97ff140 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000000e`d97ff190 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000000e`d97ff240 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000000e`d97ff280 00007ff7`aff813e9     postgres!relation_open(
0000000e`d97ff2c0 00007ff7`b06c6f7b     postgres!table_open(
0000000e`d97ff300 00007ff7`b06c5f28     postgres!process_settings(
0000000e`d97ff350 00007ff7`b0467cf8     postgres!InitPostgres(
0000000e`d97ff470 00007ff7`b0461ebd     postgres!PostgresMain(
0000000e`d97ff6a0 00007ff7`b03532b7     postgres!BackendMain(
core
0000000e`d9fff8b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000000e`d9fff8c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`d9fff930 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000000e`d9fffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`d9fffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`0a3ffc68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000025`0a3ffc70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000025`0a3ffce0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000025`0a3ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`0a3ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`0a7ffbe8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000025`0a7ffbf0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000025`0a7ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`0a7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`09fff4e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`09fff4f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000025`09fff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`09fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`09bff9f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000025`09bffa00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000025`09bffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000025`09bffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000025`097ff1e0 00007ff7`b005555b     postgres!hash_search(
00000025`097ff220 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000025`097ff270 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000025`097ff320 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000025`097ff360 00007ff7`aff30279     postgres!relation_open(
00000025`097ff3a0 00007ff7`b0691ef6     postgres!index_open(
00000025`097ff3e0 00007ff7`b03ac97f     postgres!RelationGetIndexAttrBitmap(
00000025`097ff4e0 00007ff7`b03abbc6     postgres!logicalrep_rel_mark_updatable(
00000025`097ff540 00007ff7`b03c1cb9     postgres!logicalrep_rel_open(
00000025`097ff5e0 00007ff7`b03c29a8     postgres!copy_table(
core
000000d9`4fdfda50 00007ff7`b005555b     postgres!hash_search(
000000d9`4fdfda90 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d9`4fdfdae0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d9`4fdfdb90 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d9`4fdfdbd0 00007ff7`aff30279     postgres!relation_open(
000000d9`4fdfdc10 00007ff7`aff2edfc     postgres!index_open(
000000d9`4fdfdc50 00007ff7`b0691089     postgres!systable_beginscan(
000000d9`4fdfdcc0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d9`4fdfddb0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d9`4fdfde40 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000d9`501ff698 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`501ff6a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d9`501ff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`501ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`505ffbf8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d9`505ffc00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`505ffc70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d9`505ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`505ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`509ffc08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d9`509ffc10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d9`509ffcb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d9`509ffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`509ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`50dff608 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`50dff610 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d9`50dff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`50dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b9dff778 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000eb`b9dff780 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000eb`b9dff820 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000eb`b9dff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b9dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b99ffd48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000eb`b99ffd50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000eb`b99ffdc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000eb`b99ffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b99ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b89fe9a0 00007ff7`b005555b     postgres!hash_search(
000000eb`b89fe9e0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000eb`b89fea30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000eb`b89feae0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000eb`b89feb20 00007ff7`aff30279     postgres!relation_open(
000000eb`b89feb60 00007ff7`aff2edfc     postgres!index_open(
000000eb`b89feba0 00007ff7`b069d9b1     postgres!systable_beginscan(
000000eb`b89fec10 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
000000eb`b89fed50 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
000000eb`b89ff010 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
000000eb`b8dff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`b8dff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000eb`b8dffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b8dffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b91ff9b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`b91ff9c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000eb`b91ffcb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b91ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000eb`b95ff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000eb`b95ff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000eb`b95ffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000eb`b95ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d35ffa68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000078`d35ffa70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000078`d35ffae0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000078`d35ffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d35ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d25fdcd0 00007ff7`b005555b     postgres!hash_search(
00000078`d25fdd10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000078`d25fdd60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000078`d25fde10 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000078`d25fde50 00007ff7`aff30279     postgres!relation_open(
00000078`d25fde90 00007ff7`aff2edfc     postgres!index_open(
00000078`d25fded0 00007ff7`b0691089     postgres!systable_beginscan(
00000078`d25fdf40 00007ff7`b0162020     postgres!RelationGetIndexList(
00000078`d25fe030 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000078`d25fe0c0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000078`d29ff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`d29ff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000078`d29ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d29ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d2dff7f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`d2dff800 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000078`d2dffaf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d2dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d31ffb28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`d31ffb30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000078`d31ffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d31ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`d39ff658 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000078`d39ff660 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`d39ff700 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000078`d39ff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`d39ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`753ffcc8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000008d`753ffcd0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`753ffd70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000008d`753ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`753ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`747fe9d0 00007ff7`b005555b     postgres!hash_search(
0000008d`747fea10 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008d`747fea60 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008d`747feb10 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008d`747feb50 00007ff7`aff30279     postgres!relation_open(
0000008d`747feb90 00007ff7`aff2edfc     postgres!index_open(
0000008d`747febd0 00007ff7`b0691089     postgres!systable_beginscan(
0000008d`747fec40 00007ff7`b02c334b     postgres!RelationGetIndexList(
0000008d`747fed30 00007ff7`b02cc1c6     postgres!get_relation_info(
0000008d`747fee80 00007ff7`b0271a52     postgres!build_simple_rel(
core
0000008d`74bff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`74bff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008d`74bff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`74bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`74fff5c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008d`74fff5d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`74fff640 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008d`74fff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`74fff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`757ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`757ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008d`757ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`757ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e45ffbf8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a4`e45ffc00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`e45ffc70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a4`e45ffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e45ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e39fe770 00007ff7`b005555b     postgres!hash_search(
000000a4`e39fe7b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a4`e39fe800 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a4`e39fe8b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a4`e39fe8f0 00007ff7`aff30279     postgres!relation_open(
000000a4`e39fe930 00007ff7`aff2edfc     postgres!index_open(
000000a4`e39fe970 00007ff7`b069d9b1     postgres!systable_beginscan(
000000a4`e39fe9e0 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
000000a4`e39feb20 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
000000a4`e39fede0 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
000000a4`e3dff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`e3dff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a4`e3dff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e3dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e41ff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`e41ff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a4`e41ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e41ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`e49ffbf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a4`e49ffc00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a4`e49ffca0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a4`e49ffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`e49ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`6d1ff778 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`6d1ff780 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`6d1ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`6d1ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`6c1ff130 00007ff7`b005555b     postgres!hash_search(
00000050`6c1ff170 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000050`6c1ff1c0 00007ff7`b069b893     postgres!RelationBuildDesc(
00000050`6c1ff270 00007ff7`b0694408     postgres!load_critical_index(
00000050`6c1ff2b0 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x178 [c:\cirrus\src\backend\utils\...
00000050`6c1ff350 00007ff7`b0467cf8     postgres!InitPostgres(
00000050`6c1ff470 00007ff7`b0461ebd     postgres!PostgresMain(
00000050`6c1ff6a0 00007ff7`b03532b7     postgres!BackendMain(
00000050`6c1ff6e0 00007ff7`b0209dd9     postgres!SubPostmasterMain(
00000050`6c1ff760 00007ff7`b0835b09     postgres!main(
core
00000050`6c5ff788 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`6c5ff790 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000050`6c5ffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`6c5ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`6c9ff828 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000050`6c9ff830 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000050`6c9ff8a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000050`6c9ff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`6c9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`6cdff838 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000050`6cdff840 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`6cdff8e0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000050`6cdff920 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`6cdff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a2bffc28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000078`a2bffc30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000078`a2bffca0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000078`a2bffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a2bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a23fd7e0 00007ff7`b005555b     postgres!hash_search(
00000078`a23fd820 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000078`a23fd870 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000078`a23fd920 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000078`a23fd960 00007ff7`aff30279     postgres!relation_open(
00000078`a23fd9a0 00007ff7`aff2edfc     postgres!index_open(
00000078`a23fd9e0 00007ff7`b0691089     postgres!systable_beginscan(
00000078`a23fda50 00007ff7`b0162020     postgres!RelationGetIndexList(
00000078`a23fdb40 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000078`a23fdbd0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000078`a27ff778 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`a27ff780 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000078`a27ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a27ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a2fff708 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000078`a2fff710 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000078`a2fff7b0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000078`a2fff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a2fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000078`a33ff9d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000078`a33ff9e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000078`a33ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000078`a33ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7e9ffce8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ee`7e9ffcf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`7e9ffd60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ee`7e9ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7e9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7d9fd600 00007ff7`b005555b     postgres!hash_search(
000000ee`7d9fd640 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ee`7d9fd690 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ee`7d9fd740 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ee`7d9fd780 00007ff7`aff30279     postgres!relation_open(
000000ee`7d9fd7c0 00007ff7`aff2edfc     postgres!index_open(
000000ee`7d9fd800 00007ff7`b0691089     postgres!systable_beginscan(
000000ee`7d9fd870 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ee`7d9fd960 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ee`7d9fd9f0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ee`7ddffc18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7ddffc20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ee`7ddfff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7ddfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7e1ff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7e1ff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ee`7e1ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7e1ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7edff928 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ee`7edff930 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ee`7edff9d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ee`7edffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7edffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`7e5ff598 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`7e5ff5a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ee`7e5ff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`7e5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fd3ff7d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`fd3ff7e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ce`fd3ffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`fd3ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fd7ff708 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`fd7ff710 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ce`fd7ffa00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`fd7ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fdbff4a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`fdbff4b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ce`fdbff7a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`fdbff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`fcfff6e0 00007ff7`b005555b     postgres!hash_search(
000000ce`fcfff720 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ce`fcfff770 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ce`fcfff820 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ce`fcfff860 00007ff7`aff813e9     postgres!relation_open(
000000ce`fcfff8a0 00007ff7`b06c6f7b     postgres!table_open(
000000ce`fcfff8e0 00007ff7`b06c5f28     postgres!process_settings(
000000ce`fcfff930 00007ff7`b03b898e     postgres!InitPostgres(
000000ce`fcfffa50 00007ff7`b03532b7     postgres!ReplSlotSyncWorkerMain(
000000ce`fcfffbd0 00007ff7`b0209dd9     postgres!SubPostmasterMain(
core
000000ce`fdfff828 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ce`fdfff830 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`fdfff8a0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ce`fdfff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`fdfff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e7bfec60 00007ff7`b005555b     postgres!hash_search(
00000023`e7bfeca0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000023`e7bfecf0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000023`e7bfeda0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000023`e7bfede0 00007ff7`afea29f6     postgres!relation_open(
00000023`e7bfee20 00007ff7`aff81476     postgres!relation_openrv_extended(
00000023`e7bfee70 00007ff7`b031551f     postgres!table_openrv_extended(
00000023`e7bfeeb0 00007ff7`b02e5b53     postgres!parserOpenTable(
00000023`e7bfef20 00007ff7`b02d9e6b     postgres!setTargetTable(
00000023`e7bfef70 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
00000023`e7fffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`e7fffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`e7ffff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e7ffff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e83ff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`e83ff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`e83ffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e83ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e87ffb28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000023`e87ffb30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`e87ffba0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000023`e87ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e87ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`e8bffbe8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000023`e8bffbf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000023`e8bffc90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000023`e8bffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`e8bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c27ffa58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c27ffa60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000000a`c27ffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c27ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c2bffa88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000000a`c2bffa90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000a`c2bffb30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000000a`c2bffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c2bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c23ffb58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000000a`c23ffb60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`c23ffbd0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000000a`c23ffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c23ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c1fff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`c1fff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000000a`c1fff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`c1fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`c1bff700 00007ff7`b005555b     postgres!hash_search(
0000000a`c1bff740 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000000a`c1bff790 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000000a`c1bff840 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000000a`c1bff880 00007ff7`aff813e9     postgres!relation_open(
0000000a`c1bff8c0 00007ff7`b06c6f7b     postgres!table_open(
0000000a`c1bff900 00007ff7`b06c5f28     postgres!process_settings(
0000000a`c1bff950 00007ff7`b0467cf8     postgres!InitPostgres(
0000000a`c1bffa70 00007ff7`b0461ebd     postgres!PostgresMain(
0000000a`c1bffca0 00007ff7`b03532b7     postgres!BackendMain(
core
000000d8`a47fe6d0 00007ff7`b005555b     postgres!hash_search(
000000d8`a47fe710 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d8`a47fe760 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d8`a47fe810 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d8`a47fe850 00007ff7`aff30279     postgres!relation_open(
000000d8`a47fe890 00007ff7`aff2edfc     postgres!index_open(
000000d8`a47fe8d0 00007ff7`b0691089     postgres!systable_beginscan(
000000d8`a47fe940 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d8`a47fea30 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d8`a47feac0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000d8`a57ffb58 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d8`a57ffb60 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d8`a57ffc00 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d8`a57ffc40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`a57ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`a4bffa18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`a4bffa20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d8`a4bffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`a4bffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`a4fff468 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`a4fff470 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d8`a4fff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`a4fff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`a53ff9f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d8`a53ffa00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`a53ffa70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d8`a53ffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`a53ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`c3dfd7f0 00007ff7`b005555b     postgres!hash_search(
000000c2`c3dfd830 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c2`c3dfd880 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c2`c3dfd930 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c2`c3dfd970 00007ff7`aff30279     postgres!relation_open(
000000c2`c3dfd9b0 00007ff7`aff2edfc     postgres!index_open(
000000c2`c3dfd9f0 00007ff7`b0691089     postgres!systable_beginscan(
000000c2`c3dfda60 00007ff7`b0162020     postgres!RelationGetIndexList(
000000c2`c3dfdb50 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000c2`c3dfdbe0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000c2`c4dffc98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c2`c4dffca0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c2`c4dffd40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c2`c4dffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`c4dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`c49ff8c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c2`c49ff8d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`c49ff940 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c2`c49ffa40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`c49ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`c45ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`c45ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c2`c45ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`c45ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`c41ff968 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`c41ff970 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c2`c41ffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`c41ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`717ff310 00007ff7`b005555b     postgres!hash_search(
000000f0`717ff350 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f0`717ff3a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f0`717ff450 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f0`717ff490 00007ff7`aff813e9     postgres!relation_open(
000000f0`717ff4d0 00007ff7`b067fc6e     postgres!table_open(
000000f0`717ff510 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000f0`717ff570 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000f0`717ff620 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000f0`717ff660 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000f0`723ff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`723ff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f0`723ffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`723ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`71fff718 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f0`71fff720 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f0`71fff790 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f0`71fff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`71fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f0`71bff468 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f0`71bff470 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f0`71bff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f0`71bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`b31ff958 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`b31ff960 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`b31ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`b31ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`b2dfd000 00007ff7`b005555b     postgres!hash_search(
00000023`b2dfd040 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000023`b2dfd090 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000023`b2dfd140 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000023`b2dfd180 00007ff7`aff30279     postgres!relation_open(
00000023`b2dfd1c0 00007ff7`aff2edfc     postgres!index_open(
00000023`b2dfd200 00007ff7`b0691089     postgres!systable_beginscan(
00000023`b2dfd270 00007ff7`b0162020     postgres!RelationGetIndexList(
00000023`b2dfd360 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000023`b2dfd3f0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000023`b41ff768 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000023`b41ff770 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000023`b41ff810 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000023`b41ff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`b41ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`b3dff718 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000023`b3dff720 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000023`b3dff790 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000023`b3dff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`b3dff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`b39ff6a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`b39ff6b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`b39ff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`b39ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000023`b35ffbf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000023`b35ffc00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000023`b35ffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000023`b35fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`487ffc48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000008d`487ffc50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`487ffcc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000008d`487ffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`487ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`47fff130 00007ff7`b005555b     postgres!hash_search(
0000008d`47fff170 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000008d`47fff1c0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000008d`47fff270 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000008d`47fff2b0 00007ff7`aff813e9     postgres!relation_open(
0000008d`47fff2f0 00007ff7`b06c6f7b     postgres!table_open(
0000008d`47fff330 00007ff7`b06c5f28     postgres!process_settings(
0000008d`47fff380 00007ff7`b0467cf8     postgres!InitPostgres(
0000008d`47fff4a0 00007ff7`b0461ebd     postgres!PostgresMain(
0000008d`47fff6d0 00007ff7`b03532b7     postgres!BackendMain(
core
0000008d`48fff728 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`48fff730 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008d`48fffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`48fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`48bff878 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000008d`48bff880 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`48bff920 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000008d`48bff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`48bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`483ff5d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`483ff5e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000008d`483ff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`483ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`4b9ffbc8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ca`4b9ffbd0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`4b9ffc40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ca`4b9ffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`4b9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`4bdff9e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ca`4bdff9f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`4bdffa90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ca`4bdffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`4bdffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`4b5ffb38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`4b5ffb40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ca`4b5ffe30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`4b5ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`4b1ffac8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`4b1ffad0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ca`4b1ffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`4b1ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`4adff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`4adff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ca`4adffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`4adffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`4a9fd8e0 00007ff7`b005555b     postgres!hash_search(
000000ca`4a9fd920 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ca`4a9fd970 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ca`4a9fda20 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ca`4a9fda60 00007ff7`aff30279     postgres!relation_open(
000000ca`4a9fdaa0 00007ff7`aff2edfc     postgres!index_open(
000000ca`4a9fdae0 00007ff7`b0691089     postgres!systable_beginscan(
000000ca`4a9fdb50 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ca`4a9fdc40 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ca`4a9fdcd0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000a8`715ff928 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a8`715ff930 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a8`715ff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`715ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`705feb20 00007ff7`b005555b     postgres!hash_search(
000000a8`705feb60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a8`705febb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a8`705fec60 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a8`705feca0 00007ff7`aff30279     postgres!relation_open(
000000a8`705fece0 00007ff7`aff2edfc     postgres!index_open(
000000a8`705fed20 00007ff7`b0691089     postgres!systable_beginscan(
000000a8`705fed90 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a8`705fee80 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a8`705fef10 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000a8`709ffab8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`709ffac0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a8`709ffdb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`709ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`70dff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a8`70dff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a8`70dffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`70dffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a8`711ff848 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a8`711ff850 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a8`711ff8c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a8`711ff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a8`711ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`42bfe120 00007ff7`b005555b     postgres!hash_search(
000000fd`42bfe160 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fd`42bfe1b0 00007ff7`b0696f68     postgres!RelationBuildDesc(
000000fd`42bfe260 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
000000fd`42bfe520 00007ff7`b0695b1b     postgres!RelationFlushRelation(
000000fd`42bfe560 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
000000fd`42bfe5b0 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
000000fd`42bfe630 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
000000fd`42bfe680 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
000000fd`42bfe6c0 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
000000fd`43bffbf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`43bffc00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fd`43bffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`43bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`437ffa98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000fd`437ffaa0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fd`437ffb40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000fd`437ffb80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`437ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`433ff668 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fd`433ff670 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fd`433ff6e0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fd`433ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`433ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fd`42fff788 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fd`42fff790 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fd`42fffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fd`42fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`455fefe0 00007ff7`b005555b     postgres!hash_search(
00000060`455ff020 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000060`455ff070 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000060`455ff120 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000060`455ff160 00007ff7`aff30279     postgres!relation_open(
00000060`455ff1a0 00007ff7`aff2edfc     postgres!index_open(
00000060`455ff1e0 00007ff7`b0691089     postgres!systable_beginscan(
00000060`455ff250 00007ff7`b0162020     postgres!RelationGetIndexList(
00000060`455ff340 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000060`455ff3d0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000060`459ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`459ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000060`459fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`459fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`45dff5c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000060`45dff5d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000060`45dff640 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000060`45dff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`45dff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`461ff9a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`461ff9b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000060`461ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`461ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`465ff6f8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000060`465ff700 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000060`465ff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`465ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`203fee10 00007ff7`b005555b     postgres!hash_search(
000000ac`203fee50 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ac`203feea0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ac`203fef50 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ac`203fef90 00007ff7`afea29f6     postgres!relation_open(
000000ac`203fefd0 00007ff7`aff81476     postgres!relation_openrv_extended(
000000ac`203ff020 00007ff7`b031551f     postgres!table_openrv_extended(
000000ac`203ff060 00007ff7`b02e5b53     postgres!parserOpenTable(
000000ac`203ff0d0 00007ff7`b02d9e6b     postgres!setTargetTable(
000000ac`203ff120 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
000000ac`207ff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`207ff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`207ffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`207ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`20bff798 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ac`20bff7a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`20bff810 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ac`20bff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`20bff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`20fff7e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ac`20fff7f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ac`20fff890 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ac`20fff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`20fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`213ff5d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`213ff5e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`213ff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`213ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`5e9ff938 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`5e9ff940 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d4`5e9ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`5e9ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`5e5ff2c0 00007ff7`b005555b     postgres!hash_search(
000000d4`5e5ff300 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d4`5e5ff350 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d4`5e5ff400 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d4`5e5ff440 00007ff7`aff813e9     postgres!relation_open(
000000d4`5e5ff480 00007ff7`b067fc6e     postgres!table_open(
000000d4`5e5ff4c0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000d4`5e5ff520 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000d4`5e5ff5d0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000d4`5e5ff610 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000d4`5edffda8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d4`5edffdb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`5edffe20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d4`5edfff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`5edfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`5f1ffd28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000d4`5f1ffd30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d4`5f1ffdd0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000d4`5f1ffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`5f1ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`5f5ffae8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`5f5ffaf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d4`5f5ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`5f5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`e23ffb78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e1`e23ffb80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e1`e23ffbf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e1`e23ffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`e23ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`e27ff8e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e1`e27ff8f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e1`e27ff990 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e1`e27ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`e27ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`e1bffac8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`e1bffad0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e1`e1bffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`e1bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e1`e17fd4c0 00007ff7`b005555b     postgres!hash_search(
000000e1`e17fd500 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e1`e17fd550 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e1`e17fd600 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e1`e17fd640 00007ff7`aff30279     postgres!relation_open(
000000e1`e17fd680 00007ff7`aff2edfc     postgres!index_open(
000000e1`e17fd6c0 00007ff7`b0691089     postgres!systable_beginscan(
000000e1`e17fd730 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e1`e17fd820 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e1`e17fd8b0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000e1`e1fff928 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e1`e1fff930 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e1`e1fffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e1`e1fffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`fb5ffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c0`fb5ffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c0`fb5ffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c0`fb5ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`fb5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`fb9ff9c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`fb9ff9d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c0`fb9ffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`fb9ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`fadff160 00007ff7`b005555b     postgres!hash_search(
000000c0`fadff1a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c0`fadff1f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c0`fadff2a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c0`fadff2e0 00007ff7`aff30279     postgres!relation_open(
000000c0`fadff320 00007ff7`aff2edfc     postgres!index_open(
000000c0`fadff360 00007ff7`b0691089     postgres!systable_beginscan(
000000c0`fadff3d0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000c0`fadff4c0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000c0`fadff550 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000c0`fb1ff668 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c0`fb1ff670 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c0`fb1ff960 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`fb1ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c0`fbdffa18 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000c0`fbdffa20 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000c0`fbdffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c0`fbdffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`509ffb18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b3`509ffb20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b3`509ffb90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b3`509ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`509ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`4f9fe500 00007ff7`b005555b     postgres!hash_search(
000000b3`4f9fe540 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b3`4f9fe590 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b3`4f9fe640 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b3`4f9fe680 00007ff7`aff813e9     postgres!relation_open(
000000b3`4f9fe6c0 00007ff7`b00c6221     postgres!table_open(
000000b3`4f9fe700 00007ff7`b00c2575     postgres!AlterPublicationTables(
000000b3`4f9fe7f0 00007ff7`b047676b     postgres!AlterPublication(
000000b3`4f9fe870 00007ff7`b0471e2c     postgres!ProcessUtilitySlow(
000000b3`4f9ff190 00007ff7`b0470d59     postgres!standard_ProcessUtility(
core
000000b3`4fdff9f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`4fdffa00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b3`4fdffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`4fdffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`501ff868 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`501ff870 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b3`501ffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`501ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`505ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b3`505ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b3`505ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`505ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b3`50dffb08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b3`50dffb10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b3`50dffbb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b3`50dffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b3`50dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`ad7ff908 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ac`ad7ff910 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`ad7ff980 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ac`ad7ffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`ad7ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`ac7fda30 00007ff7`b005555b     postgres!hash_search(
000000ac`ac7fda70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ac`ac7fdac0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ac`ac7fdb70 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ac`ac7fdbb0 00007ff7`aff30279     postgres!relation_open(
000000ac`ac7fdbf0 00007ff7`aff2edfc     postgres!index_open(
000000ac`ac7fdc30 00007ff7`b0691089     postgres!systable_beginscan(
000000ac`ac7fdca0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000ac`ac7fdd90 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000ac`ac7fde20 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000ac`acbff8a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`acbff8b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`acbffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`acbffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`acfffb58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`acfffb60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`acfffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`acfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`ad3ff4d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`ad3ff4e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`ad3ff7d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`ad3ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`adbff678 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ac`adbff680 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ac`adbff720 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ac`adbff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`adbff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`ae9ffcd8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000076`ae9ffce0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`ae9ffd50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000076`ae9ffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`ae9ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`af1ffaf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`af1ffb00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000076`af1ffdf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`af1ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`ae1ff660 00007ff7`b005555b     postgres!hash_search(
00000076`ae1ff6a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000076`ae1ff6f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000076`ae1ff7a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000076`ae1ff7e0 00007ff7`aff813e9     postgres!relation_open(
00000076`ae1ff820 00007ff7`b06c6f7b     postgres!table_open(
00000076`ae1ff860 00007ff7`b06c5f28     postgres!process_settings(
00000076`ae1ff8b0 00007ff7`b0467cf8     postgres!InitPostgres(
00000076`ae1ff9d0 00007ff7`b0461ebd     postgres!PostgresMain(
00000076`ae1ffc00 00007ff7`b03532b7     postgres!BackendMain(
core
00000076`ae5ffc08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`ae5ffc10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000076`ae5fff00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`ae5fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`aedffc88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000076`aedffc90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`aedffd30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000076`aedffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`aedffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`a0dff8e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`a0dff8f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000068`a0dffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`a0dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`a15ff9b8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000068`a15ff9c0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000068`a15ffa60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000068`a15ffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`a15ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`a01fd840 00007ff7`b005555b     postgres!hash_search(
00000068`a01fd880 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000068`a01fd8d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000068`a01fd980 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000068`a01fd9c0 00007ff7`aff30279     postgres!relation_open(
00000068`a01fda00 00007ff7`aff2edfc     postgres!index_open(
00000068`a01fda40 00007ff7`b0691089     postgres!systable_beginscan(
00000068`a01fdab0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000068`a01fdba0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000068`a01fdc30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000068`a05ffbc8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`a05ffbd0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000068`a05ffec0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`a05ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`a09ff5c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`a09ff5d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000068`a09ff8c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`a09ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`a11ff5f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000068`a11ff600 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000068`a11ff670 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000068`a11ff770 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`a11ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`841ffbb8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000006c`841ffbc0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`841ffc30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000006c`841ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`841ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`849ff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`849ff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006c`849ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`849ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`839ff5a0 00007ff7`b005555b     postgres!hash_search(
0000006c`839ff5e0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000006c`839ff630 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000006c`839ff6e0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000006c`839ff720 00007ff7`aff813e9     postgres!relation_open(
0000006c`839ff760 00007ff7`b06c6f7b     postgres!table_open(
0000006c`839ff7a0 00007ff7`b06c5f28     postgres!process_settings(
0000006c`839ff7f0 00007ff7`b0467cf8     postgres!InitPostgres(
0000006c`839ff910 00007ff7`b0461ebd     postgres!PostgresMain(
0000006c`839ffb40 00007ff7`b03532b7     postgres!BackendMain(
core
0000006c`83dff468 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`83dff470 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000006c`83dff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`83dff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`845ff748 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000006c`845ff750 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006c`845ff7f0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000006c`845ff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`845ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`a8bffa28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003b`a8bffa30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`a8bffaa0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003b`a8bffba0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`a8bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`a83ff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`a83ff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`a83ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`a83ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`a7ffdb30 00007ff7`b005555b     postgres!hash_search(
0000003b`a7ffdb70 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003b`a7ffdbc0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003b`a7ffdc70 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003b`a7ffdcb0 00007ff7`aff30279     postgres!relation_open(
0000003b`a7ffdcf0 00007ff7`aff2edfc     postgres!index_open(
0000003b`a7ffdd30 00007ff7`b0691089     postgres!systable_beginscan(
0000003b`a7ffdda0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003b`a7ffde90 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003b`a7ffdf20 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000003b`a87ff578 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`a87ff580 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`a87ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`a87ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`a8fffdc8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003b`a8fffdd0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003b`a8fffe70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003b`a8fffeb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`a8fffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`047ffdc8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000074`047ffdd0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000074`047ffe70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000074`047ffeb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`047ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`033fdbc0 00007ff7`b005555b     postgres!hash_search(
00000074`033fdc00 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000074`033fdc50 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000074`033fdd00 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000074`033fdd40 00007ff7`aff30279     postgres!relation_open(
00000074`033fdd80 00007ff7`aff2edfc     postgres!index_open(
00000074`033fddc0 00007ff7`b0691089     postgres!systable_beginscan(
00000074`033fde30 00007ff7`b0162020     postgres!RelationGetIndexList(
00000074`033fdf20 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000074`033fdfb0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000074`037ff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`037ff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`037ff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`037ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`03bff458 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`03bff460 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`03bff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`03bff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`03fff9c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000074`03fff9d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000074`03fffcc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`03fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000074`043ffc88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000074`043ffc90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000074`043ffd00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000074`043ffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000074`043ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e1bffb68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000004d`e1bffb70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`e1bffbe0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000004d`e1bffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e1bffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e0ffda60 00007ff7`b005555b     postgres!hash_search(
0000004d`e0ffdaa0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000004d`e0ffdaf0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000004d`e0ffdba0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000004d`e0ffdbe0 00007ff7`aff30279     postgres!relation_open(
0000004d`e0ffdc20 00007ff7`aff2edfc     postgres!index_open(
0000004d`e0ffdc60 00007ff7`b0691089     postgres!systable_beginscan(
0000004d`e0ffdcd0 00007ff7`b0162020     postgres!RelationGetIndexList(
0000004d`e0ffddc0 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000004d`e0ffde50 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000004d`e13ffbb8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`e13ffbc0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004d`e13ffeb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e13ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e17ff978 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`e17ff980 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004d`e17ffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e17ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`e1fff928 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000004d`e1fff930 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004d`e1fff9d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000004d`e1fffa10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`e1fffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6a9ffd78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003f`6a9ffd80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003f`6a9ffdf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003f`6a9ffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6a9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6a1ff0f0 00007ff7`b005555b     postgres!hash_search(
0000003f`6a1ff130 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003f`6a1ff180 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003f`6a1ff230 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003f`6a1ff270 00007ff7`aff813e9     postgres!relation_open(
0000003f`6a1ff2b0 00007ff7`b067fc6e     postgres!table_open(
0000003f`6a1ff2f0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
0000003f`6a1ff350 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
0000003f`6a1ff400 00007ff7`b06a0e8c     postgres!SearchCatCache1(
0000003f`6a1ff440 00007ff7`b069ff2c     postgres!SearchSysCache1(
core
0000003f`6a5ffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`6a5ffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003f`6a5ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6a5ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003f`6adffa58 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003f`6adffa60 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003f`6adffd50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003f`6adffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7e9ffa18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b9`7e9ffa20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b9`7e9ffac0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b9`7e9ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7e9ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7ddff310 00007ff7`b005555b     postgres!hash_search(
000000b9`7ddff350 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b9`7ddff3a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b9`7ddff450 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b9`7ddff490 00007ff7`aff813e9     postgres!relation_open(
000000b9`7ddff4d0 00007ff7`b06c6f7b     postgres!table_open(
000000b9`7ddff510 00007ff7`b06c5f28     postgres!process_settings(
000000b9`7ddff560 00007ff7`b0467cf8     postgres!InitPostgres(
000000b9`7ddff680 00007ff7`b0461ebd     postgres!PostgresMain(
000000b9`7ddff8b0 00007ff7`b03532b7     postgres!BackendMain(
core
000000b9`7e1ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`7e1ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b9`7e1ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7e1ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7e5ff8f8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b9`7e5ff900 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`7e5ff970 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b9`7e5ffa70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7e5ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`7edffc28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`7edffc30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b9`7edfff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`7edfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`01dffe28 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000001`01dffe30 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000001`01dffed0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000001`01dfff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`01dfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`009fd380 00007ff7`b005555b     postgres!hash_search(
00000001`009fd3c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000001`009fd410 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000001`009fd4c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000001`009fd500 00007ff7`aff30279     postgres!relation_open(
00000001`009fd540 00007ff7`aff2edfc     postgres!index_open(
00000001`009fd580 00007ff7`b0691089     postgres!systable_beginscan(
00000001`009fd5f0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000001`009fd6e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000001`009fd770 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000001`00dff5f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00dff600 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`00dff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`011ff618 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`011ff620 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`011ff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`011ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`015ff918 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`015ff920 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`015ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`015ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`019ff5d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000001`019ff5e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`019ff650 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000001`019ff750 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`019ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`483fef80 00007ff7`b005555b     postgres!hash_search(
00000043`483fefc0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000043`483ff010 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000043`483ff0c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000043`483ff100 00007ff7`afea29f6     postgres!relation_open(
00000043`483ff140 00007ff7`aff81476     postgres!relation_openrv_extended(
00000043`483ff190 00007ff7`b031551f     postgres!table_openrv_extended(
00000043`483ff1d0 00007ff7`b02e5b53     postgres!parserOpenTable(
00000043`483ff240 00007ff7`b02d9e6b     postgres!setTargetTable(
00000043`483ff290 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
00000043`487ff488 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`487ff490 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000043`487ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`487ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`48bffb68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`48bffb70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000043`48bffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`48bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`48fffb98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000043`48fffba0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000043`48fffc10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000043`48fffd10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`48fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`493ff698 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000043`493ff6a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000043`493ff740 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000043`493ff780 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`493ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a6fff788 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000d0`a6fff790 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000d0`a6fff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a6fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a6bffb08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000d0`a6bffb10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`a6bffb80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000d0`a6bffc80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a6bffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a5bfefc0 00007ff7`b005555b     postgres!hash_search(
000000d0`a5bff000 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000d0`a5bff050 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000d0`a5bff100 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000d0`a5bff140 00007ff7`aff30279     postgres!relation_open(
000000d0`a5bff180 00007ff7`aff2edfc     postgres!index_open(
000000d0`a5bff1c0 00007ff7`b0691089     postgres!systable_beginscan(
000000d0`a5bff230 00007ff7`b0162020     postgres!RelationGetIndexList(
000000d0`a5bff320 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000d0`a5bff3b0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000d0`a5fff898 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`a5fff8a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d0`a5fffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a5fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a63ff908 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`a63ff910 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d0`a63ffc00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a63ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`a67ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`a67ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000d0`a67ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`a67ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`73dff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`73dff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000065`73dffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`73dffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`72dfbc20 00007ff7`b005555b     postgres!hash_search(
00000065`72dfbc60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000065`72dfbcb0 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000065`72dfbd60 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
00000065`72dfc020 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000065`72dfc060 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000065`72dfc0b0 00007ff7`b042f7f7     postgres!LocalExecuteInvalidationMessage(
00000065`72dfc130 00007ff7`b0682ab7     postgres!ReceiveSharedInvalidMessages(
00000065`72dfc1b0 00007ff7`aff06cb2     postgres!AcceptInvalidationMessages(void)+0x17 [c:\cirrus\src\backend\utils\cach...
00000065`72dfc1e0 00007ff7`aff2fc30     postgres!heap_inplace_update_and_unlock(
core
00000065`731ff798 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`731ff7a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000065`731ffa90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`731ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`735ffc18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000065`735ffc20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000065`735ffc90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000065`735ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`735ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`739ff868 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000065`739ff870 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000065`739ff910 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000065`739ff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`739ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3a7ff4e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`3a7ff4f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000015`3a7ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3a7ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3b3ff758 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000015`3b3ff760 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000015`3b3ff800 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000015`3b3ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3b3ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3afff728 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`3afff730 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000015`3afffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3afffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3abff5c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000015`3abff5d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000015`3abff640 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000015`3abff740 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`3abff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`3a3ff110 00007ff7`b005555b     postgres!hash_search(
00000015`3a3ff150 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000015`3a3ff1a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000015`3a3ff250 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000015`3a3ff290 00007ff7`afea29f6     postgres!relation_open(
00000015`3a3ff2d0 00007ff7`aff81476     postgres!relation_openrv_extended(
00000015`3a3ff320 00007ff7`b031551f     postgres!table_openrv_extended(
00000015`3a3ff360 00007ff7`b02e5b53     postgres!parserOpenTable(
00000015`3a3ff3d0 00007ff7`b02d9e6b     postgres!setTargetTable(
00000015`3a3ff420 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
000000e5`5cdfd790 00007ff7`b005555b     postgres!hash_search(
000000e5`5cdfd7d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e5`5cdfd820 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000e5`5cdfd8d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000e5`5cdfd910 00007ff7`aff30279     postgres!relation_open(
000000e5`5cdfd950 00007ff7`aff2edfc     postgres!index_open(
000000e5`5cdfd990 00007ff7`b0691089     postgres!systable_beginscan(
000000e5`5cdfda00 00007ff7`b0162020     postgres!RelationGetIndexList(
000000e5`5cdfdaf0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000e5`5cdfdb80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000e5`5d1ff6d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`5d1ff6e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e5`5d1ff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5d1ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5d5ff898 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`5d5ff8a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e5`5d5ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5d5ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5d9ff948 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e5`5d9ff950 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`5d9ff9c0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e5`5d9ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5d9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`5ddff8b8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e5`5ddff8c0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e5`5ddff960 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e5`5ddff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`5ddff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`99bff8e8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000003b`99bff8f0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000003b`99bff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`99bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`997ff9c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003b`997ff9d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`997ffa40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003b`997ffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`997ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`987febb0 00007ff7`b005555b     postgres!hash_search(
0000003b`987febf0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003b`987fec40 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003b`987fecf0 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003b`987fed30 00007ff7`aff30279     postgres!relation_open(
0000003b`987fed70 00007ff7`aff2edfc     postgres!index_open(
0000003b`987fedb0 00007ff7`b0691089     postgres!systable_beginscan(
0000003b`987fee20 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003b`987fef10 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003b`987fefa0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
0000003b`98bff808 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`98bff810 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`98bffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`98bffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`98fff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`98fff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`98fffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`98fffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`993ffb18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`993ffb20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`993ffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`993ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f75ff1b0 00007ff7`b005555b     postgres!hash_search(
00000022`f75ff1f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000022`f75ff240 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000022`f75ff2f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000022`f75ff330 00007ff7`aff813e9     postgres!relation_open(
00000022`f75ff370 00007ff7`b069c75a     postgres!table_open(
00000022`f75ff3b0 00007ff7`b069c319     postgres!LookupOpclassInfo(
00000022`f75ff580 00007ff7`b069342b     postgres!IndexSupportInitialize(
00000022`f75ff5d0 00007ff7`b069b03c     postgres!RelationInitIndexAccessInfo(
00000022`f75ff690 00007ff7`b069b893     postgres!RelationBuildDesc(
core
00000022`f85ff5e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`f85ff5f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000022`f85ff8e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f85ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f81ff828 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000022`f81ff830 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000022`f81ff8d0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000022`f81ff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f81ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f7dff9c8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000022`f7dff9d0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000022`f7dffa40 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000022`f7dffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f7dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000022`f79ff9e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000022`f79ff9f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000022`f79ffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000022`f79ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`a9bff670 00007ff7`b005555b     postgres!hash_search(
00000002`a9bff6b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000002`a9bff700 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000002`a9bff7b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000002`a9bff7f0 00007ff7`aff30279     postgres!relation_open(
00000002`a9bff830 00007ff7`b067d486     postgres!index_open(
00000002`a9bff870 00007ff7`b06a0d50     postgres!InitCatCachePhase2(
00000002`a9bff8b0 00007ff7`b0694863     postgres!InitCatalogCachePhase2(void)+0x60 [c:\cirrus\src\backend\utils\cache\sy...
00000002`a9bff8f0 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x5d3 [c:\cirrus\src\backend\utils\...
00000002`a9bff990 00007ff7`b0467cf8     postgres!InitPostgres(
core
00000002`a9fffb48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`a9fffb50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000002`a9fffe40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`a9fffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`aa3ff798 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000002`aa3ff7a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000002`aa3ff810 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000002`aa3ff910 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`aa3ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`aa7ff968 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`aa7ff970 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000002`aa7ffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`aa7ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`aabffa18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000002`aabffa20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000002`aabffac0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000002`aabffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`aabffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`ad7fd570 00007ff7`b005555b     postgres!hash_search(
000000b0`ad7fd5b0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b0`ad7fd600 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b0`ad7fd6b0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b0`ad7fd6f0 00007ff7`aff30279     postgres!relation_open(
000000b0`ad7fd730 00007ff7`aff2edfc     postgres!index_open(
000000b0`ad7fd770 00007ff7`b0691089     postgres!systable_beginscan(
000000b0`ad7fd7e0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b0`ad7fd8d0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b0`ad7fd960 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000b0`adbffb98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`adbffba0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b0`adbffe90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`adbffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`adfff538 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`adfff540 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b0`adfff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`adfff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`ae3ff7d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b0`ae3ff7e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`ae3ff850 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b0`ae3ff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`ae3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`ae7ffb68 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b0`ae7ffb70 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b0`ae7ffc10 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b0`ae7ffc50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`ae7ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`36ffdc40 00007ff7`b005555b     postgres!hash_search(
00000087`36ffdc80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000087`36ffdcd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000087`36ffdd80 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000087`36ffddc0 00007ff7`aff30279     postgres!relation_open(
00000087`36ffde00 00007ff7`aff2edfc     postgres!index_open(
00000087`36ffde40 00007ff7`b0691089     postgres!systable_beginscan(
00000087`36ffdeb0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000087`36ffdfa0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000087`36ffe030 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000087`377ffbe8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`377ffbf0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000087`377ffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`377fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`37bffb28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`37bffb30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000087`37bffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`37bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`37fffcf8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000087`37fffd00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000087`37fffd70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000087`37fffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`37fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`383ffe08 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000087`383ffe10 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000087`383ffeb0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000087`383ffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`383fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000087`373ffc18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000087`373ffc20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000087`373fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000087`373fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`c11ff678 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000004f`c11ff680 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`c11ff6f0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000004f`c11ff7f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`c11ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`c05fed50 00007ff7`b005555b     postgres!hash_search(
0000004f`c05fed90 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000004f`c05fede0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000004f`c05fee90 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000004f`c05feed0 00007ff7`aff30279     postgres!relation_open(
0000004f`c05fef10 00007ff7`b0691ef6     postgres!index_open(
0000004f`c05fef50 00007ff7`b03ac97f     postgres!RelationGetIndexAttrBitmap(
0000004f`c05ff050 00007ff7`b03abbc6     postgres!logicalrep_rel_mark_updatable(
0000004f`c05ff0b0 00007ff7`b03c1cb9     postgres!logicalrep_rel_open(
0000004f`c05ff150 00007ff7`b03c29a8     postgres!copy_table(
core
0000004f`c09ff868 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`c09ff870 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`c09ffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`c09ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`c0dff6e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`c0dff6f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000004f`c0dff9e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`c0dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`c15ffbb8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
0000004f`c15ffbc0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
0000004f`c15ffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`c15ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`7c9fd7f0 00007ff7`b005555b     postgres!hash_search(
00000092`7c9fd830 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000092`7c9fd880 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000092`7c9fd930 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000092`7c9fd970 00007ff7`aff30279     postgres!relation_open(
00000092`7c9fd9b0 00007ff7`aff2edfc     postgres!index_open(
00000092`7c9fd9f0 00007ff7`b0691089     postgres!systable_beginscan(
00000092`7c9fda60 00007ff7`b0162020     postgres!RelationGetIndexList(
00000092`7c9fdb50 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000092`7c9fdbe0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000092`7d9ffd38 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000092`7d9ffd40 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000092`7d9ffde0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000092`7d9ffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`7d9ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`7cdffb18 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`7cdffb20 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000092`7cdffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`7cdffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`7d1ffd98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000092`7d1ffda0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000092`7d1ffe10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000092`7d1fff10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`7d1fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000092`7d5ff728 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000092`7d5ff730 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000092`7d5ffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000092`7d5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`1b3ffc28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000059`1b3ffc30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000059`1b3ffca0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000059`1b3ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`1b3ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`1bbff568 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`1bbff570 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000059`1bbff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`1bbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`1abfd790 00007ff7`b005555b     postgres!hash_search(
00000059`1abfd7d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000059`1abfd820 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000059`1abfd8d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000059`1abfd910 00007ff7`aff30279     postgres!relation_open(
00000059`1abfd950 00007ff7`aff2edfc     postgres!index_open(
00000059`1abfd990 00007ff7`b0691089     postgres!systable_beginscan(
00000059`1abfda00 00007ff7`b0162020     postgres!RelationGetIndexList(
00000059`1abfdaf0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000059`1abfdb80 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000059`1afff738 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`1afff740 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000059`1afffa30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`1afffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`1b7ffcf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000059`1b7ffd00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000059`1b7ffda0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000059`1b7ffde0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`1b7ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bafff9b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c5`bafff9c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`bafffa30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c5`bafffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bafffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bb7ffb48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c5`bb7ffb50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c5`bb7ffbf0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c5`bb7ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bb7ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`ba7fd800 00007ff7`b005555b     postgres!hash_search(
000000c5`ba7fd840 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c5`ba7fd890 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c5`ba7fd940 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c5`ba7fd980 00007ff7`aff30279     postgres!relation_open(
000000c5`ba7fd9c0 00007ff7`aff2edfc     postgres!index_open(
000000c5`ba7fda00 00007ff7`b0691089     postgres!systable_beginscan(
000000c5`ba7fda70 00007ff7`b0162020     postgres!RelationGetIndexList(
000000c5`ba7fdb60 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000c5`ba7fdbf0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000c5`babff9e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`babff9f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c5`babffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`babffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`bb3ff938 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`bb3ff940 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c5`bb3ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`bb3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`df5ff828 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`df5ff830 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000016`df5ffb20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`df5ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dfdff808 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000016`dfdff810 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000016`dfdff8b0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000016`dfdff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`dfdff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`dedfd860 00007ff7`b005555b     postgres!hash_search(
00000016`dedfd8a0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000016`dedfd8f0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000016`dedfd9a0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000016`dedfd9e0 00007ff7`aff30279     postgres!relation_open(
00000016`dedfda20 00007ff7`aff2edfc     postgres!index_open(
00000016`dedfda60 00007ff7`b0691089     postgres!systable_beginscan(
00000016`dedfdad0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000016`dedfdbc0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000016`dedfdc50 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000016`df1ff5a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`df1ff5b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000016`df1ff8a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`df1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`df9ff9d8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000016`df9ff9e0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000016`df9ffa50 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000016`df9ffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`df9ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c8bffb78 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c8bffb80 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`c8bffe70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c8bffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c93ff7f8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000031`c93ff800 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000031`c93ff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c93ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c7ffeae0 00007ff7`b005555b     postgres!hash_search(
00000031`c7ffeb20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000031`c7ffeb70 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000031`c7ffec20 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000031`c7ffec60 00007ff7`aff30279     postgres!relation_open(
00000031`c7ffeca0 00007ff7`aff2edfc     postgres!index_open(
00000031`c7ffece0 00007ff7`b0691089     postgres!systable_beginscan(
00000031`c7ffed50 00007ff7`b0162020     postgres!RelationGetIndexList(
00000031`c7ffee40 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000031`c7ffeed0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000031`c83ffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c83ffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`c83ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c83ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c87ff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`c87ff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000031`c87ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c87ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`c8fff808 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000031`c8fff810 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000031`c8fff880 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000031`c8fff980 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`c8fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c7bffb58 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000076`c7bffb60 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000076`c7bffbd0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000076`c7bffcd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c7bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c83ff4c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`c83ff4d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000076`c83ff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c83ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c73ff3b0 00007ff7`b005555b     postgres!hash_search(
00000076`c73ff3f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000076`c73ff440 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000076`c73ff4f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000076`c73ff530 00007ff7`aff813e9     postgres!relation_open(
00000076`c73ff570 00007ff7`b06c6f7b     postgres!table_open(
00000076`c73ff5b0 00007ff7`b06c5f28     postgres!process_settings(
00000076`c73ff600 00007ff7`b0467cf8     postgres!InitPostgres(
00000076`c73ff720 00007ff7`b0461ebd     postgres!PostgresMain(
00000076`c73ff950 00007ff7`b03532b7     postgres!BackendMain(
core
00000076`c77ffc38 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`c77ffc40 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000076`c77fff30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c77fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c7fff888 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000076`c7fff890 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`c7fff930 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000076`c7fff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c7fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`83bff778 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000002b`83bff780 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002b`83bff820 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000002b`83bff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`83bff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`83fff8b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`83fff8c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`83fffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`83fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`82fff1c0 00007ff7`b005555b     postgres!hash_search(
0000002b`82fff200 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000002b`82fff250 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000002b`82fff300 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000002b`82fff340 00007ff7`aff813e9     postgres!relation_open(
0000002b`82fff380 00007ff7`b067fc6e     postgres!table_open(
0000002b`82fff3c0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
0000002b`82fff420 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
0000002b`82fff4d0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
0000002b`82fff510 00007ff7`b0692ff5     postgres!SearchSysCache1(
core
0000002b`833ffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`833ffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000002b`833ffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`833ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`837ff5e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000002b`837ff5f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`837ff660 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000002b`837ff760 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`837ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`033feff0 00007ff7`b005555b     postgres!hash_search(
00000051`033ff030 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000051`033ff080 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000051`033ff130 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000051`033ff170 00007ff7`aff813e9     postgres!relation_open(
00000051`033ff1b0 00007ff7`b06c6f7b     postgres!table_open(
00000051`033ff1f0 00007ff7`b06c5f28     postgres!process_settings(
00000051`033ff240 00007ff7`b034fa62     postgres!InitPostgres(
00000051`033ff360 00007ff7`aff91606     postgres!BackgroundWorkerInitializeConnectionByOid(
00000051`033ff3c0 00007ff7`b0350a89     postgres!ParallelWorkerMain(
core
00000051`037ff998 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`037ff9a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000051`037ffc90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`037ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`03bffc48 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000051`03bffc50 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000051`03bffcc0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000051`03bffdc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`03bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000051`03fff6d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000051`03fff6e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000051`03fff9d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000051`03fffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`191ffae8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000e4`191ffaf0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e4`191ffb90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000e4`191ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`191ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`195ff4b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`195ff4c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e4`195ff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`195ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`189ff4e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`189ff4f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000e4`189ff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`189ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`185fdd60 00007ff7`b005555b     postgres!hash_search(
000000e4`185fdda0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000e4`185fddf0 00007ff7`b0696f68     postgres!RelationBuildDesc(
000000e4`185fdea0 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
000000e4`185fe160 00007ff7`b0695b1b     postgres!RelationFlushRelation(
000000e4`185fe1a0 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
000000e4`185fe1f0 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
000000e4`185fe270 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
000000e4`185fe2c0 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
000000e4`185fe300 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
000000e4`18dffbf8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000e4`18dffc00 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`18dffc70 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000e4`18dffd70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`18dffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`82fffda8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000c2`82fffdb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`82fffe20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000c2`82ffff20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`82ffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`837ffa98 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`837ffaa0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c2`837ffd90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`837ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`827fd500 00007ff7`b005555b     postgres!hash_search(
000000c2`827fd540 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000c2`827fd590 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000c2`827fd640 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000c2`827fd680 00007ff7`aff30279     postgres!relation_open(
000000c2`827fd6c0 00007ff7`aff2edfc     postgres!index_open(
000000c2`827fd700 00007ff7`b003b017     postgres!systable_beginscan(
000000c2`827fd770 00007ff7`b0038a80     postgres!shdepDropDependency(
000000c2`827fd910 00007ff7`b003e8e8     postgres!deleteSharedDependencyRecordsFor(
000000c2`827fd970 00007ff7`b003e713     postgres!GenerateTypeDependencies(
core
000000c2`82bffa08 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`82bffa10 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000c2`82bffd00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`82bffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`833ff8b8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000c2`833ff8c0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c2`833ff960 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000c2`833ff9a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`833ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5ebff6f8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000067`5ebff700 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000067`5ebff7a0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000067`5ebff7e0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5ebff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5dffd9e0 00007ff7`b005555b     postgres!hash_search(
00000067`5dffda20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000067`5dffda70 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000067`5dffdb20 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000067`5dffdb60 00007ff7`aff30279     postgres!relation_open(
00000067`5dffdba0 00007ff7`aff2edfc     postgres!index_open(
00000067`5dffdbe0 00007ff7`b0691089     postgres!systable_beginscan(
00000067`5dffdc50 00007ff7`b0162020     postgres!RelationGetIndexList(
00000067`5dffdd40 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000067`5dffddd0 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000067`5e3ff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`5e3ff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000067`5e3ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5e3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5e7ffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000067`5e7ffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000067`5e7ffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000067`5e7ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5e7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`5efff538 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`5efff540 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000067`5efff830 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`5efff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`f27ff750 00007ff7`b005555b     postgres!hash_search(
000000ac`f27ff790 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ac`f27ff7e0 00007ff7`b069b893     postgres!RelationBuildDesc(
000000ac`f27ff890 00007ff7`b0694408     postgres!load_critical_index(
000000ac`f27ff8d0 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x178 [c:\cirrus\src\backend\utils\...
000000ac`f27ff970 00007ff7`b0467cf8     postgres!InitPostgres(
000000ac`f27ffa90 00007ff7`b0461ebd     postgres!PostgresMain(
000000ac`f27ffcc0 00007ff7`b03532b7     postgres!BackendMain(
000000ac`f27ffd00 00007ff7`b0209dd9     postgres!SubPostmasterMain(
000000ac`f27ffd80 00007ff7`b0835b09     postgres!main(
core
000000ac`f2fff788 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ac`f2fff790 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`f2fff800 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ac`f2fff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`f2fff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`f33ffa78 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ac`f33ffa80 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ac`f33ffb20 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ac`f33ffb60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`f33ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`f37ff7b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`f37ff7c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`f37ffab0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`f37ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`f2bffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`f2bffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`f2bffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`f2bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`495ff908 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`495ff910 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000026`495ffc00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`495ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`48dffa78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000026`48dffa80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000026`48dffaf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000026`48dffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`48dffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`489ff628 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`489ff630 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000026`489ff920 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`489ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`485ff2b0 00007ff7`b005555b     postgres!hash_search(
00000026`485ff2f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000026`485ff340 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000026`485ff3f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000026`485ff430 00007ff7`aff813e9     postgres!relation_open(
00000026`485ff470 00007ff7`b067fc6e     postgres!table_open(
00000026`485ff4b0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
00000026`485ff510 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
00000026`485ff5c0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
00000026`485ff600 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
00000026`491ff9e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000026`491ff9f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000026`491ffa90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000026`491ffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`491ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`bb3ff6b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`bb3ff6c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000037`bb3ff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`bb3ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`bb7ff508 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`bb7ff510 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000037`bb7ff800 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`bb7ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`bbbffb78 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000037`bbbffb80 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000037`bbbffbf0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000037`bbbffcf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`bbbffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`bbfff848 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
00000037`bbfff850 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
00000037`bbfff8b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`bbfff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`baffeee0 00007ff7`b005555b     postgres!hash_search(
00000037`baffef20 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000037`baffef70 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000037`bafff020 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000037`bafff060 00007ff7`aff30279     postgres!relation_open(
00000037`bafff0a0 00007ff7`aff2edfc     postgres!index_open(
00000037`bafff0e0 00007ff7`b0691089     postgres!systable_beginscan(
00000037`bafff150 00007ff7`b0162020     postgres!RelationGetIndexList(
00000037`bafff240 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000037`bafff2d0 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
00000009`031ff5f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`031ff600 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000009`031ff8f0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`031ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`035ffca8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000009`035ffcb0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`035ffd20 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000009`035ffe20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`035ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`039ffbc8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000009`039ffbd0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000009`039ffc70 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000009`039ffcb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`039ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`03dff528 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`03dff530 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000009`03dff820 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`03dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`02dff5e0 00007ff7`b005555b     postgres!hash_search(
00000009`02dff620 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000009`02dff670 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000009`02dff720 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000009`02dff760 00007ff7`aff30279     postgres!relation_open(
00000009`02dff7a0 00007ff7`b067d486     postgres!index_open(
00000009`02dff7e0 00007ff7`b06a0d50     postgres!InitCatCachePhase2(
00000009`02dff820 00007ff7`b0694863     postgres!InitCatalogCachePhase2(void)+0x60 [c:\cirrus\src\backend\utils\cache\sy...
00000009`02dff860 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x5d3 [c:\cirrus\src\backend\utils\...
00000009`02dff900 00007ff7`b0467cf8     postgres!InitPostgres(
core
00000005`5cfffab8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000005`5cfffac0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000005`5cfffb30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000005`5cfffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`5cfffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`5d3ff998 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000005`5d3ff9a0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000005`5d3ffa40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000005`5d3ffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`5d3ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`5cbff858 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`5cbff860 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`5cbffb50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`5cbffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`5c7ff588 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`5c7ff590 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000005`5c7ff880 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`5c7ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`5c3fe6c0 00007ff7`b005555b     postgres!hash_search(
00000005`5c3fe700 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000005`5c3fe750 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000005`5c3fe800 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000005`5c3fe840 00007ff7`aff30279     postgres!relation_open(
00000005`5c3fe880 00007ff7`aff2edfc     postgres!index_open(
00000005`5c3fe8c0 00007ff7`b069d9b1     postgres!systable_beginscan(
00000005`5c3fe930 00007ff7`b03b6617     postgres!RelidByRelfilenumber(
00000005`5c3fea70 00007ff7`b03b75fa     postgres!ReorderBufferProcessTXN(
00000005`5c3fed30 00007ff7`b03ae462     postgres!ReorderBufferReplay(
core
000000a1`a81ff210 00007ff7`b005555b     postgres!hash_search(
000000a1`a81ff250 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a1`a81ff2a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a1`a81ff350 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a1`a81ff390 00007ff7`aff30279     postgres!relation_open(
000000a1`a81ff3d0 00007ff7`aff2edfc     postgres!index_open(
000000a1`a81ff410 00007ff7`b0691089     postgres!systable_beginscan(
000000a1`a81ff480 00007ff7`b0162020     postgres!RelationGetIndexList(
000000a1`a81ff570 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000a1`a81ff600 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000a1`a85ff8c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`a85ff8d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a1`a85ffbc0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`a85ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`a95ff748 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000a1`a95ff750 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000a1`a95ff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`a95ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`a91ff8f8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`a91ff900 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a1`a91ffbf0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`a91ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`a8dffd28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a1`a8dffd30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`a8dffda0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a1`a8dffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`a8dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`a89ff918 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`a89ff920 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a1`a89ffc10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`a89ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`341ffb48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`341ffb50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000064`341ffe40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`341ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`349ffa18 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000064`349ffa20 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`349ffa90 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000064`349ffb90 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`349ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`34dffbb8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000064`34dffbc0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000064`34dffc60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000064`34dffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`34dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`33dfd480 00007ff7`b005555b     postgres!hash_search(
00000064`33dfd4c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000064`33dfd510 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000064`33dfd5c0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000064`33dfd600 00007ff7`aff30279     postgres!relation_open(
00000064`33dfd640 00007ff7`aff2edfc     postgres!index_open(
00000064`33dfd680 00007ff7`b0691089     postgres!systable_beginscan(
00000064`33dfd6f0 00007ff7`b0162020     postgres!RelationGetIndexList(
00000064`33dfd7e0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000064`33dfd870 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000064`345ff598 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`345ff5a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000064`345ff890 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`345ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`b97ffc98 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000009`b97ffca0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000009`b97ffd10 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000009`b97ffe10 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`b97ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`b9bff9e8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000009`b9bff9f0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000009`b9bffa90 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000009`b9bffad0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`b9bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`b8ffe580 00007ff7`b005555b     postgres!hash_search(
00000009`b8ffe5c0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000009`b8ffe610 00007ff7`b0696f68     postgres!RelationBuildDesc(
00000009`b8ffe6c0 00007ff7`b0697c3a     postgres!RelationRebuildRelation(
00000009`b8ffe980 00007ff7`b0695b1b     postgres!RelationFlushRelation(
00000009`b8ffe9c0 00007ff7`b0682895     postgres!RelationCacheInvalidateEntry(
00000009`b8ffea10 00007ff7`b0684374     postgres!LocalExecuteInvalidationMessage(
00000009`b8ffea90 00007ff7`b0682f96     postgres!ProcessInvalidationMessages(
00000009`b8ffeae0 00007ff7`affa414e     postgres!CommandEndInvalidationMessages(void)+0x26 [c:\cirrus\src\backend\utils\...
00000009`b8ffeb20 00007ff7`aff9ff1a     postgres!AtCCI_LocalCache(void)+0xe [c:\cirrus\src\backend\access\transam\xact.c...
core
00000009`b9fffa68 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`b9fffa70 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000009`b9fffd60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`b9fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`b93ffbf8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`b93ffc00 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000009`b93ffef0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`b93fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`953ff928 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`953ff930 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000015`953ffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`953ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`95bffb38 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
00000015`95bffb40 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000015`95bffbe0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
00000015`95bffc20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`95bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`947fd590 00007ff7`b005555b     postgres!hash_search(
00000015`947fd5d0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000015`947fd620 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000015`947fd6d0 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000015`947fd710 00007ff7`aff30279     postgres!relation_open(
00000015`947fd750 00007ff7`aff2edfc     postgres!index_open(
00000015`947fd790 00007ff7`b0691089     postgres!systable_beginscan(
00000015`947fd800 00007ff7`b0162020     postgres!RelationGetIndexList(
00000015`947fd8f0 00007ff7`b00050f0     postgres!ExecOpenIndices(
00000015`947fd980 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
00000015`94bff698 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`94bff6a0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000015`94bff990 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`94bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`94fff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000015`94fff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000015`94fff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`94fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000015`957ff698 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000015`957ff6a0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000015`957ff710 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000015`957ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000015`957ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b0fff140 00007ff7`b005555b     postgres!hash_search(
000000b8`b0fff180 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b8`b0fff1d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b8`b0fff280 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b8`b0fff2c0 00007ff7`aff30279     postgres!relation_open(
000000b8`b0fff300 00007ff7`aff2edfc     postgres!index_open(
000000b8`b0fff340 00007ff7`b0691089     postgres!systable_beginscan(
000000b8`b0fff3b0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000b8`b0fff4a0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000b8`b0fff530 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000b8`b1fffd28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b8`b1fffd30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b8`b1fffda0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b8`b1fffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b1fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b23ffcb8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000b8`b23ffcc0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000b8`b23ffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b23ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b17ff608 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`b17ff610 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b8`b17ff900 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b17ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b13ffaa8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`b13ffab0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b8`b13ffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b13ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b8`b1bff788 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b8`b1bff790 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b8`b1bffa80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b8`b1bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`75fff678 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`75fff680 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003d`75fff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`75fff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`767ffa18 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003d`767ffa20 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003d`767ffac0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003d`767ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`767ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`75bffa28 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`75bffa30 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003d`75bffd20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`75bffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`757ff578 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`757ff580 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003d`757ff870 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`757ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`753fd920 00007ff7`b005555b     postgres!hash_search(
0000003d`753fd960 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003d`753fd9b0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003d`753fda60 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003d`753fdaa0 00007ff7`aff30279     postgres!relation_open(
0000003d`753fdae0 00007ff7`aff2edfc     postgres!index_open(
0000003d`753fdb20 00007ff7`b0691089     postgres!systable_beginscan(
0000003d`753fdb90 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003d`753fdc80 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003d`753fdd10 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000003d`763ff7b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003d`763ff7c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`763ff830 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003d`763ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`763ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`bd7ffc48 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ac`bd7ffc50 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ac`bd7ffcf0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ac`bd7ffd30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`bd7ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`bdbff878 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`bdbff880 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`bdbffb70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`bdbffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`bd3ff9b8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ac`bd3ff9c0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`bd3ffa30 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ac`bd3ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`bd3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`bcfff658 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`bcfff660 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ac`bcfff950 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`bcfff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`bcbff440 00007ff7`b005555b     postgres!hash_search(
000000ac`bcbff480 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ac`bcbff4d0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ac`bcbff580 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ac`bcbff5c0 00007ff7`aff813e9     postgres!relation_open(
000000ac`bcbff600 00007ff7`b06c6f7b     postgres!table_open(
000000ac`bcbff640 00007ff7`b06c5f28     postgres!process_settings(
000000ac`bcbff690 00007ff7`b0467cf8     postgres!InitPostgres(
000000ac`bcbff7b0 00007ff7`b0461ebd     postgres!PostgresMain(
000000ac`bcbff9e0 00007ff7`b03532b7     postgres!BackendMain(
core
000000fc`259ff908 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`259ff910 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fc`259ffc00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`259ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`255ff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`255ff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fc`255ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`255ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`251ff968 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fc`251ff970 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fc`251ffc60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`251ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`24dfeaa0 00007ff7`b005555b     postgres!hash_search(
000000fc`24dfeae0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fc`24dfeb30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000fc`24dfebe0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000fc`24dfec20 00007ff7`aff30279     postgres!relation_open(
000000fc`24dfec60 00007ff7`aff2edfc     postgres!index_open(
000000fc`24dfeca0 00007ff7`b0691089     postgres!systable_beginscan(
000000fc`24dfed10 00007ff7`b0162020     postgres!RelationGetIndexList(
000000fc`24dfee00 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000fc`24dfee90 00007ff7`b0005314     postgres!CatalogOpenIndexes(
core
000000fc`261ff7a8 00007ffa`b1db029b     ntdll!NtRemoveIoCompletion+0x14
000000fc`261ff7b0 00007ffa`b51f4cb0     mswsock!SockAsyncThread+0x9b
000000fc`261ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`261ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fc`25dffc08 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fc`25dffc10 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fc`25dffc80 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fc`25dffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fc`25dffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`013ff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`013ff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`013ff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`013ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00fff6e8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
00000001`00fff6f0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
00000001`00fff760 00007ffa`b51f4cb0     postgres!pg_signal_thread(
00000001`00fff860 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00fff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`00bff938 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000001`00bff940 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
00000001`00bffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
00000001`00bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000001`007ff050 00007ff7`b005555b     postgres!hash_search(
00000001`007ff090 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
00000001`007ff0e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
00000001`007ff190 00007ff7`afea2696     postgres!RelationIdGetRelation(
00000001`007ff1d0 00007ff7`aff813e9     postgres!relation_open(
00000001`007ff210 00007ff7`b06c6f7b     postgres!table_open(
00000001`007ff250 00007ff7`b06c5f28     postgres!process_settings(
00000001`007ff2a0 00007ff7`b034fa62     postgres!InitPostgres(
00000001`007ff3c0 00007ff7`b03c4abf     postgres!BackgroundWorkerInitializeConnectionByOid(
00000001`007ff420 00007ff7`b03c4e3c     postgres!InitializeLogRepWorker(void)+0x3f [c:\cirrus\src\backend\replication\lo...
core
000000ef`43bff630 00007ff7`b005555b     postgres!hash_search(
000000ef`43bff670 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000ef`43bff6c0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000ef`43bff770 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000ef`43bff7b0 00007ff7`aff813e9     postgres!relation_open(
000000ef`43bff7f0 00007ff7`b067fc6e     postgres!table_open(
000000ef`43bff830 00007ff7`b067d433     postgres!CatalogCacheInitializeCache(
000000ef`43bff890 00007ff7`b06a0d50     postgres!InitCatCachePhase2(
000000ef`43bff8d0 00007ff7`b0694863     postgres!InitCatalogCachePhase2(void)+0x60 [c:\cirrus\src\backend\utils\cache\sy...
000000ef`43bff910 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x5d3 [c:\cirrus\src\backend\utils\...
core
000000ef`43fff6c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`43fff6d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`43fff9c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`43fff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`443ff8a8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000ef`443ff8b0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`443ff920 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000ef`443ffa20 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`443ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`447ffb88 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000ef`447ffb90 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ef`447ffc30 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000ef`447ffc70 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`447ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`44bffb88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`44bffb90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000ef`44bffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`44bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`89bff838 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b1`89bff840 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`89bff8b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b1`89bff9b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`89bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`8a3ff9a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`8a3ff9b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b1`8a3ffca0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`8a3ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`893fdba0 00007ff7`b005555b     postgres!hash_search(
000000b1`893fdbe0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b1`893fdc30 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b1`893fdce0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b1`893fdd20 00007ff7`aff813e9     postgres!relation_open(
000000b1`893fdd60 00007ff7`b002a8c1     postgres!table_open(
000000b1`893fdda0 00007ff7`affed9dd     postgres!recordMultipleDependencies(
000000b1`893fde00 00007ff7`b003ef24     postgres!record_object_address_dependencies(
000000b1`893fde30 00007ff7`b003e713     postgres!GenerateTypeDependencies(
000000b1`893fdf20 00007ff7`afff9fef     postgres!TypeCreate(
core
000000b1`897ff548 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`897ff550 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b1`897ff840 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`897ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`89fffdb8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b1`89fffdc0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b1`89fffe60 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b1`89fffea0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`89fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`035ff848 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`035ff850 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003c`035ffb40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`035ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`02dffc88 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003c`02dffc90 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`02dffd00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003c`02dffe00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`02dffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`029ff7c8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`029ff7d0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003c`029ffac0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`029ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`025fde20 00007ff7`b005555b     postgres!hash_search(
0000003c`025fde60 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003c`025fdeb0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003c`025fdf60 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003c`025fdfa0 00007ff7`aff30279     postgres!relation_open(
0000003c`025fdfe0 00007ff7`aff2edfc     postgres!index_open(
0000003c`025fe020 00007ff7`b0691089     postgres!systable_beginscan(
0000003c`025fe090 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003c`025fe180 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003c`025fe210 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
0000003c`031ff6a8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003c`031ff6b0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003c`031ff750 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003c`031ff790 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`031ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8affe2d0 00007ff7`b005555b     postgres!hash_search(
0000003b`8affe310 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003b`8affe360 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003b`8affe410 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003b`8affe450 00007ff7`aff30279     postgres!relation_open(
0000003b`8affe490 00007ff7`aff2edfc     postgres!index_open(
0000003b`8affe4d0 00007ff7`b003b017     postgres!systable_beginscan(
0000003b`8affe540 00007ff7`b0038a80     postgres!shdepDropDependency(
0000003b`8affe6e0 00007ff7`affef190     postgres!deleteSharedDependencyRecordsFor(
0000003b`8affe740 00007ff7`afff2541     postgres!deleteOneObject(
core
0000003b`8bfff6d8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003b`8bfff6e0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003b`8bfff780 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003b`8bfff7c0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8bfff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8bbffc28 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003b`8bbffc30 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`8bbffca0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003b`8bbffda0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8bbffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8b7ff8e8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8b7ff8f0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`8b7ffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8b7ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`8b3ff4a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`8b3ff4b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003b`8b3ff7a0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`8b3ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`9d3ff000 00007ff7`b005555b     postgres!hash_search(
000000b9`9d3ff040 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000b9`9d3ff090 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000b9`9d3ff140 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000b9`9d3ff180 00007ff7`afea29f6     postgres!relation_open(
000000b9`9d3ff1c0 00007ff7`aff81476     postgres!relation_openrv_extended(
000000b9`9d3ff210 00007ff7`b031551f     postgres!table_openrv_extended(
000000b9`9d3ff250 00007ff7`b02e5b53     postgres!parserOpenTable(
000000b9`9d3ff2c0 00007ff7`b02d9e6b     postgres!setTargetTable(
000000b9`9d3ff310 00007ff7`b02d8ca6     postgres!transformInsertStmt(
core
000000b9`9d7ffa48 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`9d7ffa50 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b9`9d7ffd40 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`9d7ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`9dbff518 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b9`9dbff520 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000b9`9dbff810 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`9dbff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`9dfffb68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000b9`9dfffb70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000b9`9dfffbe0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000b9`9dfffce0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`9dfffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b9`9e3ffdf8 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000b9`9e3ffe00 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b9`9e3ffea0 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000b9`9e3ffee0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000b9`9e3fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`ed3ff450 00007ff7`b005555b     postgres!hash_search(
000000fe`ed3ff490 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000fe`ed3ff4e0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000fe`ed3ff590 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000fe`ed3ff5d0 00007ff7`aff30279     postgres!relation_open(
000000fe`ed3ff610 00007ff7`b067d486     postgres!index_open(
000000fe`ed3ff650 00007ff7`b06a0d50     postgres!InitCatCachePhase2(
000000fe`ed3ff690 00007ff7`b0694863     postgres!InitCatalogCachePhase2(void)+0x60 [c:\cirrus\src\backend\utils\cache\sy...
000000fe`ed3ff6d0 00007ff7`b06c5e8a     postgres!RelationCacheInitializePhase3(void)+0x5d3 [c:\cirrus\src\backend\utils\...
000000fe`ed3ff770 00007ff7`b0467cf8     postgres!InitPostgres(
core
000000fe`ed7ff558 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`ed7ff560 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`ed7ff850 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`ed7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`edbff758 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000fe`edbff760 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000fe`edbff7d0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000fe`edbff8d0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`edbff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`edfffd68 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000fe`edfffd70 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000fe`edfffe10 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000fe`edfffe50 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`edfffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fe`ee3ff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fe`ee3ff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000fe`ee3ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000fe`ee3ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`ebfff8b8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`ebfff8c0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`ebfffbb0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`ebfffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`ec7ffc98 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
0000003e`ec7ffca0 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003e`ec7ffd40 00007ffa`b51f4cb0     postgres!pg_timer_thread(
0000003e`ec7ffd80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`ec7ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`ec3ff988 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
0000003e`ec3ff990 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`ec3ffa00 00007ffa`b51f4cb0     postgres!pg_signal_thread(
0000003e`ec3ffb00 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`ec3ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`ebbff7a8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`ebbff7b0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`ebbffaa0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`ebbffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`eb7ffad8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`eb7ffae0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
0000003e`eb7ffdd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`eb7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`eb3fd710 00007ff7`b005555b     postgres!hash_search(
0000003e`eb3fd750 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
0000003e`eb3fd7a0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
0000003e`eb3fd850 00007ff7`afea2696     postgres!RelationIdGetRelation(
0000003e`eb3fd890 00007ff7`aff30279     postgres!relation_open(
0000003e`eb3fd8d0 00007ff7`aff2edfc     postgres!index_open(
0000003e`eb3fd910 00007ff7`b0691089     postgres!systable_beginscan(
0000003e`eb3fd980 00007ff7`b0162020     postgres!RelationGetIndexList(
0000003e`eb3fda70 00007ff7`b00050f0     postgres!ExecOpenIndices(
0000003e`eb3fdb00 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000df`e79ffce8 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000df`e79ffcf0 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000df`e79ffd60 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000df`e79ffe60 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`e79ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`e75ff638 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`e75ff640 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000df`e75ff930 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`e75ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`e71ff0b0 00007ff7`b005555b     postgres!hash_search(
000000df`e71ff0f0 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000df`e71ff140 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000df`e71ff1f0 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000df`e71ff230 00007ff7`aff813e9     postgres!relation_open(
000000df`e71ff270 00007ff7`b067fc6e     postgres!table_open(
000000df`e71ff2b0 00007ff7`b067ebaf     postgres!CatalogCacheInitializeCache(
000000df`e71ff310 00007ff7`b067d5a7     postgres!SearchCatCacheInternal(
000000df`e71ff3c0 00007ff7`b06a0e8c     postgres!SearchCatCache1(
000000df`e71ff400 00007ff7`b0692ed9     postgres!SearchSysCache1(
core
000000df`e7dff648 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`e7dff650 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000df`e7dff940 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`e7dff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3ffffb88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`3ffffb90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`3ffffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3ffffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3fbff888 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000a6`3fbff890 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a6`3fbff930 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000a6`3fbff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3fbff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3f7ff638 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000a6`3f7ff640 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`3f7ff6b0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000a6`3f7ff7b0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3f7ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3f3ff8d8 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`3f3ff8e0 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000a6`3f3ffbd0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3f3ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3effed00 00007ff7`b005555b     postgres!hash_search(
000000a6`3effed40 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000a6`3effed90 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000a6`3effee40 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000a6`3effee80 00007ff7`afea29f6     postgres!relation_open(
000000a6`3effeec0 00007ff7`aff81476     postgres!relation_openrv_extended(
000000a6`3effef10 00007ff7`b031551f     postgres!table_openrv_extended(
000000a6`3effef50 00007ff7`b03157ca     postgres!parserOpenTable(
000000a6`3effefc0 00007ff7`b02e8335     postgres!addRangeTableEntry(
000000a6`3efff030 00007ff7`b02ea150     postgres!transformTableEntry(
core
000000f6`f61fdb40 00007ff7`b005555b     postgres!hash_search(
000000f6`f61fdb80 00007ff7`b069b19e     postgres!is_concurrent_repack_in_progress(
000000f6`f61fdbd0 00007ff7`b0690cd7     postgres!RelationBuildDesc(
000000f6`f61fdc80 00007ff7`afea2696     postgres!RelationIdGetRelation(
000000f6`f61fdcc0 00007ff7`aff30279     postgres!relation_open(
000000f6`f61fdd00 00007ff7`aff2edfc     postgres!index_open(
000000f6`f61fdd40 00007ff7`b0691089     postgres!systable_beginscan(
000000f6`f61fddb0 00007ff7`b0162020     postgres!RelationGetIndexList(
000000f6`f61fdea0 00007ff7`b00050f0     postgres!ExecOpenIndices(
000000f6`f61fdf30 00007ff7`b0005157     postgres!CatalogOpenIndexes(
core
000000f6`f65ff938 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`f65ff940 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f6`f65ffc30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f65ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f69ffb88 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`f69ffb90 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f6`f69ffe80 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f69ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f6dffa68 00007ffa`b2ac48fa     ntdll!NtFsControlFile+0x14
000000f6`f6dffa70 00007ff7`b03473cb     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`f6dffae0 00007ffa`b51f4cb0     postgres!pg_signal_thread(
000000f6`f6dffbe0 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f6dffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f71ff838 00007ffa`b534b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`f71ff840 00007ffa`b51f4cb0     ntdll!TppWorkerThread+0x2df
000000f6`f71ffb30 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f71ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f75ff888 00007ffa`b2a7da4e     ntdll!NtWaitForSingleObject+0x14
000000f6`f75ff890 00007ff7`b0348e6c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f6`f75ff930 00007ffa`b51f4cb0     postgres!pg_timer_thread(
000000f6`f75ff970 00007ffa`b53bedcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f75ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
panic
2025-03-31 15:33:51.230 GMT [6028][client backend] [001_ssltests.pl][8/2:757] PANIC:  could not write to file "pg_wal/xl...
panic
psql:<stdin>:1: PANIC:  could not write to file "pg_wal/xlogtemp.6028": No space left on device
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out C:/cirr...
--- C:/cirrus/src/test/modules/brin/expected/summarization-and-inprogress-insertion.out	2025-03-31 15:02:25.957887400 +0...
+++ C:/cirrus/build/testrun/brin/isolation/results/summarization-and-inprogress-insertion.out	2025-03-31 15:08:32.218628...
@@ -1,51 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s2check s1b s2b s1i s2summ s1c s2c s2check
-step s2check: SELECT * FROM brin_page_items(get_raw_page('brinidx', 2), 'brinidx'::regclass);
-itemoffset|blknum|attnum|allnulls|hasnulls|placeholder|empty|value   
-----------+------+------+--------+--------+-----------+-----+--------
-         1|     0|     1|f       |t       |f          |f    |{1 .. 1}
-(1 row)
-
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN ISOLATION LEVEL REPEATABLE READ; SELECT 1;
-?column?
---------
-       1
-(1 row)
-
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/dblink/expected/dblink.out C:/cirrus/build/testrun/dblink/regress/results...
--- C:/cirrus/contrib/dblink/expected/dblink.out	2025-03-31 15:02:21.678012200 +0000
+++ C:/cirrus/build/testrun/dblink/regress/results/dblink.out	2025-03-31 15:07:53.535460600 +0000
@@ -799,423 +799,7 @@
 UNION
 (SELECT * from dblink_get_result('dtest3') as t3(f1 int, f2 text, f3 text[]))
 ORDER by f1;
--- dblink_get_connections returns an array with elements in a machine-dependent
--- ordering, so we must resort to unnesting and sorting for a stable result
-create function unnest(anyarray) returns setof anyelement
-language sql strict immutable as $$
-select $1[i] from generate_series(array_lower($1,1), array_upper($1,1)) as i
-$$;
-SELECT * FROM unnest(dblink_get_connections()) ORDER BY 1;
- unnest 
---------
- dtest1
- dtest2
- dtest3
-(3 rows)
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/delay_execution/expected/partition-addition.out C:/cirrus/build/...
--- C:/cirrus/src/test/modules/delay_execution/expected/partition-addition.out	2025-03-31 15:02:25.968292900 +0000
+++ C:/cirrus/build/testrun/delay_execution/isolation/results/partition-addition.out	2025-03-31 15:08:37.156066300 +0000
@@ -1,27 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s2lock s1exec s2addp s2unlock
-step s2lock: SELECT pg_advisory_lock(12345);
-pg_advisory_lock
-----------------
-                
-(1 row)
-
-step s1exec: LOAD 'delay_execution';
-		  SET delay_execution.post_planning_lock_id = 12345;
-		  SELECT * FROM foo WHERE a <> 1 AND a <> (SELECT 3); <waiting ...>
-step s2addp: CREATE TABLE foo2 (LIKE foo);
-		  ALTER TABLE foo ATTACH PARTITION foo2 FOR VALUES IN (2);
-		  INSERT INTO foo VALUES (2, 'ADD2');
-step s2unlock: SELECT pg_advisory_unlock(12345);
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr C:/cirrus/build/te...
--- C:/cirrus/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr	2025-03-31 15:02:25.261831800 +0000
+++ C:/cirrus/build/testrun/ecpg/ecpg/results/compat_informix-sqlda.stderr	2025-03-31 15:09:07.656633600 +0000
@@ -332,9 +332,9 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 241: using PQexec
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_process_output on line 241: OK: DROP TABLE
-[NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ECPGtrans on line 244: action "commit"; connection "regress1"
-[NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_finish: connection regress1 closed
+[NO_PID]: ecpg_check_PQresult on line 241: bad response - server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlstate 57P02 (sqlcode -400): the connection to the server was lost on line 241
+[NO_PID]: sqlca: code: -400, state: 57P02
diff --strip-trailing-cr -U3 C:/cirrus/src/interfaces/ecpg/test/expected/compat_informix-describe.stdout C:/cirrus/build...
--- C:/cirrus/src/interfaces/ecpg/test/expected/compat_informix-describe.stdout	2025-03-31 15:02:25.249450300 +0000
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/injection_points/expected/basic.out C:/cirrus/build/testrun/inje...
--- C:/cirrus/src/test/modules/injection_points/expected/basic.out	2025-03-31 15:02:25.993579900 +0000
+++ C:/cirrus/build/testrun/injection_points/isolation/results/basic.out	2025-03-31 15:08:42.134578900 +0000
@@ -1,75 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: wait1 wakeup2 noop1 detach2
-injection_points_attach
------------------------
-                       
-(1 row)
-
-step wait1: SELECT injection_points_run('injection-points-wait'); <waiting ...>
-step wakeup2: SELECT injection_points_wakeup('injection-points-wait');
-injection_points_wakeup
------------------------
-                       
-(1 row)
-
-step wait1: <... completed>
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/read-only-anomaly.out C:/cirrus/build/testrun/isolati...
--- C:/cirrus/src/test/isolation/expected/read-only-anomaly.out	2025-03-31 15:02:25.808068700 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/read-only-anomaly.out	2025-03-31 15:04:26.536497700 +0000
@@ -1,33 +1,6 @@
 Parsed test spec with 3 sessions
 
 starting permutation: s2rx s2ry s1ry s1wy s1c s3r s2wx s2c s3c
-step s2rx: SELECT balance FROM bank_account WHERE id = 'X';
-balance
--------
-      0
-(1 row)
-
-step s2ry: SELECT balance FROM bank_account WHERE id = 'Y';
-balance
--------
-      0
-(1 row)
-
-step s1ry: SELECT balance FROM bank_account WHERE id = 'Y';
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pageinspect/expected/brin.out C:/cirrus/build/testrun/pageinspect/regress...
--- C:/cirrus/contrib/pageinspect/expected/brin.out	2025-03-31 15:02:21.868965000 +0000
+++ C:/cirrus/build/testrun/pageinspect/regress/results/brin.out	2025-03-31 15:08:07.465142700 +0000
@@ -146,65 +146,10 @@
  USING brin (a int4_minmax_ops, a int4_bloom_ops, b, c int8_minmax_multi_ops)
   WITH (pages_per_range=7)
  WHERE NOT (a BETWEEN 1000 and 1500);
-SELECT relname, relpages
-  FROM pg_class
- WHERE relname IN ('brin_test_serial_idx', 'brin_test_parallel_idx')
- ORDER BY relname;
-        relname         | relpages 
-------------------------+----------
- brin_test_parallel_idx |        4
- brin_test_serial_idx   |        4
-(2 rows)
-
--- Check that (A except B) and (B except A) is empty, which means the indexes
--- are the same.
-SELECT * FROM brin_page_items(get_raw_page('brin_test_parallel_idx', 2), 'brin_test_parallel_idx')
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_logicalinspect/expected/logical_inspect.out C:/cirrus/build/testrun/pg...
--- C:/cirrus/contrib/pg_logicalinspect/expected/logical_inspect.out	2025-03-31 15:02:21.919270800 +0000
+++ C:/cirrus/build/testrun/pg_logicalinspect/isolation/results/logical_inspect.out	2025-03-31 15:08:10.968183700 +0000
@@ -1,32 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s0_init s0_begin s0_savepoint s0_truncate s1_create_table s1_checkpoint s1_get_changes s1_check_s...
-step s0_init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding');
-?column?
---------
-init    
-(1 row)
-
-step s0_begin: BEGIN;
-step s0_savepoint: SAVEPOINT sp1;
-step s0_truncate: TRUNCATE tbl1;
-step s1_create_table: CREATE TABLE tbl2 (val1 integer, val2 integer);
-step s1_checkpoint: CHECKPOINT;
-step s1_get_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'skip-empty-xacts', '1'...
-data
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/parallel.out C:/cirrus/build/testrun/pg_stat_...
--- C:/cirrus/contrib/pg_stat_statements/expected/parallel.out	2025-03-31 15:02:21.941724600 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/parallel.out	2025-03-31 15:08:16.045214400 +0000
@@ -15,20 +15,10 @@
 (1 row)
 
 SELECT count(*) FROM pgss_parallel_tab;
- count 
--------
-     0
-(1 row)
-
-SELECT query,
-  parallel_workers_to_launch > 0 AS has_workers_to_launch,
-  parallel_workers_launched > 0 AS has_workers_launched
-  FROM pg_stat_statements
-  WHERE query ~ 'SELECT count'
-  ORDER BY query COLLATE "C";
-                 query                  | has_workers_to_launch | has_workers_launched 
-----------------------------------------+-----------------------+----------------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/boolean.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/boolean.out	2025-03-31 15:02:26.324743200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/boolean.out	2025-03-31 15:04:30.048255400 +0000
@@ -241,357 +241,7 @@
 SELECT ''::text::boolean AS invalid;            -- error
 ERROR:  invalid input syntax for type boolean: ""
 CREATE TABLE BOOLTBL1 (f1 bool);
-INSERT INTO BOOLTBL1 (f1) VALUES (bool 't');
-INSERT INTO BOOLTBL1 (f1) VALUES (bool 'True');
-INSERT INTO BOOLTBL1 (f1) VALUES (bool 'true');
--- BOOLTBL1 should be full of true's at this point
-SELECT BOOLTBL1.* FROM BOOLTBL1;
- f1 
-----
- t
- t
- t
-(3 rows)
-
-SELECT BOOLTBL1.*
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pgrowlocks/expected/pgrowlocks.out C:/cirrus/build/testrun/pgrowlocks/iso...
--- C:/cirrus/contrib/pgrowlocks/expected/pgrowlocks.out	2025-03-31 15:02:22.065824200 +0000
+++ C:/cirrus/build/testrun/pgrowlocks/isolation/results/pgrowlocks.out	2025-03-31 15:08:14.194654000 +0000
@@ -1,233 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1_begin s1_tuplock1 s2_rowlocks s1_commit
-step s1_begin: BEGIN;
-step s1_tuplock1: SELECT * FROM multixact_conflict FOR KEY SHARE;
-a|b
--+-
-1|2
-3|4
-(2 rows)
-
-step s2_rowlocks: SELECT locked_row, multi, modes FROM pgrowlocks('multixact_conflict');
-locked_row|multi|modes            
-----------+-----+-----------------
-(0,1)     |f    |{"For Key Share"}
-(0,2)     |f    |{"For Key Share"}
...
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	2025-03-31 15:02:22.092553700 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-03-31 15:08:20.172701700 +0000
@@ -254,12264 +254,7 @@
 -- To exercise multiple code paths, we use local stats on ft1
 -- and remote-estimate mode on ft2.
 ANALYZE ft1;
-ALTER FOREIGN TABLE ft2 OPTIONS (use_remote_estimate 'true');
--- ===================================================================
--- test error case for create publication on foreign table
--- ===================================================================
-CREATE PUBLICATION testpub_ftbl FOR TABLE ft1;  -- should fail
-ERROR:  cannot add relation "ft1" to publication
-DETAIL:  This operation is not supported for foreign tables.
--- ===================================================================
--- simple queries
--- ===================================================================
--- single table without alias
-EXPLAIN (COSTS OFF) SELECT * FROM ft1 ORDER BY c3, c1 OFFSET 100 LIMIT 10;
-     QUERY PLAN      
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/boolean.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/boolean.out	2025-03-31 15:02:26.324743200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/boolean.out	2025-03-31 15:06:32.851870400 +0000
@@ -241,357 +241,7 @@
 SELECT ''::text::boolean AS invalid;            -- error
 ERROR:  invalid input syntax for type boolean: ""
 CREATE TABLE BOOLTBL1 (f1 bool);
-INSERT INTO BOOLTBL1 (f1) VALUES (bool 't');
-INSERT INTO BOOLTBL1 (f1) VALUES (bool 'True');
-INSERT INTO BOOLTBL1 (f1) VALUES (bool 'true');
--- BOOLTBL1 should be full of true's at this point
-SELECT BOOLTBL1.* FROM BOOLTBL1;
- f1 
-----
- t
- t
- t
-(3 rows)
-
-SELECT BOOLTBL1.*
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/varchar_1.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/varchar_1.out	2025-03-31 15:02:26.539931300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/varchar.out	2025-03-31 15:04:26.468136900 +0000
@@ -94,39 +94,7 @@
 (3 rows)
 
 DROP TABLE VARCHAR_TBL;
---
--- Now test longer arrays of char
---
--- This varchar_tbl was already created and filled in test_setup.sql.
--- Here we just try to insert bad values.
---
-INSERT INTO VARCHAR_TBL (f1) VALUES ('abcde');
-ERROR:  value too long for type character varying(4)
-SELECT * FROM VARCHAR_TBL;
-  f1  
-------
- a
- ab
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/tcn/expected/tcn.out C:/cirrus/build/testrun/tcn/isolation/results/tcn.ou...
--- C:/cirrus/contrib/tcn/expected/tcn.out	2025-03-31 15:02:22.183059900 +0000
+++ C:/cirrus/build/testrun/tcn/isolation/results/tcn.out	2025-03-31 15:08:23.814734900 +0000
@@ -1,13 +1,6 @@
 Parsed test spec with 1 sessions
 
 starting permutation: listen insert insert2 update delete
-step listen: LISTEN mychannel;
-step insert: INSERT INTO mytable VALUES(1, 'one');
-s1: NOTIFY "mychannel" with payload ""mytable",I,"key"='1'" from s1
-step insert2: INSERT INTO mytable VALUES(2, 'two');
-s1: NOTIFY "mychannel" with payload ""mytable",I,"key"='2'" from s1
-step update: UPDATE mytable SET value = 'foo' WHERE key = 2;
-s1: NOTIFY "mychannel" with payload ""mytable",U,"key"='2'" from s1
-step delete: DELETE FROM mytable;
-s1: NOTIFY "mychannel" with payload ""mytable",D,"key"='1'" from s1
-s1: NOTIFY "mychannel" with payload ""mytable",D,"key"='2'" from s1
+setup failed: server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/test_decoding/expected/mxact.out C:/cirrus/build/testrun/test_decoding/is...
--- C:/cirrus/contrib/test_decoding/expected/mxact.out	2025-03-31 15:02:22.196089000 +0000
+++ C:/cirrus/build/testrun/test_decoding/isolation/results/mxact.out	2025-03-31 15:08:24.114640400 +0000
@@ -1,90 +1,6 @@
 Parsed test spec with 3 sessions
 
 starting permutation: s0init s0start s1begin s1sharepgclass s2begin s2sharepgclass s0w s0start s2commit s1commit
-step s0init: SELECT 'init' FROM pg_create_logical_replication_slot('isolation_slot', 'test_decoding');
-?column?
---------
-init    
-(1 row)
-
-step s0start: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'include-xids', 'false');
-data
-----
-(0 rows)
-
-step s1begin: BEGIN;
-step s1sharepgclass: SELECT count(*) > 1 FROM (SELECT * FROM pg_class FOR SHARE) s;
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/modules/test_extensions/expected/test_extensions.out C:/cirrus/build/tes...
--- C:/cirrus/src/test/modules/test_extensions/expected/test_extensions.out	2025-03-31 15:02:26.093958400 +0000
+++ C:/cirrus/build/testrun/test_extensions/regress/results/test_extensions.out	2025-03-31 15:08:50.836255100 +0000
@@ -144,527 +144,10 @@
   ') > 0 loop c := c + 1; perform pg_stat_clear_snapshot(); end loop;
   raise log ''test_extensions looped % times'', c;
 end';
--- extension should now contain no temp objects
-\dx+ test_ext8
-Objects in extension "test_ext8"
-     Object description     
-----------------------------
- function ext8_even(posint)
- table ext8_table1
- type ext8_table1
- type ext8_table1[]
- type posint
- type posint[]
-(6 rows)
-
...
tap
[15:13:41.142](4.423s) not ok 1 - concurrent INSERTs and CIC status (got 2 vs expected 0)
[15:13:41.145](0.001s) not ok 3 - concurrent INSERTs and CIC stderr /(?^:^$)/
[15:13:41.174](0.027s) Bail out!  pg_ctl stop failed
tap
[15:17:13.310](376.309s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/bin/pg_basebackup/t/040_pg_createsubscriber.pl line 513.
tap
[15:12:05.375](2.364s) not ok 2276 - defaults_parallel: pg_dump runs
[15:12:05.467](0.090s) not ok 2277 - defaults_parallel: pg_restore runs
[15:12:05.470](0.000s) not ok 2279 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[15:12:05.471](0.000s) not ok 2280 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[15:12:05.472](0.000s) not ok 2281 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[15:12:05.472](0.000s) not ok 2282 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[15:12:05.473](0.000s) not ok 2287 - defaults_parallel: should dump ALTER INDEX ... ATTACH PARTITION
[15:12:05.474](0.000s) not ok 2288 - defaults_parallel: should dump ALTER INDEX ... ATTACH PARTITION (primary key)
[15:12:05.476](0.000s) not ok 2294 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table
[15:12:05.477](0.000s) not ok 2295 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table ...
[15:12:05.477](0.000s) not ok 2296 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (c...
[15:12:05.478](0.000s) not ok 2297 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_table
[15:12:05.478](0.000s) not ok 2298 - defaults_parallel: should dump ALTER PUBLICATION pub1 OWNER TO
[15:12:05.479](0.000s) not ok 2299 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLE test_table
[15:12:05.479](0.000s) not ok 2300 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_tes...
[15:12:05.481](0.000s) not ok 2301 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public
[15:12:05.482](0.000s) not ok 2302 - defaults_parallel: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table W...
[15:12:05.482](0.000s) not ok 2303 - defaults_parallel: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (c...
[15:12:05.483](0.000s) not ok 2310 - defaults_parallel: should dump ALTER STATISTICS extended_stats_options
[15:12:05.484](0.000s) not ok 2311 - defaults_parallel: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN...
[15:12:05.485](0.000s) not ok 2313 - defaults_parallel: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMA...
[15:12:05.486](0.000s) not ok 2319 - defaults_parallel: should dump ALTER TABLE measurement PRIMARY KEY
[15:12:05.487](0.000s) not ok 2322 - defaults_parallel: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey
[15:12:05.488](0.000s) not ok 2324 - defaults_parallel: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY
[15:12:05.490](0.000s) not ok 2331 - defaults_parallel: should dump Always trigger on partition is altered
[15:12:05.493](0.000s) not ok 2341 - defaults_parallel: should dump COMMENT ON PUBLICATION pub1
[15:12:05.494](0.000s) not ok 2343 - defaults_parallel: should dump COMMENT ON SUBSCRIPTION sub1
[15:12:05.497](0.000s) not ok 2353 - defaults_parallel: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS
[15:12:05.497](0.000s) not ok 2354 - defaults_parallel: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS
[15:12:05.503](0.000s) not ok 2376 - defaults_parallel: should dump CREATE EVENT TRIGGER test_event_trigger
[15:12:05.507](0.000s) not ok 2386 - defaults_parallel: should dump CREATE INDEX ... ON measurement_y2006_m2
[15:12:05.508](0.000s) not ok 2387 - defaults_parallel: should dump CREATE INDEX ON ONLY measurement
[15:12:05.512](0.000s) not ok 2398 - defaults_parallel: should dump CREATE POLICY p1 ON test_table
[15:12:05.513](0.000s) not ok 2399 - defaults_parallel: should dump CREATE POLICY p2 ON test_table FOR SELECT
[15:12:05.513](0.000s) not ok 2400 - defaults_parallel: should dump CREATE POLICY p3 ON test_table FOR INSERT
[15:12:05.514](0.000s) not ok 2401 - defaults_parallel: should dump CREATE POLICY p4 ON test_table FOR UPDATE
[15:12:05.515](0.000s) not ok 2402 - defaults_parallel: should dump CREATE POLICY p5 ON test_table FOR DELETE
[15:12:05.515](0.000s) not ok 2403 - defaults_parallel: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE
[15:12:05.517](0.000s) not ok 2405 - defaults_parallel: should dump CREATE PUBLICATION pub1
[15:12:05.518](0.000s) not ok 2406 - defaults_parallel: should dump CREATE PUBLICATION pub2
[15:12:05.519](0.000s) not ok 2407 - defaults_parallel: should dump CREATE PUBLICATION pub3
[15:12:05.519](0.000s) not ok 2408 - defaults_parallel: should dump CREATE PUBLICATION pub4
[15:12:05.520](0.000s) not ok 2409 - defaults_parallel: should dump CREATE PUBLICATION pub5
[15:12:05.521](0.000s) not ok 2417 - defaults_parallel: should dump CREATE STATISTICS extended_stats_expression
[15:12:05.522](0.000s) not ok 2418 - defaults_parallel: should dump CREATE STATISTICS extended_stats_no_options
[15:12:05.522](0.000s) not ok 2419 - defaults_parallel: should dump CREATE STATISTICS extended_stats_options
[15:12:05.523](0.000s) not ok 2420 - defaults_parallel: should dump CREATE SUBSCRIPTION sub1
[15:12:05.523](0.000s) not ok 2421 - defaults_parallel: should dump CREATE SUBSCRIPTION sub2
[15:12:05.524](0.000s) not ok 2422 - defaults_parallel: should dump CREATE SUBSCRIPTION sub3
[15:12:05.528](0.000s) not ok 2427 - defaults_parallel: should dump CREATE TABLE table_with_stats
[15:12:05.534](0.000s) not ok 2448 - defaults_parallel: should dump CREATE TRIGGER test_trigger
[15:12:05.536](0.000s) not ok 2458 - defaults_parallel: should dump Check ordering of a function that depends on a prima...
[15:12:05.537](0.000s) not ok 2459 - defaults_parallel: should dump Check ordering of a matview that depends on a primar...
[15:12:05.538](0.000s) not ok 2460 - defaults_parallel: should dump Creation of row-level trigger in partitioned table
[15:12:05.542](0.000s) not ok 2480 - defaults_parallel: should dump Disabled trigger on partition is altered
[15:12:05.543](0.000s) not ok 2482 - defaults_parallel: should dump GRANT ALL ON LARGE OBJECT ...
[15:12:05.543](0.000s) not ok 2484 - defaults_parallel: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump...
[15:12:05.544](0.000s) not ok 2485 - defaults_parallel: should dump GRANT INSERT(col1) ON TABLE test_second_table
[15:12:05.544](0.000s) not ok 2486 - defaults_parallel: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO publi...
[15:12:05.545](0.000s) not ok 2487 - defaults_parallel: should dump GRANT SELECT ON TABLE measurement
[15:12:05.545](0.000s) not ok 2488 - defaults_parallel: should dump GRANT SELECT ON TABLE measurement_y2006m2
[15:12:05.546](0.000s) not ok 2489 - defaults_parallel: should dump GRANT SELECT ON TABLE test_table
[15:12:05.547](0.000s) not ok 2490 - defaults_parallel: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code
[15:12:05.548](0.000s) not ok 2491 - defaults_parallel: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy
[15:12:05.548](0.000s) not ok 2492 - defaults_parallel: should dump GRANT USAGE ON FOREIGN SERVER s1
[15:12:05.549](0.000s) not ok 2493 - defaults_parallel: should dump GRANT USAGE ON SCHEMA dump_test_second_schema
[15:12:05.550](0.000s) not ok 2495 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.int42
[15:12:05.550](0.000s) not ok 2496 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM
[15:12:05.551](0.000s) not ok 2497 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE
[15:12:05.553](0.000s) not ok 2506 - defaults_parallel: should dump LO create (with no data)
[15:12:05.554](0.000s) not ok 2509 - defaults_parallel: should dump REFRESH MATERIALIZED VIEW matview
[15:12:05.559](0.004s) not ok 2511 - defaults_parallel: should dump REFRESH MATERIALIZED VIEW matview_second
[15:12:05.560](0.000s) not ok 2513 - defaults_parallel: should dump REVOKE ALL ON SCHEMA public
[15:12:05.561](0.000s) not ok 2515 - defaults_parallel: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public
[15:12:05.564](0.000s) not ok 2517 - defaults_parallel: should dump REVOKE SELECT ON TABLE pg_proc FROM public
[15:12:05.565](0.000s) not ok 2518 - defaults_parallel: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public
[15:12:05.567](0.000s) not ok 2519 - defaults_parallel: should dump Replica trigger on partition is altered
[15:12:05.567](0.000s) not ok 2521 - defaults_parallel: should dump relstats_on_unanalyzed_tables
[15:12:05.568](0.000s) not ok 2522 - defaults_parallel: should dump statistics_import
[15:12:05.599](0.030s) not ok 2524 - defaults_public_owner: pg_dump runs
tap
[15:11:50.905](4.802s) not ok 1 - parallel dump
[15:11:50.965](0.059s) not ok 2 - parallel restore
[15:11:51.009](0.043s) not ok 3 - parallel dump as inserts
[15:11:51.072](0.062s) not ok 4 - parallel restore as inserts
tap
[15:11:58.636](2.473s) not ok 7 - parallel dump
[15:11:58.753](0.116s) not ok 8 - parallel restore
[15:11:58.895](0.142s) not ok 9 - parallel restore with create
[15:11:59.065](0.169s) not ok 10 - take full dump
[15:12:02.841](3.701s) not ok 11 - restore full dump using environment variables for connection parameters
[15:12:02.853](0.011s) not ok 12 - no dump errors
[15:12:06.148](3.262s) not ok 13 - restore full dump with command-line options for connection parameters
[15:12:06.149](0.000s) not ok 14 - no dump errors
tap
[15:05:24.878](58.364s) not ok 5 - regression tests pass
[15:05:40.589](3.906s) not ok 13 - run of pg_upgrade --check for new instance
[15:05:40.599](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[15:05:43.023](2.422s) not ok 15 - run of pg_upgrade for new instance
[15:05:43.025](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[15:05:43.659](0.077s) not ok 17 - check that locales in new cluster match original cluster
[15:05:45.239](0.031s) not ok 19 - old and new dumps match after pg_upgrade
tap
[15:10:22.653](347.215s) # poll_query_until timed out executing this query:
tap
[15:13:12.741](6.201s) not ok 1 - concurrent OID generation status (got 2 vs expected 0)
[15:13:12.742](0.000s) not ok 2 - concurrent OID generation stdout /(?^:processed: 125/125)/
[15:13:12.743](0.000s) not ok 3 - concurrent OID generation stderr /(?^:^$)/
tap
[15:05:54.304](3.338s) not ok 29 - pgbench run to cause pg_subtrans traffic status (got 2 vs expected 0)
[15:05:54.340](0.035s) Bail out!  pg_ctl stop failed
tap
[15:06:06.140](1.352s) Bail out!  aborting wait: program died
tap
[15:11:35.682](334.218s) # poll_query_until timed out executing this query:
tap
[15:07:01.144](42.738s) not ok 2 - regression tests pass
tap
[15:06:50.470](16.056s) Bail out!  aborting wait: program died
tap
[15:12:29.680](324.381s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
tap
[15:12:23.321](324.107s) # poll_query_until timed out executing this query:
tap
timed out waiting for match: (?^:slot synchronization worker will restart because of a parameter change) at C:/cirrus/sr...
tap
[15:13:35.802](2.164s) not ok 58 - parallel reindexdb on database, concurrently
[15:13:35.860](0.057s) not ok 59 - reindexdb --system --table test1 postgres exit code 0
[15:13:35.862](0.001s) not ok 60 - specify both --system and --table: SQL found in server log
[15:13:35.933](0.070s) not ok 61 - reindexdb --system --index test1x postgres exit code 0
[15:13:35.935](0.001s) not ok 62 - specify both --system and --index: SQL found in server log
[15:13:36.047](0.110s) not ok 63 - reindexdb --system --schema pg_catalog postgres exit code 0
[15:13:36.048](0.001s) not ok 64 - specify both --system and --schema: SQL found in server log
tap
[15:13:29.494](0.059s) not ok 18 - vacuumdb -Z postgres exit code 0
[15:13:29.496](0.001s) not ok 19 - vacuumdb -Z: SQL found in server log
[15:13:29.601](0.105s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0
[15:13:29.602](0.001s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log
[15:13:29.701](0.098s) not ok 22 - vacuumdb --skip-locked postgres exit code 0
[15:13:29.702](0.001s) not ok 23 - vacuumdb --skip-locked: SQL found in server log
[15:13:29.785](0.082s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0
[15:13:29.786](0.001s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log
[15:13:29.959](0.089s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0
[15:13:29.960](0.001s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log
[15:13:30.216](0.106s) not ok 30 - vacuumdb --no-truncate postgres exit code 0
[15:13:30.217](0.001s) not ok 31 - vacuumdb --no-truncate: SQL found in server log
[15:13:30.390](0.107s) not ok 33 - vacuumdb --no-process-main postgres exit code 0
[15:13:30.391](0.001s) not ok 34 - vacuumdb --no-process-main: SQL found in server log
[15:13:30.488](0.053s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0
[15:13:30.490](0.001s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log
[15:13:30.580](0.054s) not ok 39 - vacuumdb --parallel 2 postgres exit code 0
[15:13:30.581](0.001s) not ok 40 - vacuumdb -P 2: SQL found in server log
[15:13:30.692](0.109s) not ok 41 - vacuumdb --parallel 0 postgres exit code 0
[15:13:30.693](0.001s) not ok 42 - vacuumdb -P 0: SQL found in server log
[15:13:30.733](0.039s) not ok 43 - vacuumdb with connection string
[15:13:30.965](0.128s) not ok 45 - trailing command in "-t", with COLUMNS
tap
[15:33:53.276](4.061s) Bail out!  pg_ctl restart failed
tap
[15:19:07.087](290.609s) # poll_query_until timed out executing this query:
tap
[15:19:05.546](286.888s) # poll_query_until timed out executing this query:
tap
[15:19:05.865](286.179s) # poll_query_until timed out executing this query:
tap
[15:19:11.894](287.523s) # poll_query_until timed out executing this query:
tap
[15:19:10.436](283.136s) # poll_query_until timed out executing this query:
tap
[15:19:19.010](283.385s) # poll_query_until timed out executing this query:
tap
[15:21:58.890](284.032s) # poll_query_until timed out executing this query:
tap
[15:23:51.649](284.490s) # poll_query_until timed out executing this query:
tap
[15:23:51.919](284.187s) # poll_query_until timed out executing this query:
tap
[15:23:56.204](285.226s) # poll_query_until timed out executing this query:
tap
[15:23:55.707](283.044s) # poll_query_until timed out executing this query:
tap
[15:23:57.293](283.340s) # poll_query_until timed out executing this query:
tap
[15:24:02.138](281.721s) # poll_query_until timed out executing this query:
tap
[15:26:44.351](283.895s) # poll_query_until timed out executing this query:
tap
[15:28:36.789](283.346s) # poll_query_until timed out executing this query:
tap
[15:28:37.266](283.620s) # poll_query_until timed out executing this query:
tap
[15:28:41.622](283.171s) # poll_query_until timed out executing this query:
tap
[15:28:44.749](282.371s) # poll_query_until timed out executing this query:
tap
[15:28:48.341](281.905s) # poll_query_until timed out executing this query:
tap
[15:28:50.344](279.217s) # poll_query_until timed out executing this query:
tap
[15:30:25.023](279.967s) # poll_query_until timed out executing this query:
tap
[15:31:25.307](279.441s) # poll_query_until timed out executing this query:
tap
[15:33:17.739](279.419s) # poll_query_until timed out executing this query:
tap
[15:33:21.289](282.380s) # poll_query_until timed out executing this query:
tap
[15:33:23.336](278.189s) # poll_query_until timed out executing this query:
tap
[15:33:24.947](278.617s) # poll_query_until timed out executing this query:
tap
[15:33:29.974](280.215s) # poll_query_until timed out executing this query:
tap
[15:33:31.843](279.914s) # poll_query_until timed out executing this query:
tap
[15:33:53.649](0.016s) not ok 1025 - heavily nested array, chunk size 64: test succeeds
[15:33:53.650](0.000s) not ok 1026 - heavily nested array, chunk size 64: no error output
[15:33:53.665](0.014s) not ok 1027 - heavily nested array, chunk size 63: test succeeds
[15:33:53.665](0.000s) not ok 1028 - heavily nested array, chunk size 63: no error output
[15:33:53.682](0.017s) not ok 1029 - heavily nested array, chunk size 62: test succeeds
[15:33:53.683](0.000s) not ok 1030 - heavily nested array, chunk size 62: no error output
[15:33:53.714](0.031s) not ok 1031 - heavily nested array, chunk size 61: test succeeds
[15:33:53.715](0.000s) not ok 1032 - heavily nested array, chunk size 61: no error output
[15:33:53.744](0.029s) not ok 1033 - heavily nested array, chunk size 60: test succeeds
[15:33:53.745](0.000s) not ok 1034 - heavily nested array, chunk size 60: no error output
[15:33:53.765](0.017s) not ok 1035 - heavily nested array, chunk size 59: test succeeds
[15:33:53.766](0.000s) not ok 1036 - heavily nested array, chunk size 59: no error output
[15:33:53.791](0.025s) not ok 1037 - heavily nested array, chunk size 58: test succeeds
[15:33:53.797](0.001s) not ok 1038 - heavily nested array, chunk size 58: no error output
[15:33:53.824](0.025s) not ok 1039 - heavily nested array, chunk size 57: test succeeds
[15:33:53.825](0.000s) not ok 1040 - heavily nested array, chunk size 57: no error output
[15:33:53.857](0.032s) not ok 1041 - heavily nested array, chunk size 56: test succeeds
[15:33:53.858](0.000s) not ok 1042 - heavily nested array, chunk size 56: no error output
[15:33:53.889](0.031s) not ok 1043 - heavily nested array, chunk size 55: test succeeds
[15:33:53.890](0.000s) not ok 1044 - heavily nested array, chunk size 55: no error output
[15:33:53.918](0.028s) not ok 1045 - heavily nested array, chunk size 54: test succeeds
[15:33:53.919](0.000s) not ok 1046 - heavily nested array, chunk size 54: no error output
[15:33:53.934](0.015s) not ok 1047 - heavily nested array, chunk size 53: test succeeds
[15:33:53.935](0.000s) not ok 1048 - heavily nested array, chunk size 53: no error output
[15:33:53.950](0.015s) not ok 1049 - heavily nested array, chunk size 52: test succeeds
[15:33:53.951](0.000s) not ok 1050 - heavily nested array, chunk size 52: no error output
[15:33:53.966](0.015s) not ok 1051 - heavily nested array, chunk size 51: test succeeds
[15:33:53.967](0.000s) not ok 1052 - heavily nested array, chunk size 51: no error output
[15:33:53.983](0.015s) not ok 1053 - heavily nested array, chunk size 50: test succeeds
[15:33:53.983](0.000s) not ok 1054 - heavily nested array, chunk size 50: no error output
[15:33:53.999](0.015s) not ok 1055 - heavily nested array, chunk size 49: test succeeds
[15:33:54.000](0.000s) not ok 1056 - heavily nested array, chunk size 49: no error output
[15:33:54.029](0.029s) not ok 1057 - heavily nested array, chunk size 48: test succeeds
[15:33:54.030](0.000s) not ok 1058 - heavily nested array, chunk size 48: no error output
[15:33:54.060](0.030s) not ok 1059 - heavily nested array, chunk size 47: test succeeds
[15:33:54.061](0.000s) not ok 1060 - heavily nested array, chunk size 47: no error output
[15:33:54.076](0.015s) not ok 1061 - heavily nested array, chunk size 46: test succeeds
[15:33:54.076](0.000s) not ok 1062 - heavily nested array, chunk size 46: no error output
[15:33:54.093](0.016s) not ok 1063 - heavily nested array, chunk size 45: test succeeds
[15:33:54.093](0.000s) not ok 1064 - heavily nested array, chunk size 45: no error output
[15:33:54.108](0.015s) not ok 1065 - heavily nested array, chunk size 44: test succeeds
[15:33:54.109](0.000s) not ok 1066 - heavily nested array, chunk size 44: no error output
[15:33:54.124](0.015s) not ok 1067 - heavily nested array, chunk size 43: test succeeds
[15:33:54.125](0.000s) not ok 1068 - heavily nested array, chunk size 43: no error output
tap
[15:33:50.611](1.744s) not ok 282 - defaults_parallel: pg_dump runs
[15:33:50.674](0.023s) not ok 323 - defaults_tar_format: pg_dump runs
[15:33:50.695](0.021s) not ok 324 - defaults_tar_format: pg_restore runs
test
[15:33:59.369]   8/329 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[15:33:59.369]  10/329 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[15:33:59.369]  14/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[15:33:59.369]   6/329 postgresql:regress / regress/regress                                            ERROR            ...
[15:33:59.369]  21/329 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[15:33:59.369]  28/329 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[15:33:59.369]  37/329 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[15:33:59.369]  39/329 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[15:33:59.369]  42/329 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[15:33:59.369]  43/329 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[15:33:59.369]   5/329 postgresql:isolation / isolation/isolation                                      ERROR           1...
[15:33:59.369]  64/329 postgresql:dblink / dblink/regress                                              ERROR            ...
[15:33:59.369]  78/329 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[15:33:59.369]  82/329 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[15:33:59.369]  85/329 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[15:33:59.369]  87/329 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[15:33:59.369]  91/329 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[15:33:59.369]  94/329 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[15:33:59.369]  99/329 postgresql:brin / brin/isolation                                                ERROR            ...
[15:33:59.369]  95/329 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[15:33:59.369] 103/329 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[15:33:59.369] 108/329 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[15:33:59.369] 116/329 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[15:33:59.369] 150/329 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR           3...
[15:33:59.369] 157/329 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           2...
[15:33:59.369] 165/329 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR           3...
[15:33:59.369] 174/329 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[15:33:59.369] 179/329 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[15:33:59.369] 176/329 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[15:33:59.369] 180/329 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR           3...
[15:33:59.369] 182/329 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           3...
[15:33:59.369] 208/329 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[15:33:59.369] 219/329 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[15:33:59.369] 224/329 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[15:33:59.369] 227/329 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[15:33:59.369] 234/329 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[15:33:59.369] 242/329 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[15:33:59.369] 243/329 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[15:33:59.369] 244/329 postgresql:authentication / authentication/001_password                         ERROR            ...
[15:33:59.369] 256/329 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[15:33:59.369] 257/329 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[15:33:59.369] 258/329 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           4...
[15:33:59.369] 259/329 postgresql:subscription / subscription/002_types                                ERROR           2...
[15:33:59.369] 260/329 postgresql:subscription / subscription/003_constraints                          ERROR           2...
[15:33:59.369] 261/329 postgresql:subscription / subscription/001_rep_changes                          ERROR           2...
[15:33:59.369] 263/329 postgresql:subscription / subscription/006_rewrite                              ERROR           2...
[15:33:59.369] 264/329 postgresql:subscription / subscription/005_encoding                             ERROR           2...
[15:33:59.369] 265/329 postgresql:subscription / subscription/008_diff_schema                          ERROR           2...
[15:33:59.369] 266/329 postgresql:subscription / subscription/009_matviews                             ERROR           2...
[15:33:59.369] 267/329 postgresql:subscription / subscription/010_truncate                             ERROR           2...
[15:33:59.369] 268/329 postgresql:subscription / subscription/011_generated                            ERROR           2...
[15:33:59.369] 269/329 postgresql:subscription / subscription/014_binary                               ERROR           2...
[15:33:59.369] 270/329 postgresql:subscription / subscription/013_partition                            ERROR           2...
[15:33:59.369] 271/329 postgresql:subscription / subscription/015_stream                               ERROR           2...
[15:33:59.369] 272/329 postgresql:subscription / subscription/020_messages                             ERROR            ...
[15:33:59.369] 273/329 postgresql:subscription / subscription/016_stream_subxact                       ERROR           2...
[15:33:59.369] 274/329 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[15:33:59.369] 275/329 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[15:33:59.369] 135/329 postgresql:ecpg / ecpg/ecpg                                                     TIMEOUT        10...
[15:33:59.369] 276/329 postgresql:subscription / subscription/017_stream_ddl                           ERROR           2...
[15:33:59.369] 277/329 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR           2...
[15:33:59.369] 278/329 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR           2...
[15:33:59.369] 279/329 postgresql:subscription / subscription/021_twophase                             ERROR           2...
[15:33:59.369] 280/329 postgresql:subscription / subscription/023_twophase_stream                      ERROR           2...
[15:33:59.369] 281/329 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR           2...
[15:33:59.369] 282/329 postgresql:subscription / subscription/026_stats                                ERROR           2...
[15:33:59.369] 283/329 postgresql:subscription / subscription/027_nosuperuser                          ERROR           2...
[15:33:59.369] 284/329 postgresql:subscription / subscription/028_row_filter                           ERROR           2...
[15:33:59.369] 285/329 postgresql:subscription / subscription/029_on_error                             ERROR           2...
[15:33:59.369] 287/329 postgresql:subscription / subscription/030_origin                               ERROR           2...
[15:33:59.369] 288/329 postgresql:subscription / subscription/031_column_list                          ERROR           2...
[15:33:59.369] 289/329 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           2...
[15:33:59.369] 292/329 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR           2...
[15:33:59.369] 297/329 postgresql:subscription / subscription/034_temporal                             ERROR           2...
[15:33:59.369] 308/329 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[15:33:59.369] 314/329 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[15:33:59.369] 319/329 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[15:33:59.369] 320/329 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[15:33:59.369] 323/329 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[15:33:59.369] 324/329 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[15:33:59.369] 325/329 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[15:33:59.369] 321/329 postgresql:test_json_parser / test_json_parser/002_inline                       ERROR            ...
52/5620 Improve monitoring of shared memory allocations
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:52:37.701](0.001s) not ok 5 - reserved_connections limit: matches
test
[14:55:07.244] 251/329 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
52/5447 log_min_messages per backend type
FreeBSD - Meson
core
[13:10:54.675] #0  pg_strcasecmp (s1=<optimized out>, s2=<optimized out>, s2@entry=0x119bcea32c98 "checkpointer") at ../...
[13:10:54.675] #1  0x000000000076a01c in check_log_min_messages (newval=<optimized out>, extra=0x8212b3d08, source=<opti...
[13:10:54.675] #2  0x0000000000ae4164 in call_string_check_hook (conf=conf@entry=0xbe2860 <ConfigureNamesString+2800>, n...
[13:10:54.675] #3  0x0000000000ae3a19 in parse_and_validate_value (record=record@entry=0xbe2860 <ConfigureNamesString+28...
[13:10:54.675] #4  0x0000000000ae2ba6 in set_config_with_handle (name=<optimized out>, handle=handle@entry=0x0, value=va...
[13:10:54.675] #5  0x0000000000adeec2 in set_config_option (name=<optimized out>, value=0x119bcea32838 "checkpointer:deb...
[13:10:54.675] #6  0x0000000000ae7bbe in ExecSetVariableStmt (stmt=stmt@entry=0x119bce225d78, isTopLevel=<optimized out>...
[13:10:54.675] #7  0x000000000096c53c in standard_ProcessUtility (pstmt=0x119bce225468, queryString=0x119bce224100 "SET ...
[13:10:54.675] #8  0x000000000096bee8 in ProcessUtility (pstmt=0x0, queryString=0x0, readOnlyTree=<optimized out>, conte...
[13:10:54.675] #9  0x000000000096b98c in PortalRunUtility (portal=0x119bce361100, pstmt=0x119bce225468, isTopLevel=<opti...
core
[13:10:54.965] #0  pg_strcasecmp (s1=<optimized out>, s2=<optimized out>, s2@entry=0x2ffb2bc20498 "checkpointer") at ../...
[13:10:54.965] #1  0x000000000076a01c in check_log_min_messages (newval=<optimized out>, extra=0x821206518, source=<opti...
[13:10:54.965] #2  0x0000000000ae4164 in call_string_check_hook (conf=conf@entry=0xbe2860 <ConfigureNamesString+2800>, n...
[13:10:54.965] #3  0x0000000000ae3a19 in parse_and_validate_value (record=record@entry=0xbe2860 <ConfigureNamesString+28...
[13:10:54.965] #4  0x0000000000ae2ba6 in set_config_with_handle (name=<optimized out>, handle=handle@entry=0x0, value=va...
[13:10:54.965] #5  0x0000000000adeec2 in set_config_option (name=<optimized out>, value=0x2ffb2bc20038 "checkpointer:deb...
[13:10:54.965] #6  0x0000000000ae7bbe in ExecSetVariableStmt (stmt=stmt@entry=0x2ffb2b425fd8, isTopLevel=<optimized out>...
[13:10:54.965] #7  0x000000000096c53c in standard_ProcessUtility (pstmt=pstmt@entry=0x2ffb2b425468, queryString=queryStr...
[13:10:54.965] #8  0x00000008357fc05c in pgss_ProcessUtility (pstmt=0x2ffb2b425468, queryString=0x2ffb2b424100 "SET log_...
[13:10:54.965] #9  0x000000000096b98c in PortalRunUtility (portal=0x2ffb2b50b100, pstmt=0x2ffb2b425468, isTopLevel=<opti...
core
[13:10:54.346] #0  pg_strcasecmp (s1=<optimized out>, s2=<optimized out>, s2@entry=0x291feb432498 "checkpointer") at ../...
[13:10:54.346] #1  0x000000000076a01c in check_log_min_messages (newval=<optimized out>, extra=0x8211cb0f8, source=<opti...
[13:10:54.346] #2  0x0000000000ae4164 in call_string_check_hook (conf=conf@entry=0xbe2860 <ConfigureNamesString+2800>, n...
[13:10:54.346] #3  0x0000000000ae3a19 in parse_and_validate_value (record=record@entry=0xbe2860 <ConfigureNamesString+28...
[13:10:54.346] #4  0x0000000000ae2ba6 in set_config_with_handle (name=<optimized out>, handle=handle@entry=0x0, value=va...
[13:10:54.346] #5  0x0000000000adeec2 in set_config_option (name=<optimized out>, value=0x291feb432038 "checkpointer:deb...
[13:10:54.346] #6  0x0000000000ae7bbe in ExecSetVariableStmt (stmt=stmt@entry=0x291feac25d78, isTopLevel=<optimized out>...
[13:10:54.346] #7  0x000000000096c53c in standard_ProcessUtility (pstmt=0x291feac25468, queryString=0x291feac24100 "SET ...
[13:10:54.346] #8  0x000000000096bee8 in ProcessUtility (pstmt=0x0, queryString=0x0, readOnlyTree=<optimized out>, conte...
[13:10:54.346] #9  0x000000000096b98c in PortalRunUtility (portal=0x291fead0d100, pstmt=0x291feac25468, isTopLevel=<opti...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:51.580056000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-03-31 13:05:16.781059...
@@ -1655,1504 +1655,10 @@
 DETAIL:  Key (a, b)=(2500, 2502) is still referenced from table "fk_partitioned_fk".
 -- check psql behavior
 \d fk_notpartitioned_pk
-        Table "public.fk_notpartitioned_pk"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           | not null | 
- b      | integer |           | not null | 
-Indexes:
-    "fk_notpartitioned_pk_pkey" PRIMARY KEY, btree (a, b)
-Referenced by:
-    TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_p...
-
-ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey;
--- done.
-DROP TABLE fk_notpartitioned_pk, fk_partitioned_fk;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:51.580056000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-03-31 13:06:24.5534...
@@ -463,2696 +463,10 @@
 DETAIL:  Key (ftest1, ftest2, ftest3)=(1, 2, 7) is not present in table "pktable".
 -- Show FKTABLE
 SELECT * from FKTABLE;
- ftest1 | ftest2 | ftest3 | ftest4 
---------+--------+--------+--------
-      1 |      2 |      3 |      1
-        |      2 |      3 |      2
-      2 |        |      3 |      3
-        |      2 |      7 |      4
-        |      3 |      4 |      5
-(5 rows)
-
--- Try to update something that will cascade
-UPDATE PKTABLE set ptest2=5 where ptest2=2;
--- Try to update something that should not cascade
-UPDATE PKTABLE set ptest1=1 WHERE ptest2=3;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:51.580056000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/foreign_key.out	2025-03-31 13:05:17.957558000 +0000
@@ -1862,1297 +1862,10 @@
 INSERT INTO fk_notpartitioned_pk VALUES (2501, 142857);
 UPDATE fk_notpartitioned_pk SET a = 1500 WHERE a = 2502;
 SELECT * FROM fk_partitioned_fk WHERE b = 142857;
-  a   |   b    
-------+--------
- 2501 | 142857
-(1 row)
-
--- ON DELETE SET NULL column_list
-ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey;
-ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b)
-  REFERENCES fk_notpartitioned_pk
-  ON DELETE SET NULL (a);
-BEGIN;
-DELETE FROM fk_notpartitioned_pk WHERE b = 142857;
-SELECT * FROM fk_partitioned_fk WHERE a IS NOT NULL OR b IS NOT NULL ORDER BY a NULLS LAST;
...
tap
[13:05:18.305](110.399s) not ok 5 - regression tests pass
[13:05:42.689](1.205s) not ok 13 - run of pg_upgrade --check for new instance
[13:05:42.689](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:05:43.547](0.858s) not ok 15 - run of pg_upgrade for new instance
[13:05:43.548](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:05:43.707](0.049s) not ok 17 - check that locales in new cluster match original cluster
[13:05:45.911](0.056s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:06:25.489](135.178s) not ok 2 - regression tests pass
test
[13:08:23.125]  85/334 postgresql:regress / regress/regress                                            ERROR           1...
[13:08:23.125]  86/334 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:08:23.125] 183/334 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[13:13:51.348] #0  0x00007fbe7daabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:51.348] #1  0x00007fbe7da5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:51.348] #2  0x00007fbe7da47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:51.348] #3  0x00007fbe7ecd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:13:51.348] #4  0x00007fbe7ece2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:13:51.348] #5  0x00007fbe7ecc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fbe7d1fef4e, __in_ch...
[13:13:51.348] #6  0x00007fbe7ecbe6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[13:13:51.348] #7  0x00007fbe7ecbd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fbe7d1ffbf0, cont...
[13:13:51.348] #8  <signal handler called>
[13:13:51.348] #9  0x0000556a5ad22598 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=s2@entry...
core
[13:13:49.423] #0  0x00007f06717dbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:49.423] #1  0x00007f067178cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:49.423] #2  0x00007f0671777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:49.423] #3  0x00007f06728d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:13:49.423] #4  0x00007f06728e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:13:49.423] #5  0x00007f06728c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f066eaa8f4e, __in_ch...
[13:13:49.423] #6  0x00007f06728be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[13:13:49.423] #7  0x00007f06728bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f066eaa9bf0, cont...
[13:13:49.423] #8  <signal handler called>
[13:13:49.423] #9  0x000055d80dd19598 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=s2@entry...
core
[13:13:50.854] #0  0x00007fd4866abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:50.854] #1  0x00007fd48665cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:50.854] #2  0x00007fd486647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:13:50.854] #3  0x00007fd4878d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:13:50.854] #4  0x00007fd4878e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:13:50.854] #5  0x00007fd4878c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fd48605af4e, __in_ch...
[13:13:50.854] #6  0x00007fd4878be6ae in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_...
[13:13:50.854] #7  0x00007fd4878bd462 in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fd48605bbf0, cont...
[13:13:50.854] #8  <signal handler called>
[13:13:50.854] #9  0x00005614837f3598 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=s2@entry...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:52.712197600 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/foreign_key.out	2025-03-31 13:09:14.065617248 +0000
@@ -1932,1227 +1932,10 @@
 -- partitions.
 CREATE TABLE fk_partitioned_fk_2 PARTITION OF fk_partitioned_fk FOR VALUES IN (1500,1502);
 ALTER TABLE fk_partitioned_fk DETACH PARTITION fk_partitioned_fk_2;
-BEGIN;
-DROP TABLE fk_partitioned_fk;
--- constraint should still be there
-\d fk_partitioned_fk_2;
-        Table "public.fk_partitioned_fk_2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           |          | 2501
- b      | integer |           |          | 142857
-Foreign-key constraints:
-    "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE C...
-
-ROLLBACK;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:52.712197600 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/foreign_key.out	2025-03-31 13:10:37.897105657 +0000
@@ -794,2365 +794,10 @@
 (2 rows)
 
 DROP TABLE FKTABLE;
-DROP TABLE PKTABLE;
--- Test some invalid FK definitions
-CREATE TABLE PKTABLE (ptest1 int PRIMARY KEY, someoid oid);
-CREATE TABLE FKTABLE_FAIL1 ( ftest1 int, CONSTRAINT fkfail1 FOREIGN KEY (ftest2) REFERENCES PKTABLE);
-ERROR:  column "ftest2" referenced in foreign key constraint does not exist
-CREATE TABLE FKTABLE_FAIL2 ( ftest1 int, CONSTRAINT fkfail1 FOREIGN KEY (ftest1) REFERENCES PKTABLE(ptest2));
-ERROR:  column "ptest2" referenced in foreign key constraint does not exist
-CREATE TABLE FKTABLE_FAIL3 ( ftest1 int, CONSTRAINT fkfail1 FOREIGN KEY (tableoid) REFERENCES PKTABLE(someoid));
-ERROR:  system columns cannot be used in foreign keys
-CREATE TABLE FKTABLE_FAIL4 ( ftest1 oid, CONSTRAINT fkfail1 FOREIGN KEY (ftest1) REFERENCES PKTABLE(tableoid));
-ERROR:  system columns cannot be used in foreign keys
-DROP TABLE PKTABLE;
--- Test for referencing column number smaller than referenced constraint
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/test/regress/results/fo...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:52.712197600 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/foreign_key.out	2025-03-31 13:07:00.464249992 +0000
@@ -2461,698 +2461,10 @@
 CREATE TABLE ffk1 PARTITION OF ffk FOR VALUES IN (1);
 ALTER TABLE ffk1 ADD FOREIGN KEY (a) REFERENCES pk;
 ALTER TABLE ffk DETACH PARTITION ffk1;
-DROP TABLE ffk, ffk1;
-CREATE SCHEMA fkpart4;
-SET search_path TO fkpart4;
--- dropping/detaching PARTITIONs is prevented if that would break
--- a foreign key's existing data
-CREATE TABLE droppk (a int PRIMARY KEY) PARTITION BY RANGE (a);
-CREATE TABLE droppk1 PARTITION OF droppk FOR VALUES FROM (0) TO (1000);
-CREATE TABLE droppk_d PARTITION OF droppk DEFAULT;
-CREATE TABLE droppk2 PARTITION OF droppk FOR VALUES FROM (1000) TO (2000)
-  PARTITION BY RANGE (a);
-CREATE TABLE droppk21 PARTITION OF droppk2 FOR VALUES FROM (1000) TO (1400);
-CREATE TABLE droppk2_d PARTITION OF droppk2 DEFAULT;
-INSERT into droppk VALUES (1), (1000), (1500), (2000);
...
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/port/pgstrcasecmp.c:40 in pg_strcasecmp
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/port/pgstrcasecmp.c:40 in pg_strcasecmp
sanitizer
SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/port/pgstrcasecmp.c:40 in pg_strcasecmp
tap
[13:09:15.091](92.761s) not ok 5 - regression tests pass
[13:09:24.324](1.265s) not ok 13 - run of pg_upgrade --check for new instance
[13:09:24.324](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:09:25.114](0.790s) not ok 15 - run of pg_upgrade for new instance
[13:09:25.114](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:09:25.298](0.048s) not ok 17 - check that locales in new cluster match original cluster
[13:09:25.889](0.063s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:10:38.476](47.302s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
core
[13:14:09.249] #0  0x00007f384eea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:09.249] #1  0x00007f384ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:09.249] #2  0x00007f384ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:09.249] #3  0x00007f384f01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:14:09.249] #4  0x00007f384f02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:14:09.249] #5  0x00007f384f00d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563708d217a0,...
[13:14:09.249] #6  0x000056370822eaf0 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=<optimiz...
[13:14:09.249] #7  0x0000563707ab3214 in check_log_min_messages (newval=<optimized out>, extra=0x7fff3c542a40, source=<o...
[13:14:09.249] #8  0x00005637081ca4be in call_string_check_hook (conf=conf@entry=0x563708ce2a50 <ConfigureNamesString+28...
[13:14:09.249] #9  0x00005637081cfd69 in parse_and_validate_value (record=record@entry=0x563708ce2a50 <ConfigureNamesStr...
core
[13:14:10.758] #0  0x00007f5bbf8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.758] #1  0x00007f5bbf85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.758] #2  0x00007f5bbf845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.758] #3  0x00007f5bbfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:14:10.758] #4  0x00007f5bbfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:14:10.758] #5  0x00007f5bbfa0d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55b98583f7a0,...
[13:14:10.758] #6  0x000055b984d4caf0 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=<optimiz...
[13:14:10.758] #7  0x000055b9845d1214 in check_log_min_messages (newval=<optimized out>, extra=0x7ffd78836bc0, source=<o...
[13:14:10.758] #8  0x000055b984ce84be in call_string_check_hook (conf=conf@entry=0x55b985800a50 <ConfigureNamesString+28...
[13:14:10.758] #9  0x000055b984cedd69 in parse_and_validate_value (record=record@entry=0x55b985800a50 <ConfigureNamesStr...
core
[13:14:06.242] #0  0x00007f9152a60dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:06.242] #1  0x00007f9152a0d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:06.242] #2  0x00007f9152a0d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:06.242] #3  0x00005569073475c1 in ?? ()
[13:14:06.242] #4  0x0000556907341369 in ?? ()
[13:14:06.242] #5  0x000055690734020f in ?? ()
[13:14:06.242] #6  0x0000556907340c3b in ?? ()
[13:14:06.242] #7  0x000055690733e66f in ?? ()
[13:14:06.242] #8  0x00007f91529f824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:06.242] #9  0x00007f91529f8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:14:07.745] #0  0x00007fc792ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:07.745] #1  0x00007fc792e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:07.745] #2  0x00007fc792e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:07.745] #3  0x00007fc79301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[13:14:07.745] #4  0x00007fc79302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[13:14:07.745] #5  0x00007fc79300d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x5558005b67a0,...
[13:14:07.745] #6  0x00005557ffac3af0 in pg_strcasecmp (s1=0x1 <error: Cannot access memory at address 0x1>, s2=<optimiz...
[13:14:07.745] #7  0x00005557ff348214 in check_log_min_messages (newval=<optimized out>, extra=0x7ffc40ef1c70, source=<o...
[13:14:07.745] #8  0x00005557ffa5f4be in call_string_check_hook (conf=conf@entry=0x555800577a50 <ConfigureNamesString+28...
[13:14:07.745] #9  0x00005557ffa64d69 in parse_and_validate_value (record=record@entry=0x555800577a50 <ConfigureNamesStr...
core
[13:14:10.905] #0  <unavailable> in ?? ()
core
[13:14:10.905] #0  0x00007f9152a60dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.905] #1  0x00007f9152a0d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.905] #2  0x00007f9152a0d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.905] #3  0x00005569073475f3 in ?? ()
[13:14:10.905] #4  0x0000556907341369 in ?? ()
[13:14:10.905] #5  0x000055690734020f in ?? ()
[13:14:10.905] #6  0x0000556907340c3b in ?? ()
[13:14:10.905] #7  0x000055690733e66f in ?? ()
[13:14:10.905] #8  0x00007f91529f824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:14:10.905] #9  0x00007f91529f8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:52.049227998 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-03-31 13:07:18.306039...
@@ -1894,1265 +1894,10 @@
 INSERT INTO fk_partitioned_fk VALUES (500, 100000);
 DELETE FROM fk_notpartitioned_pk WHERE a = 500;
 SELECT * FROM fk_partitioned_fk ORDER BY a;
-  a   |   b    
-------+--------
- 2501 | 100000
-(1 row)
-
-ROLLBACK;
--- ON UPDATE/DELETE CASCADE
-ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey;
-ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b)
-  REFERENCES fk_notpartitioned_pk
-  ON DELETE CASCADE ON UPDATE CASCADE;
-UPDATE fk_notpartitioned_pk SET a = 2502 WHERE a = 2501;
-SELECT * FROM fk_partitioned_fk WHERE b = 142857;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:52.049227998 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-03-31 13:08:24.0303...
@@ -933,2226 +933,10 @@
 --  let's make a valid row for that
 insert into pktable(base1) values (3);
 insert into fktable(ftest1) values (3);
--- let's try removing a row that should fail from pktable
-delete from pktable where base1>2;
-ERROR:  update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_fkey" on table "fktable"
-DETAIL:  Key (base1)=(3) is still referenced from table "fktable".
--- okay, let's try updating all of the base1 values to *4
--- which should fail.
-update pktable set base1=base1*4;
-ERROR:  update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_fkey" on table "fktable"
-DETAIL:  Key (base1)=(3) is still referenced from table "fktable".
--- okay, let's try an update that should work.
-update pktable set base1=base1*4 where base1<3;
--- and a delete that should work
-delete from pktable where base1>3;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:52.049227998 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/foreign_key.out	2025-03-31 13:07:12.810021589 +0000
@@ -2272,887 +2272,10 @@
 create table fkpart0.fk_part_56_5 partition of fkpart0.fk_part_56
     for values in (5);
 \d fkpart0.fk_part_56
-      Partitioned table "fkpart0.fk_part_56"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           |          | 
-Partition of: fkpart0.fk_part FOR VALUES IN (5, 6)
-Partition key: LIST (a)
-Foreign-key constraints:
-    TABLE "fkpart0.fk_part" CONSTRAINT "fk_part_a_fkey" FOREIGN KEY (a) REFERENCES fkpart0.pkey(a)
-Number of partitions: 1 (Use \d+ to list them.)
-
-alter table fkpart0.fk_part_56 drop constraint fk_part_a_fkey;
-ERROR:  cannot drop inherited constraint "fk_part_a_fkey" of relation "fk_part_56"
-alter table fkpart0.fk_part_56_5 drop constraint fk_part_a_fkey;
...
tap
[13:07:19.901](60.523s) not ok 5 - regression tests pass
[13:07:30.506](1.811s) not ok 13 - run of pg_upgrade --check for new instance
[13:07:30.507](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:07:31.975](1.467s) not ok 15 - run of pg_upgrade for new instance
[13:07:31.976](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:07:32.432](0.087s) not ok 17 - check that locales in new cluster match original cluster
[13:07:33.264](0.163s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:08:26.132](58.708s) not ok 2 - regression tests pass
test
[13:11:36.663]  21/335 postgresql:regress / regress/regress                                            ERROR            ...
[13:11:36.663]  25/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:11:36.663]  92/335 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
core
[13:12:36.054]   * frame #0: 0x000000010506dfb4 postgres`pg_strcasecmp(s1=0x0000000000000000, s2="checkpointer") at pgst...
[13:12:36.054]     frame #1: 0x0000000104d2e380 postgres`check_log_min_messages(newval=<unavailable>, extra=0x000000016b...
[13:12:36.054]     frame #2: 0x00000001050428e8 postgres`call_string_check_hook(conf=0x00000001054188b0, newval=0x000000...
[13:12:36.054]     frame #3: 0x00000001050421ec postgres`parse_and_validate_value(record=0x00000001054188b0, value=<unav...
[13:12:36.054]     frame #4: 0x0000000105041370 postgres`set_config_with_handle(name=<unavailable>, handle=<unavailable>...
[13:12:36.054]     frame #5: 0x000000010503da48 postgres`set_config_option(name="log_min_messages", value="checkpointer:...
[13:12:36.054]     frame #6: 0x000000010504597c postgres`ExecSetVariableStmt(stmt=0x000000011d809468, isTopLevel=<unavai...
[13:12:36.054]     frame #7: 0x0000000104ef5788 postgres`standard_ProcessUtility(pstmt=0x000000011d809518, queryString="...
[13:12:36.054]     frame #8: 0x000000010579422c pg_stat_statements.dylib`pgss_ProcessUtility(pstmt=0x000000011d809518, q...
[13:12:36.054]     frame #9: 0x0000000104ef514c postgres`PortalRunUtility(portal=0x000000011e834500, pstmt=0x000000011d8...
core
[13:11:25.126]   * frame #0: 0x0000000103011fb4 postgres`pg_strcasecmp(s1=0x0000000000000000, s2="checkpointer") at pgst...
[13:11:25.126]     frame #1: 0x0000000102cd2380 postgres`check_log_min_messages(newval=<unavailable>, extra=0x000000016d...
[13:11:25.126]     frame #2: 0x0000000102fe68e8 postgres`call_string_check_hook(conf=0x00000001033bc8b0, newval=0x000000...
[13:11:25.126]     frame #3: 0x0000000102fe61ec postgres`parse_and_validate_value(record=0x00000001033bc8b0, value=<unav...
[13:11:25.126]     frame #4: 0x0000000102fe5370 postgres`set_config_with_handle(name=<unavailable>, handle=<unavailable>...
[13:11:25.126]     frame #5: 0x0000000102fe1a48 postgres`set_config_option(name="log_min_messages", value="checkpointer:...
[13:11:25.126]     frame #6: 0x0000000102fe997c postgres`ExecSetVariableStmt(stmt=0x000000011e00ee68, isTopLevel=<unavai...
[13:11:25.126]     frame #7: 0x0000000102e99788 postgres`standard_ProcessUtility(pstmt=0x000000011e00ef18, queryString="...
[13:11:25.126]     frame #8: 0x0000000102e99554 postgres`ProcessUtility(pstmt=<unavailable>, queryString=<unavailable>, ...
[13:11:25.126]     frame #9: 0x0000000102e9914c postgres`PortalRunUtility(portal=0x0000000105037100, pstmt=0x000000011e0...
core
[13:12:02.383]   * frame #0: 0x000000010544dfb4 postgres`pg_strcasecmp(s1=0x0000000000000000, s2="checkpointer") at pgst...
[13:12:02.383]     frame #1: 0x000000010510e380 postgres`check_log_min_messages(newval=<unavailable>, extra=0x000000016a...
[13:12:02.383]     frame #2: 0x00000001054228e8 postgres`call_string_check_hook(conf=0x00000001057f88b0, newval=0x000000...
[13:12:02.383]     frame #3: 0x00000001054221ec postgres`parse_and_validate_value(record=0x00000001057f88b0, value=<unav...
[13:12:02.383]     frame #4: 0x0000000105421370 postgres`set_config_with_handle(name=<unavailable>, handle=<unavailable>...
[13:12:02.383]     frame #5: 0x000000010541da48 postgres`set_config_option(name="log_min_messages", value="checkpointer:...
[13:12:02.383]     frame #6: 0x000000010542597c postgres`ExecSetVariableStmt(stmt=0x000000011c009668, isTopLevel=<unavai...
[13:12:02.383]     frame #7: 0x00000001052d5788 postgres`standard_ProcessUtility(pstmt=0x000000011c009718, queryString="...
[13:12:02.383]     frame #8: 0x00000001052d5554 postgres`ProcessUtility(pstmt=<unavailable>, queryString=<unavailable>, ...
[13:12:02.383]     frame #9: 0x00000001052d514c postgres`PortalRunUtility(portal=0x000000011c03c700, pstmt=0x000000011c0...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/cluster.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/cluster.out	2025-03-31 13:01:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/cluster.out	2025-03-31 13:04:22
@@ -355,321 +355,7 @@
 SET SESSION AUTHORIZATION regress_clstr_user;
 SET client_min_messages = ERROR;  -- order of "skipping" warnings may vary
 CLUSTER;
-RESET client_min_messages;
-SELECT * FROM clstr_1 UNION ALL
-  SELECT * FROM clstr_2 UNION ALL
-  SELECT * FROM clstr_3;
- a 
----
- 1
- 2
- 2
- 1
- 2
- 1
-(6 rows)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/guc.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regre...
--- /Users/admin/pgsql/src/test/regress/expected/guc.out	2025-03-31 13:01:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/guc.out	2025-03-31 13:05:29
@@ -929,35 +929,7 @@
 (1 row)
 
 SET log_min_messages TO 'checkpointer:debug2, autovacuum:debug1';  --fail
-ERROR:  invalid value for parameter "log_min_messages": "checkpointer:debug2, autovacuum:debug1"
-DETAIL:  Generic log level was not defined.
-SET log_min_messages TO 'debug1, backend:error, fatal';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "debug1, backend:error, fatal"
-DETAIL:  Generic log level was already assigned.
-SET log_min_messages TO 'backend:error, foo:fatal, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, foo:fatal, archiver:debug1"
-DETAIL:  Unrecognized backend type: "foo".
-SET log_min_messages TO 'backend:error, checkpointer:bar, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, checkpointer:bar, archiver:debug1"
-DETAIL:  Unrecognized log level: "bar".
-SET log_min_messages TO 'backend:error, checkpointer:debug3, fatal, archiver:debug2, autovacuum:debug1, walsender:debug...
-SHOW log_min_messages;
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/foreign_key.out /Users/admin/pgsql/build/testrun/regress/regress/r...
--- /Users/admin/pgsql/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/foreign_key.out	2025-03-31 13:04:22
@@ -151,3008 +151,10 @@
 UPDATE FKTABLE SET ftest1 = 1 WHERE ftest1 = 1;
 -- Try altering the column type where foreign keys are involved
 ALTER TABLE PKTABLE ALTER COLUMN ptest1 TYPE bigint;
-ALTER TABLE FKTABLE ALTER COLUMN ftest1 TYPE bigint;
-SELECT * FROM PKTABLE;
- ptest1 | ptest2 | ptest3  
---------+--------+---------
-      1 |      3 | Test1-2
-      3 |      6 | Test3
-      4 |      8 | Test4
-      1 |      4 | Test2
-(4 rows)
-
-SELECT * FROM FKTABLE;
- ftest1 | ftest2 | ftest3 
---------+--------+--------
...
tap
[13:04:25.621](66.320s) not ok 5 - regression tests pass
[13:04:38.023](1.277s) not ok 13 - run of pg_upgrade --check for new instance
[13:04:38.023](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:04:38.772](0.748s) not ok 15 - run of pg_upgrade for new instance
[13:04:38.772](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:04:39.006](0.090s) not ok 17 - check that locales in new cluster match original cluster
[13:04:39.708](0.207s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:05:31.997](72.593s) not ok 2 - regression tests pass
test
[13:07:32.029]  31/334 postgresql:regress / regress/regress                                            ERROR            ...
[13:07:32.029]  33/334 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:07:32.029] 148/334 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000c7`a6bfe560 00007ff7`025bad29     postgres!pg_strcasecmp(
000000c7`a6bfe5a0 00007ff7`02b51d3a     postgres!check_log_min_messages(
000000c7`a6bfe6b0 00007ff7`02b53819     postgres!call_string_check_hook(
000000c7`a6bfe820 00007ff7`02b4a7e6     postgres!parse_and_validate_value(
000000c7`a6bfe920 00007ff7`02b49039     postgres!set_config_with_handle(
000000c7`a6bfea80 00007ff7`02b54f7b     postgres!set_config_option(
000000c7`a6bfeaf0 00007ff7`028eaf71     postgres!ExecSetVariableStmt(
000000c7`a6bfebf0 00007ffc`9d6534c9     postgres!standard_ProcessUtility(
000000c7`a6bfedc0 00007ff7`028ea53f     pg_stat_statements!pgss_ProcessUtility(
000000c7`a6bff220 00007ff7`028e94dd     postgres!ProcessUtility(
core
000000c7`a6fff798 00007ffc`adf4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`a6fff7a0 00007ffc`acb74cb0     ntdll!TppWorkerThread+0x2df
000000c7`a6fffa90 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`a6fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`a73ff5a8 00007ffc`adf4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`a73ff5b0 00007ffc`acb74cb0     ntdll!TppWorkerThread+0x2df
000000c7`a73ff8a0 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`a73ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`a77ffaa8 00007ffc`abb748fa     ntdll!NtFsControlFile+0x14
000000c7`a77ffab0 00007ff7`027c130b     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`a77ffb20 00007ffc`acb74cb0     postgres!pg_signal_thread(
000000c7`a77ffc20 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`a77ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`a7bff658 00007ffc`abb2da4e     ntdll!NtWaitForSingleObject+0x14
000000c7`a7bff660 00007ff7`027c2dac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c7`a7bff700 00007ffc`acb74cb0     postgres!pg_timer_thread(
000000c7`a7bff740 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`a7bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3d3ff748 00007ffc`abb748fa     ntdll!NtFsControlFile+0x14
000000e8`3d3ff750 00007ff7`027c130b     KERNELBASE!ConnectNamedPipe+0x6a
000000e8`3d3ff7c0 00007ffc`acb74cb0     postgres!pg_signal_thread(
000000e8`3d3ff8c0 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3d3ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3dbff4f8 00007ffc`adf4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`3dbff500 00007ffc`acb74cb0     ntdll!TppWorkerThread+0x2df
000000e8`3dbff7f0 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3dbff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3cbfed60 00007ff7`025bad29     postgres!pg_strcasecmp(
000000e8`3cbfeda0 00007ff7`02b51d3a     postgres!check_log_min_messages(
000000e8`3cbfeeb0 00007ff7`02b53819     postgres!call_string_check_hook(
000000e8`3cbff020 00007ff7`02b4a7e6     postgres!parse_and_validate_value(
000000e8`3cbff120 00007ff7`02b49039     postgres!set_config_with_handle(
000000e8`3cbff280 00007ff7`02b54f7b     postgres!set_config_option(
000000e8`3cbff2f0 00007ff7`028eaf71     postgres!ExecSetVariableStmt(
000000e8`3cbff3f0 00007ff7`028ea589     postgres!standard_ProcessUtility(
000000e8`3cbff5c0 00007ff7`028e94dd     postgres!ProcessUtility(
000000e8`3cbff610 00007ff7`028e98a4     postgres!PortalRunUtility(
core
000000e8`3cfffc28 00007ffc`adf4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e8`3cfffc30 00007ffc`acb74cb0     ntdll!TppWorkerThread+0x2df
000000e8`3cffff20 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3cffff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e8`3d7ff768 00007ffc`abb2da4e     ntdll!NtWaitForSingleObject+0x14
000000e8`3d7ff770 00007ff7`027c2dac     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e8`3d7ff810 00007ffc`acb74cb0     postgres!pg_timer_thread(
000000e8`3d7ff850 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
000000e8`3d7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`267fedc0 00007ff7`025bad29     postgres!pg_strcasecmp(
00000035`267fee00 00007ff7`02b51d3a     postgres!check_log_min_messages(
00000035`267fef10 00007ff7`02b53819     postgres!call_string_check_hook(
00000035`267ff080 00007ff7`02b4a7e6     postgres!parse_and_validate_value(
00000035`267ff180 00007ff7`02b49039     postgres!set_config_with_handle(
00000035`267ff2e0 00007ff7`02b54f7b     postgres!set_config_option(
00000035`267ff350 00007ff7`028eaf71     postgres!ExecSetVariableStmt(
00000035`267ff450 00007ff7`028ea589     postgres!standard_ProcessUtility(
00000035`267ff620 00007ff7`028e94dd     postgres!ProcessUtility(
00000035`267ff670 00007ff7`028e98a4     postgres!PortalRunUtility(
core
00000035`277ff928 00007ffc`abb2da4e     ntdll!NtWaitForSingleObject+0x14
00000035`277ff930 00007ff7`027c2dac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000035`277ff9d0 00007ffc`acb74cb0     postgres!pg_timer_thread(
00000035`277ffa10 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`277ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`26bff968 00007ffc`adf4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`26bff970 00007ffc`acb74cb0     ntdll!TppWorkerThread+0x2df
00000035`26bffc60 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`26bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`26fffcd8 00007ffc`abb748fa     ntdll!NtFsControlFile+0x14
00000035`26fffce0 00007ff7`027c130b     KERNELBASE!ConnectNamedPipe+0x6a
00000035`26fffd50 00007ffc`acb74cb0     postgres!pg_signal_thread(
00000035`26fffe50 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`26fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000035`273ff9e8 00007ffc`adf4b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000035`273ff9f0 00007ffc`acb74cb0     ntdll!TppWorkerThread+0x2df
00000035`273ffce0 00007ffc`adfbedcb     KERNEL32!BaseThreadInitThunk+0x10
00000035`273ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/foreign_key.out C:/cirrus/build/testrun/pg_upgrade/002_...
--- C:/cirrus/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:56.837852200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-03-31 13:05:27.212517600 +0000
@@ -3154,5 +3154,7 @@
 ERROR:  cannot drop inherited constraint "fk_r_p_id_p_jd_fkey" of relation "fk_r_2"
 SET client_min_messages TO warning;
 DROP SCHEMA fkpart12 CASCADE;
-RESET client_min_messages;
-RESET search_path;
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/guc.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgra...
--- C:/cirrus/src/test/regress/expected/guc.out	2025-03-31 13:01:56.837852200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out	2025-03-31 13:05:27.132945100 +0000
@@ -929,35 +929,7 @@
 (1 row)
 
 SET log_min_messages TO 'checkpointer:debug2, autovacuum:debug1';  --fail
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/foreign_key.out C:/cirrus/build/testrun/recovery/027_st...
--- C:/cirrus/src/test/regress/expected/foreign_key.out	2025-03-31 13:01:56.837852200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-03-31 13:07:56.159795800 +0000
@@ -2981,178 +2981,7 @@
 ALTER TABLE fkpart11.fk DROP CONSTRAINT fkey;
 DELETE FROM fkpart11.fk WHERE a = 4;
 ALTER TABLE fkpart11.fk ADD CONSTRAINT fkey FOREIGN KEY (a) REFERENCES fkpart11.pk1 (a) ON UPDATE CASCADE ON DELETE CAS...
-UPDATE fkpart11.pk SET a = a - 1;
-ERROR:  cannot move tuple across partitions when a non-root ancestor of the source partition is directly referenced in ...
-DETAIL:  A foreign key points to ancestor "pk1" but not the root ancestor "pk".
-HINT:  Consider defining the foreign key on table "pk".
--- it's okay though if the non-leaf partition is updated directly
-UPDATE fkpart11.pk1 SET a = a - 1;
-SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.pk;
-   tableoid    | a |  b  
----------------+---+-----
- fkpart11.pk11 | 1 | xxx
- fkpart11.pk3  | 4 | yyy
-(2 rows)
-
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/guc.out C:/cirrus/build/testrun/regress/regress/results...
--- C:/cirrus/src/test/regress/expected/guc.out	2025-03-31 13:01:56.837852200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/guc.out	2025-03-31 13:05:21.675420100 +0000
@@ -929,35 +929,7 @@
 (1 row)
 
 SET log_min_messages TO 'checkpointer:debug2, autovacuum:debug1';  --fail
-ERROR:  invalid value for parameter "log_min_messages": "checkpointer:debug2, autovacuum:debug1"
-DETAIL:  Generic log level was not defined.
-SET log_min_messages TO 'debug1, backend:error, fatal';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "debug1, backend:error, fatal"
-DETAIL:  Generic log level was already assigned.
-SET log_min_messages TO 'backend:error, foo:fatal, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, foo:fatal, archiver:debug1"
-DETAIL:  Unrecognized backend type: "foo".
-SET log_min_messages TO 'backend:error, checkpointer:bar, archiver:debug1';  -- fail
-ERROR:  invalid value for parameter "log_min_messages": "backend:error, checkpointer:bar, archiver:debug1"
-DETAIL:  Unrecognized log level: "bar".
-SET log_min_messages TO 'backend:error, checkpointer:debug3, fatal, archiver:debug2, autovacuum:debug1, walsender:debug...
-SHOW log_min_messages;
...
tap
[13:05:49.962](113.400s) not ok 5 - regression tests pass
[13:06:07.541](2.972s) not ok 13 - run of pg_upgrade --check for new instance
[13:06:07.543](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:06:09.343](1.799s) not ok 15 - run of pg_upgrade for new instance
[13:06:09.345](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:06:09.798](0.143s) not ok 17 - check that locales in new cluster match original cluster
[13:06:10.795](0.244s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:08:15.877](120.764s) not ok 2 - regression tests pass
test
[13:14:46.637]  14/329 postgresql:regress / regress/regress                                            ERROR           1...
[13:14:46.637]  19/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:14:46.637]  87/329 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
52/4956 Test to dump and restore objects left behind by regression
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:47:07.345](0.718s) not ok 14 - dump outputs from original and restored regression database match
test
[12:56:14.264]  28/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
53/5664 Fix slot synchronization with two_phase decoding enabled
FreeBSD - Meson
core
[12:32:03.538] #0  0x00001aa5a7d7be90 in ?? ()
[12:32:03.538] #1  0x0000000000000000 in ?? ()
tap
[12:25:06.000](0.156s) not ok 33 - prepared data replicated from the new primary
test
[12:29:29.625]  50/334 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[12:32:31.176](0.142s) not ok 33 - prepared data replicated from the new primary
Linux - Debian Bookworm - Meson
tap
[12:26:23.308](0.243s) not ok 33 - prepared data replicated from the new primary
test
[12:29:55.233]  57/335 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
macOS - Sonoma - Meson
tap
[12:25:02.192](0.134s) not ok 33 - prepared data replicated from the new primary
test
[12:27:38.449]  56/334 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:30:04.656](0.853s) not ok 33 - prepared data replicated from the new primary
test
[12:36:44.480]  93/329 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
52/4564 Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
macOS - Sonoma - Meson
tap
[10:45:33.986](0.000s) not ok 454 - incomplete transaction block stderr /(?^:client 0 aborted: end of script reached wit...
test
[10:46:25.683] 229/334 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
52/4460 Implement row pattern recognition feature
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:13:03.454](0.000s) not ok 23 - connect : matches
test
[09:15:29.321] 252/329 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
53/5214 SQL:2023 JSON simplified accessor support
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:24:14.277] c:\cirrus\src\backend\utils\adt\jsonbsubs.c(223) : warning C4715: 'make_jsonpath_item_expr': not all cont...
52/5262 ensure we have a snapshot when dropping an index concurrently
FreeBSD - Meson
tap
[05:29:45.777](0.000s) not ok 23 - connect : matches
test
[05:31:12.130] 255/334 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
52/4971 [CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots
FreeBSD - Meson
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 799...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 262...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 814...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 966...
core
[05:11:59.936] #0  0x000000082a74b1ba in thr_kill () from /lib/libc.so.7
[05:11:59.936] #1  0x000000082a6c45d4 in raise () from /lib/libc.so.7
[05:11:59.936] #2  0x000000082a777b59 in abort () from /lib/libc.so.7
[05:11:59.936] #3  0x0000000000acbd95 in ExceptionalCondition (conditionName=0x3749da "!TransactionIdIsValid(MyProc->xmi...
[05:11:59.936] #4  0x00000000006b2b77 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:11:59.936] #5  0x00000000007177ac in ReindexRelationConcurrently (stmt=stmt@entry=0x1dd1dd9b2018, relationOid=relati...
[05:11:59.936] #6  0x0000000000716425 in ReindexTable (stmt=0x1dd1dd9b2018, params=0x820dbabb0, isTopLevel=true) at ../s...
[05:11:59.936] #7  ExecReindex (pstate=pstate@entry=0x1dd1dd830d00, stmt=stmt@entry=0x1dd1dd9b2018, isTopLevel=true) at ...
[05:11:59.936] #8  0x00000000009735fe in ProcessUtilitySlow (pstate=pstate@entry=0x1dd1dd830d00, pstmt=pstmt@entry=0x1dd...
[05:11:59.936] #9  0x000000000097204e in standard_ProcessUtility (pstmt=pstmt@entry=0x1dd1dd825748, queryString=queryStr...
core
[05:11:59.032] #0  0x000000082b9061ba in thr_kill () from /lib/libc.so.7
[05:11:59.032] #1  0x000000082b87f5d4 in raise () from /lib/libc.so.7
[05:11:59.032] #2  0x000000082b932b59 in abort () from /lib/libc.so.7
[05:11:59.032] #3  0x0000000000acbd95 in ExceptionalCondition (conditionName=0x3749da "!TransactionIdIsValid(MyProc->xmi...
[05:11:59.032] #4  0x00000000006b2b77 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:11:59.032] #5  0x00000000007177ac in ReindexRelationConcurrently (stmt=stmt@entry=0x2abfea825fd8, relationOid=relati...
[05:11:59.032] #6  0x0000000000716425 in ReindexTable (stmt=0x2abfea825fd8, params=0x820d53620, isTopLevel=true) at ../s...
[05:11:59.032] #7  ExecReindex (pstate=pstate@entry=0x2abfea830d00, stmt=stmt@entry=0x2abfea825fd8, isTopLevel=true) at ...
[05:11:59.032] #8  0x00000000009735fe in ProcessUtilitySlow (pstate=pstate@entry=0x2abfea830d00, pstmt=pstmt@entry=0x2ab...
[05:11:59.032] #9  0x000000000097204e in standard_ProcessUtility (pstmt=0x2abfea825748, queryString=0x2abfea824100 "REIN...
core
[05:11:59.333] #0  0x000000082b6331ba in thr_kill () from /lib/libc.so.7
[05:11:59.333] #1  0x000000082b5ac5d4 in raise () from /lib/libc.so.7
[05:11:59.333] #2  0x000000082b65fb59 in abort () from /lib/libc.so.7
[05:11:59.333] #3  0x0000000000acbd95 in ExceptionalCondition (conditionName=0x3749da "!TransactionIdIsValid(MyProc->xmi...
[05:11:59.333] #4  0x00000000006b2b77 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:11:59.333] #5  0x00000000007177ac in ReindexRelationConcurrently (stmt=stmt@entry=0x3a9958c25fd8, relationOid=relati...
[05:11:59.333] #6  0x0000000000716425 in ReindexTable (stmt=0x3a9958c25fd8, params=0x821b46ec0, isTopLevel=true) at ../s...
[05:11:59.333] #7  ExecReindex (pstate=pstate@entry=0x3a9958c30d00, stmt=stmt@entry=0x3a9958c25fd8, isTopLevel=true) at ...
[05:11:59.333] #8  0x00000000009735fe in ProcessUtilitySlow (pstate=pstate@entry=0x3a9958c30d00, pstmt=pstmt@entry=0x3a9...
[05:11:59.333] #9  0x000000000097204e in standard_ProcessUtility (pstmt=0x3a9958c25748, queryString=0x3a9958c24100 "REIN...
core
[05:11:59.632] #0  0x000000082b98e1ba in thr_kill () from /lib/libc.so.7
[05:11:59.632] #1  0x000000082b9075d4 in raise () from /lib/libc.so.7
[05:11:59.632] #2  0x000000082b9bab59 in abort () from /lib/libc.so.7
[05:11:59.632] #3  0x0000000000acbd95 in ExceptionalCondition (conditionName=0x3749da "!TransactionIdIsValid(MyProc->xmi...
[05:11:59.632] #4  0x00000000006b2b77 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:11:59.632] #5  0x00000000007177ac in ReindexRelationConcurrently (stmt=stmt@entry=0x3ce08c425c78, relationOid=relati...
[05:11:59.632] #6  0x0000000000718363 in ReindexMultipleInternal (stmt=stmt@entry=0x3ce08c425c78, relids=relids@entry=0x...
[05:11:59.632] #7  0x00000000007162e0 in ReindexMultipleTables (stmt=0x3ce08c425c78, params=0x8215cfda0) at ../src/backe...
[05:11:59.632] #8  ExecReindex (pstate=pstate@entry=0x3ce08c430d00, stmt=stmt@entry=0x3ce08c425c78, isTopLevel=<optimize...
[05:11:59.632] #9  0x00000000009735fe in ProcessUtilitySlow (pstate=pstate@entry=0x3ce08c430d00, pstmt=pstmt@entry=0x3ce...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 05:00:01.081666000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablespace.out	2025-03-31 05:05:21.3214020...
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 05:00:01.081666000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/tablespace.out	2025-03-31 05:07:00.23175...
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 05:00:01.081666000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/tablespace.out	2025-03-31 05:05:25.600185000 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
tap
[05:05:21.332](209.345s) not ok 5 - regression tests pass
[05:05:59.686](0.981s) not ok 13 - run of pg_upgrade --check for new instance
[05:05:59.688](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:06:00.806](1.118s) not ok 15 - run of pg_upgrade for new instance
[05:06:00.807](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:06:01.096](0.172s) not ok 17 - check that locales in new cluster match original cluster
[05:06:02.669](0.078s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:07:00.237](264.754s) not ok 2 - regression tests pass
test
[05:09:27.059] 179/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[05:09:27.059] 223/335 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[05:09:27.059] 247/335 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
[05:09:27.059] 181/335 postgresql:regress / regress/regress                                            ERROR           3...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "index.c", Line: 3703, PID: 55020
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "index.c", Line: 3703, PID: 55880
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "index.c", Line: 3703, PID: 61297
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "index.c", Line: 3703, PID: 35497
core
[05:19:03.177] #0  0x00007f0f968abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:03.177] #1  0x00007f0f9685cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:03.177] #2  0x00007f0f96847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:03.177] #3  0x0000557cbbc63895 in ExceptionalCondition (conditionName=conditionName@entry=0x557cbbdd58a0 "!Transa...
[05:19:03.177] #4  0x0000557cbb154136 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:19:03.177] #5  0x0000557cbb2fa3de in ReindexRelationConcurrently (stmt=stmt@entry=0x625000008628, relationOid=relati...
[05:19:03.177] #6  0x0000557cbb2fce0d in ReindexTable (stmt=stmt@entry=0x625000008628, params=params@entry=0x7ffc8eba1b3...
[05:19:03.177] #7  0x0000557cbb2fd46c in ExecReindex (pstate=pstate@entry=0x619000035880, stmt=stmt@entry=0x625000008628...
[05:19:03.177] #8  0x0000557cbb950ed2 in ProcessUtilitySlow (pstate=pstate@entry=0x619000035880, pstmt=pstmt@entry=0x625...
[05:19:03.177] #9  0x0000557cbb94f10a in standard_ProcessUtility (pstmt=0x6250000086d8, queryString=<optimized out>, rea...
core
[05:19:00.443] #0  0x00007f97da4abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:00.443] #1  0x00007f97da45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:00.443] #2  0x00007f97da447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:00.443] #3  0x0000557a9c5ca895 in ExceptionalCondition (conditionName=conditionName@entry=0x557a9c73c8a0 "!Transa...
[05:19:00.443] #4  0x0000557a9babb136 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:19:00.443] #5  0x0000557a9bc613de in ReindexRelationConcurrently (stmt=stmt@entry=0x625000008628, relationOid=relati...
[05:19:00.443] #6  0x0000557a9bc63e0d in ReindexTable (stmt=stmt@entry=0x625000008628, params=params@entry=0x7ffe72e1974...
[05:19:00.443] #7  0x0000557a9bc6446c in ExecReindex (pstate=pstate@entry=0x619000035d80, stmt=stmt@entry=0x625000008628...
[05:19:00.443] #8  0x0000557a9c2b7ed2 in ProcessUtilitySlow (pstate=pstate@entry=0x619000035d80, pstmt=pstmt@entry=0x625...
[05:19:00.443] #9  0x0000557a9c2b610a in standard_ProcessUtility (pstmt=0x6250000086d8, queryString=<optimized out>, rea...
core
[05:19:01.828] #0  0x00007fb0980abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:01.828] #1  0x00007fb09805cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:01.828] #2  0x00007fb098047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:01.828] #3  0x0000555df7f94895 in ExceptionalCondition (conditionName=conditionName@entry=0x555df81068a0 "!Transa...
[05:19:01.828] #4  0x0000555df7485136 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:19:01.828] #5  0x0000555df762b3de in ReindexRelationConcurrently (stmt=stmt@entry=0x625000008628, relationOid=relati...
[05:19:01.828] #6  0x0000555df762de0d in ReindexTable (stmt=stmt@entry=0x625000008628, params=params@entry=0x7ffdb8014fa...
[05:19:01.828] #7  0x0000555df762e46c in ExecReindex (pstate=pstate@entry=0x619000035d80, stmt=stmt@entry=0x625000008628...
[05:19:01.828] #8  0x0000555df7c81ed2 in ProcessUtilitySlow (pstate=pstate@entry=0x619000035d80, pstmt=pstmt@entry=0x625...
[05:19:01.828] #9  0x0000555df7c8010a in standard_ProcessUtility (pstmt=pstmt@entry=0x6250000086d8, queryString=queryStr...
core
[05:19:04.535] #0  0x00007f7b6c2abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:04.535] #1  0x00007f7b6c25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:04.535] #2  0x00007f7b6c247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:19:04.535] #3  0x0000562741c4e895 in ExceptionalCondition (conditionName=conditionName@entry=0x562741dc08a0 "!Transa...
[05:19:04.535] #4  0x000056274113f136 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:19:04.535] #5  0x00005627412e53de in ReindexRelationConcurrently (stmt=stmt@entry=0x625000008408, relationOid=relati...
[05:19:04.535] #6  0x00005627412e6596 in ReindexMultipleInternal (stmt=stmt@entry=0x625000008408, relids=relids@entry=0x...
[05:19:04.535] #7  0x00005627412e77c3 in ReindexMultipleTables (stmt=stmt@entry=0x625000008408, params=params@entry=0x7f...
[05:19:04.535] #8  0x00005627412e840d in ExecReindex (pstate=pstate@entry=0x619000004c80, stmt=stmt@entry=0x625000008408...
[05:19:04.535] #9  0x000056274193bed2 in ProcessUtilitySlow (pstate=pstate@entry=0x619000004c80, pstmt=pstmt@entry=0x625...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 04:59:59.698256200 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/tablespace.out	2025-03-31 05:10:36.954066358 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 04:59:59.698256200 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/tablespace.out	2025-03-31 05:11:50.002443246 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/src/test/regress/results/tab...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 04:59:59.698256200 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/tablespace.out	2025-03-31 05:07:27.567317610 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
tap
[05:10:36.971](132.421s) not ok 5 - regression tests pass
[05:10:52.873](3.493s) not ok 13 - run of pg_upgrade --check for new instance
[05:10:52.873](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:10:54.378](1.505s) not ok 15 - run of pg_upgrade for new instance
[05:10:54.379](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:10:54.636](0.087s) not ok 17 - check that locales in new cluster match original cluster
[05:10:55.952](0.459s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:10:48.776](0.071s) not ok 30 - OID change after REINDEX DATABASE CONCURRENTLY
[05:10:49.512](0.112s) not ok 33 - reindexdb --concurrently --index test1x postgres exit code 0
[05:10:49.513](0.000s) not ok 34 - reindex specific index concurrently: SQL found in server log
[05:10:49.627](0.114s) not ok 35 - reindexdb --concurrently --schema public postgres exit code 0
[05:10:49.628](0.000s) not ok 36 - reindex specific schema concurrently: SQL found in server log
[05:10:49.830](0.139s) not ok 38 - reindexdb --concurrently --verbose --table test1 postgres exit code 0
[05:10:49.831](0.000s) not ok 39 - reindex with verbose output concurrently: SQL found in server log
[05:10:49.942](0.110s) not ok 40 - reindexdb --concurrently --verbose --table test1 --tablespace reindex_tbspace postgre...
[05:10:49.943](0.000s) not ok 41 - reindex concurrently with verbose output and tablespace: SQL found in server log
[05:10:50.053](0.000s) not ok 43 - reindex toast table with tablespace stderr /(?^:cannot move system relation)/
[05:10:50.145](0.000s) not ok 45 - reindex toast table concurrently with tablespace stderr /(?^:cannot move system relat...
[05:10:50.233](0.000s) not ok 47 - reindex toast index with tablespace stderr /(?^:cannot move system relation)/
[05:10:50.323](0.001s) not ok 49 - reindex toast index concurrently with tablespace stderr /(?^:cannot move system relat...
[05:10:50.393](0.069s) not ok 50 - reindexdb table with connection string
[05:10:50.469](0.076s) not ok 51 - reindexdb database with connection string
[05:10:50.546](0.076s) not ok 52 - reindexdb system with connection string
tap
[05:11:50.021](87.847s) not ok 2 - regression tests pass
[05:15:22.308](212.286s) # poll_query_until timed out executing this query:
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 376...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 466...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 373...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 574...
core
[05:13:39.735] #0  0x00007f5a4a8a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:39.735] #1  0x00007f5a4a85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:39.735] #2  0x00007f5a4a845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:39.735] #3  0x0000559cd1f33dc2 in ExceptionalCondition (conditionName=conditionName@entry=0x559cd21692d8 "!Transa...
[05:13:39.735] #4  0x0000559cd16dc425 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:13:39.735] #5  0x0000559cd1795a5e in ReindexRelationConcurrently (stmt=stmt@entry=0x559d04c040d8, relationOid=relati...
[05:13:39.735] #6  0x0000559cd17967b6 in ReindexMultipleInternal (stmt=stmt@entry=0x559d04c040d8, relids=relids@entry=0x...
[05:13:39.735] #7  0x0000559cd1797430 in ReindexMultipleTables (stmt=stmt@entry=0x559d04c040d8, params=params@entry=0x7f...
[05:13:39.735] #8  0x0000559cd1797b60 in ExecReindex (pstate=pstate@entry=0x559d04bd82f0, stmt=stmt@entry=0x559d04c040d8...
[05:13:39.735] #9  0x0000559cd1c9f538 in ProcessUtilitySlow (pstate=pstate@entry=0x559d04bd82f0, pstmt=pstmt@entry=0x559...
core
[05:13:35.633] #0  <unavailable> in ?? ()
core
[05:13:35.633] #0  0x00007fafd88aedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:35.633] #1  0x00007fafd885b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:35.633] #2  0x00007fafd8916244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:35.633] #3  0x00007fafd892889c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:36.064] #0  0x00007f6bcfea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[05:13:37.000] #0  0x00007f6bcfea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:37.000] #1  0x00007f6bcfe5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:37.000] #2  0x00007f6bcfe45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:37.000] #3  0x00005622e52acdc2 in ExceptionalCondition (conditionName=conditionName@entry=0x5622e54e22d8 "!Transa...
[05:13:37.000] #4  0x00005622e4a55425 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:13:37.000] #5  0x00005622e4b0ea5e in ReindexRelationConcurrently (stmt=stmt@entry=0x562309cd7338, relationOid=relati...
[05:13:37.000] #6  0x00005622e4b106fe in ReindexTable (stmt=stmt@entry=0x562309cd7338, params=params@entry=0x7ffd26c64ec...
[05:13:37.000] #7  0x00005622e4b10b99 in ExecReindex (pstate=pstate@entry=0x562309dbc700, stmt=stmt@entry=0x562309cd7338...
[05:13:37.000] #8  0x00005622e5018538 in ProcessUtilitySlow (pstate=pstate@entry=0x562309dbc700, pstmt=pstmt@entry=0x562...
[05:13:37.000] #9  0x00005622e5016e91 in standard_ProcessUtility (pstmt=pstmt@entry=0x562309cd73e8, queryString=queryStr...
core
[05:13:38.365] #0  0x00007efdffca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:38.365] #1  0x00007efdffc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:38.365] #2  0x00007efdffc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:38.365] #3  0x0000563834315dc2 in ExceptionalCondition (conditionName=conditionName@entry=0x56383454b2d8 "!Transa...
[05:13:38.365] #4  0x0000563833abe425 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:13:38.365] #5  0x0000563833b77a5e in ReindexRelationConcurrently (stmt=stmt@entry=0x56385bad96c8, relationOid=relati...
[05:13:38.365] #6  0x0000563833b796fe in ReindexTable (stmt=stmt@entry=0x56385bad96c8, params=params@entry=0x7ffed8fa1c7...
[05:13:38.365] #7  0x0000563833b79b99 in ExecReindex (pstate=pstate@entry=0x56385bbcf740, stmt=stmt@entry=0x56385bad96c8...
[05:13:38.365] #8  0x0000563834081538 in ProcessUtilitySlow (pstate=pstate@entry=0x56385bbcf740, pstmt=pstmt@entry=0x563...
[05:13:38.365] #9  0x000056383407fe91 in standard_ProcessUtility (pstmt=0x56385bad9778, queryString=0x56385bad8aa0 "REIN...
core
[05:13:41.117] #0  0x00007f450daa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:41.117] #1  0x00007f450da5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:41.117] #2  0x00007f450da45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[05:13:41.117] #3  0x000055fc283f3dc2 in ExceptionalCondition (conditionName=conditionName@entry=0x55fc286292d8 "!Transa...
[05:13:41.117] #4  0x000055fc27b9c425 in validate_index (heapId=<optimized out>, indexId=<optimized out>, auxIndexId=<op...
[05:13:41.117] #5  0x000055fc27c55a5e in ReindexRelationConcurrently (stmt=stmt@entry=0x55fc4cecb318, relationOid=relati...
[05:13:41.117] #6  0x000055fc27c576fe in ReindexTable (stmt=stmt@entry=0x55fc4cecb318, params=params@entry=0x7ffc53f0ead...
[05:13:41.117] #7  0x000055fc27c57b99 in ExecReindex (pstate=pstate@entry=0x55fc4cfbea70, stmt=stmt@entry=0x55fc4cecb318...
[05:13:41.117] #8  0x000055fc2815f538 in ProcessUtilitySlow (pstate=pstate@entry=0x55fc4cfbea70, pstmt=pstmt@entry=0x55f...
[05:13:41.117] #9  0x000055fc2815de91 in standard_ProcessUtility (pstmt=0x55fc4cecb3c8, queryString=0x55fc4ceca6f0 "REIN...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 04:59:58.087691585 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablespace.out	2025-03-31 05:05:56.4248528...
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 04:59:58.087691585 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/tablespace.out	2025-03-31 05:07:10.30370...
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out	2025-03-31 04:59:58.087691585 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/tablespace.out	2025-03-31 05:05:54.848799310 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
tap
[05:05:56.488](70.366s) not ok 5 - regression tests pass
[05:06:09.564](1.735s) not ok 13 - run of pg_upgrade --check for new instance
[05:06:09.565](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:06:11.231](1.665s) not ok 15 - run of pg_upgrade for new instance
[05:06:11.231](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:06:11.585](0.053s) not ok 17 - check that locales in new cluster match original cluster
[05:06:12.762](0.252s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:07:10.367](72.066s) not ok 2 - regression tests pass
tap
[05:09:33.386](0.031s) not ok 30 - OID change after REINDEX DATABASE CONCURRENTLY
[05:09:34.079](0.069s) not ok 33 - reindexdb --concurrently --index test1x postgres exit code 0
[05:09:34.079](0.000s) not ok 34 - reindex specific index concurrently: SQL found in server log
[05:09:34.113](0.033s) not ok 35 - reindexdb --concurrently --schema public postgres exit code 0
[05:09:34.114](0.001s) not ok 36 - reindex specific schema concurrently: SQL found in server log
[05:09:34.147](0.022s) not ok 38 - reindexdb --concurrently --verbose --table test1 postgres exit code 0
[05:09:34.148](0.000s) not ok 39 - reindex with verbose output concurrently: SQL found in server log
[05:09:34.161](0.013s) not ok 40 - reindexdb --concurrently --verbose --table test1 --tablespace reindex_tbspace postgre...
[05:09:34.161](0.000s) not ok 41 - reindex concurrently with verbose output and tablespace: SQL found in server log
[05:09:34.180](0.000s) not ok 43 - reindex toast table with tablespace stderr /(?^:cannot move system relation)/
[05:09:34.191](0.000s) not ok 45 - reindex toast table concurrently with tablespace stderr /(?^:cannot move system relat...
[05:09:34.207](0.000s) not ok 47 - reindex toast index with tablespace stderr /(?^:cannot move system relation)/
[05:09:34.220](0.000s) not ok 49 - reindex toast index concurrently with tablespace stderr /(?^:cannot move system relat...
[05:09:34.248](0.028s) not ok 50 - reindexdb table with connection string
[05:09:34.279](0.030s) not ok 51 - reindexdb database with connection string
[05:09:34.320](0.041s) not ok 52 - reindexdb system with connection string
test
[05:11:06.665]  29/336 postgresql:regress / regress/regress                                            ERROR            ...
[05:11:06.665]  32/336 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:11:06.665] 111/336 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:11:06.665] 223/336 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 186...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 268...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 189...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 366...
core
[05:12:19.085]   * frame #0: 0x000000018972d5d0 libsystem_kernel.dylib`__pthread_kill + 8
[05:12:19.085]     frame #1: 0x0000000189765c20 libsystem_pthread.dylib`pthread_kill + 288
[05:12:19.085]     frame #2: 0x0000000189672a30 libsystem_c.dylib`abort + 180
[05:12:19.085]     frame #3: 0x0000000100967aa0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:12:19.085]     frame #4: 0x00000001005d9604 postgres`validate_index(heapId=<unavailable>, indexId=<unavailable>, aux...
[05:12:19.085]     frame #5: 0x000000010062a9d0 postgres`ReindexRelationConcurrently(stmt=0x000000012c008f68, relationOi...
[05:12:19.085]     frame #6: 0x000000010062984c postgres`ExecReindex [inlined] ReindexTable(stmt=0x000000012c008f68, par...
[05:12:19.085]     frame #7: 0x000000010062983c postgres`ExecReindex(pstate=0x000000011c012f00, stmt=0x000000012c008f68,...
[05:12:19.085]     frame #8: 0x0000000100835ebc postgres`ProcessUtilitySlow(pstate=0x000000011c012f00, pstmt=0x000000012...
[05:12:19.085]     frame #9: 0x0000000100834a50 postgres`standard_ProcessUtility(pstmt=0x000000012c009018, queryString="...
core
[05:09:43.967]   * frame #0: 0x000000018941e730 dyld`void dyld4::Atlas::ProcessSnapshot::Serializer::emit<unsigned int>(...
[05:09:43.967]     frame #1: 0x000000018941dea0 dyld`dyld4::Atlas::ProcessSnapshot::Serializer::serialize() + 1380
[05:09:43.967]     frame #2: 0x000000018941d8dc dyld`dyld4::Atlas::ProcessSnapshot::serialize() + 136
[05:09:43.967]     frame #3: 0x000000018941a0ec dyld`dyld4::ExternallyViewableState::commit(dyld4::Atlas::ProcessSnapsho...
[05:09:43.967]     frame #4: 0x0000000189419988 dyld`dyld4::ExternallyViewableState::addImages(lsl::Allocator&, lsl::All...
[05:09:43.967]     frame #5: 0x00000001893e82c4 dyld`dyld4::RuntimeState::notifyDebuggerLoad(std::__1::span<dyld4::Loade...
[05:09:43.967]     frame #6: 0x00000001893db998 dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 1500
[05:09:43.967]     frame #7: 0x00000001893daef4 dyld`start + 1868
core
[05:10:21.855]   * frame #0: 0x000000018972d5d0 libsystem_kernel.dylib`__pthread_kill + 8
[05:10:21.855]     frame #1: 0x0000000189765c20 libsystem_pthread.dylib`pthread_kill + 288
[05:10:21.855]     frame #2: 0x0000000189672a30 libsystem_c.dylib`abort + 180
[05:10:21.855]     frame #3: 0x000000010061faa0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:10:21.855]     frame #4: 0x0000000100291604 postgres`validate_index(heapId=<unavailable>, indexId=<unavailable>, aux...
[05:10:21.855]     frame #5: 0x00000001002e29d0 postgres`ReindexRelationConcurrently(stmt=0x000000011800c368, relationOi...
[05:10:21.855]     frame #6: 0x00000001002e184c postgres`ExecReindex [inlined] ReindexTable(stmt=0x000000011800c368, par...
[05:10:21.855]     frame #7: 0x00000001002e183c postgres`ExecReindex(pstate=0x0000000118013f00, stmt=0x000000011800c368,...
[05:10:21.855]     frame #8: 0x00000001004edebc postgres`ProcessUtilitySlow(pstate=0x0000000118013f00, pstmt=0x000000011...
[05:10:21.855]     frame #9: 0x00000001004eca50 postgres`standard_ProcessUtility(pstmt=0x000000011800c418, queryString="...
core
[05:10:58.299]   * frame #0: 0x000000018972d5d0 libsystem_kernel.dylib`__pthread_kill + 8
[05:10:58.299]     frame #1: 0x0000000189765c20 libsystem_pthread.dylib`pthread_kill + 288
[05:10:58.299]     frame #2: 0x0000000189672a30 libsystem_c.dylib`abort + 180
[05:10:58.299]     frame #3: 0x0000000105307aa0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:10:58.299]     frame #4: 0x0000000104f79604 postgres`validate_index(heapId=<unavailable>, indexId=<unavailable>, aux...
[05:10:58.299]     frame #5: 0x0000000104fca9d0 postgres`ReindexRelationConcurrently(stmt=0x000000015780a148, relationOi...
[05:10:58.299]     frame #6: 0x0000000104fcb28c postgres`ReindexMultipleInternal(stmt=0x000000015780a148, relids=0x00000...
[05:10:58.299]     frame #7: 0x0000000104fc96e0 postgres`ExecReindex [inlined] ReindexMultipleTables(stmt=0x000000015780...
[05:10:58.299]     frame #8: 0x0000000104fc93d0 postgres`ExecReindex(pstate=0x0000000157009900, stmt=0x000000015780a148,...
[05:10:58.299]     frame #9: 0x00000001051d5ebc postgres`ProcessUtilitySlow(pstate=0x0000000157009900, pstmt=0x000000015...
core
[05:11:36.821]   * frame #0: 0x000000018972d5d0 libsystem_kernel.dylib`__pthread_kill + 8
[05:11:36.821]     frame #1: 0x0000000189765c20 libsystem_pthread.dylib`pthread_kill + 288
[05:11:36.821]     frame #2: 0x0000000189672a30 libsystem_c.dylib`abort + 180
[05:11:36.821]     frame #3: 0x0000000100b1baa0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[05:11:36.821]     frame #4: 0x000000010078d604 postgres`validate_index(heapId=<unavailable>, indexId=<unavailable>, aux...
[05:11:36.821]     frame #5: 0x00000001007de9d0 postgres`ReindexRelationConcurrently(stmt=0x0000000124009b68, relationOi...
[05:11:36.821]     frame #6: 0x00000001007dd84c postgres`ExecReindex [inlined] ReindexTable(stmt=0x0000000124009b68, par...
[05:11:36.821]     frame #7: 0x00000001007dd83c postgres`ExecReindex(pstate=0x0000000124068d00, stmt=0x0000000124009b68,...
[05:11:36.821]     frame #8: 0x00000001009e9ebc postgres`ProcessUtilitySlow(pstate=0x0000000124068d00, pstmt=0x000000012...
[05:11:36.821]     frame #9: 0x00000001009e8a50 postgres`standard_ProcessUtility(pstmt=0x0000000124009c18, queryString="...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/tablespace.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/tablespace.out	2025-03-31 04:59:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablespace.out	2025-03-31 05:02:47
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/tablespace.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/tablespace.out	2025-03-31 04:59:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/tablespace.out	2025-03-31 05:03:42
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/tablespace.out /Users/admin/pgsql/build/testrun/regress/regress/re...
--- /Users/admin/pgsql/src/test/regress/expected/tablespace.out	2025-03-31 04:59:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/tablespace.out	2025-03-31 05:02:47
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
tap
[05:02:47.711](78.768s) not ok 5 - regression tests pass
[05:03:01.387](1.450s) not ok 13 - run of pg_upgrade --check for new instance
[05:03:01.388](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:03:02.210](0.822s) not ok 15 - run of pg_upgrade for new instance
[05:03:02.210](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:03:02.410](0.062s) not ok 17 - check that locales in new cluster match original cluster
[05:03:02.934](0.097s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:03:42.149](80.605s) not ok 2 - regression tests pass
test
[05:06:09.257]  41/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[05:06:09.257] 146/335 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[05:06:09.257]  40/335 postgresql:regress / regress/regress                                            ERROR           2...
[05:06:09.257] 242/335 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 537...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 690...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 766...
assertion
TRAP: failed Assert("!TransactionIdIsValid(MyProc->xmin)"), File: "../src/backend/catalog/index.c", Line: 3703, PID: 750...
compiler
[05:00:52.005] c:\cirrus\src\backend\access\stir\stir.c(423) : warning C4715: 'stirbeginscan': not all control paths ret...
core
00000083`773ffa18 00007ffb`88ef48fa     ntdll!NtFsControlFile+0x14
00000083`773ffa20 00007ff6`7061650b     KERNELBASE!ConnectNamedPipe+0x6a
00000083`773ffa90 00007ffb`89e74cb0     postgres!pg_signal_thread(
00000083`773ffb90 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`773ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`777ff808 00007ffb`88eada4e     ntdll!NtWaitForSingleObject+0x14
00000083`777ff810 00007ff6`70617fac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000083`777ff8b0 00007ffb`89e74cb0     postgres!pg_timer_thread(
00000083`777ff8f0 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`777ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`76bff658 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`76bff660 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000083`76bff950 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`76bff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000083`767fde30 00007ff6`70978358     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000083`767fde70 00007ff6`702d4e45     postgres!ExceptionalCondition(
00000083`767fdeb0 00007ff6`7037f134     postgres!validate_index(
00000083`767fe060 00007ff6`7037c1fe     postgres!ReindexRelationConcurrently(
00000083`767fe580 00007ff6`70378a93     postgres!ReindexTable(
00000083`767fe5f0 00007ff6`707446f2     postgres!ExecReindex(
00000083`767fe690 00007ff6`70740842     postgres!ProcessUtilitySlow(
00000083`767fefb0 00007ffb`7b6a34c9     postgres!standard_ProcessUtility(
00000083`767ff180 00007ff6`7073f73f     pg_stat_statements!pgss_ProcessUtility(
00000083`767ff5e0 00007ff6`7073e6dd     postgres!ProcessUtility(
core
00000083`76fff688 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000083`76fff690 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000083`76fff980 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000083`76fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cf3ff7a8 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cf3ff7b0 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000075`cf3ffaa0 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cf3ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cfbff778 00007ffb`88eada4e     ntdll!NtWaitForSingleObject+0x14
00000075`cfbff780 00007ff6`70617fac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000075`cfbff820 00007ffb`89e74cb0     postgres!pg_timer_thread(
00000075`cfbff860 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cfbff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cf7ff7d8 00007ffb`88ef48fa     ntdll!NtFsControlFile+0x14
00000075`cf7ff7e0 00007ff6`7061650b     KERNELBASE!ConnectNamedPipe+0x6a
00000075`cf7ff850 00007ffb`89e74cb0     postgres!pg_signal_thread(
00000075`cf7ff950 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cf7ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cefff508 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000075`cefff510 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000075`cefff800 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000075`cefff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000075`cebfdfa0 00007ff6`70978358     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000075`cebfdfe0 00007ff6`702d4e45     postgres!ExceptionalCondition(
00000075`cebfe020 00007ff6`7037f134     postgres!validate_index(
00000075`cebfe1d0 00007ff6`7037c1fe     postgres!ReindexRelationConcurrently(
00000075`cebfe6f0 00007ff6`70378a93     postgres!ReindexTable(
00000075`cebfe760 00007ff6`707446f2     postgres!ExecReindex(
00000075`cebfe800 00007ff6`70740842     postgres!ProcessUtilitySlow(
00000075`cebff120 00007ff6`7073f789     postgres!standard_ProcessUtility(
00000075`cebff2f0 00007ff6`7073e6dd     postgres!ProcessUtility(
00000075`cebff340 00007ff6`7073eaa4     postgres!PortalRunUtility(
core
00000009`3ddff618 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`3ddff620 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000009`3ddff910 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`3ddff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`3d1fdb20 00007ff6`70978358     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000009`3d1fdb60 00007ff6`702d4e45     postgres!ExceptionalCondition(
00000009`3d1fdba0 00007ff6`7037f134     postgres!validate_index(
00000009`3d1fdd50 00007ff6`7037cf99     postgres!ReindexRelationConcurrently(
00000009`3d1fe270 00007ff6`7037c99e     postgres!ReindexMultipleInternal(
00000009`3d1fe310 00007ff6`70378b13     postgres!ReindexMultipleTables(
00000009`3d1fe420 00007ff6`707446f2     postgres!ExecReindex(
00000009`3d1fe4c0 00007ff6`70740842     postgres!ProcessUtilitySlow(
00000009`3d1fede0 00007ff6`7073f789     postgres!standard_ProcessUtility(
00000009`3d1fefb0 00007ff6`7073e6dd     postgres!ProcessUtility(
core
00000009`3d5ffa28 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`3d5ffa30 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000009`3d5ffd20 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`3d5ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`3e5ffcf8 00007ffb`88eada4e     ntdll!NtWaitForSingleObject+0x14
00000009`3e5ffd00 00007ff6`70617fac     KERNELBASE!WaitForSingleObjectEx+0x8e
00000009`3e5ffda0 00007ffb`89e74cb0     postgres!pg_timer_thread(
00000009`3e5ffde0 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`3e5ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`3e1ff778 00007ffb`88ef48fa     ntdll!NtFsControlFile+0x14
00000009`3e1ff780 00007ff6`7061650b     KERNELBASE!ConnectNamedPipe+0x6a
00000009`3e1ff7f0 00007ffb`89e74cb0     postgres!pg_signal_thread(
00000009`3e1ff8f0 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`3e1ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000009`3d9ff458 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000009`3d9ff460 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
00000009`3d9ff750 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
00000009`3d9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`1a5ff868 00007ffb`88ef48fa     ntdll!NtFsControlFile+0x14
0000004c`1a5ff870 00007ff6`7061650b     KERNELBASE!ConnectNamedPipe+0x6a
0000004c`1a5ff8e0 00007ffb`89e74cb0     postgres!pg_signal_thread(
0000004c`1a5ff9e0 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`1a5ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`1a1ff638 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`1a1ff640 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
0000004c`1a1ff930 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`1a1ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`19dfe060 00007ff6`70978358     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004c`19dfe0a0 00007ff6`702d4e45     postgres!ExceptionalCondition(
0000004c`19dfe0e0 00007ff6`7037f134     postgres!validate_index(
0000004c`19dfe290 00007ff6`7037c1fe     postgres!ReindexRelationConcurrently(
0000004c`19dfe7b0 00007ff6`70378a93     postgres!ReindexTable(
0000004c`19dfe820 00007ff6`707446f2     postgres!ExecReindex(
0000004c`19dfe8c0 00007ff6`70740842     postgres!ProcessUtilitySlow(
0000004c`19dff1e0 00007ff6`7073f789     postgres!standard_ProcessUtility(
0000004c`19dff3b0 00007ff6`7073e6dd     postgres!ProcessUtility(
0000004c`19dff400 00007ff6`7073eaa4     postgres!PortalRunUtility(
core
0000004c`1adffc28 00007ffb`88eada4e     ntdll!NtWaitForSingleObject+0x14
0000004c`1adffc30 00007ff6`70617fac     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004c`1adffcd0 00007ffb`89e74cb0     postgres!pg_timer_thread(
0000004c`1adffd10 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`1adffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004c`1a9ffbb8 00007ffb`8b6cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004c`1a9ffbc0 00007ffb`89e74cb0     ntdll!TppWorkerThread+0x2df
0000004c`1a9ffeb0 00007ffb`8b73edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004c`1a9ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/tablespace.out C:/cirrus/build/testrun/pg_upgrade/002_p...
--- C:/cirrus/src/test/regress/expected/tablespace.out	2025-03-31 05:00:05.796979300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablespace.out	2025-03-31 05:04:11.415315000 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/tablespace.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/tablespace.out	2025-03-31 05:00:05.796979300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/tablespace.out	2025-03-31 05:06:49.243179600 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/tablespace.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/tablespace.out	2025-03-31 05:00:05.796979300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/tablespace.out	2025-03-31 05:04:10.373052600 +0000
@@ -128,846 +128,7 @@
 (0 rows)
 
 REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl;
-SELECT c.relname FROM pg_class c, pg_tablespace s
-  WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'
-  ORDER BY c.relname;
-            relname            
--------------------------------
- regress_tblspace_test_tbl_idx
-(1 row)
-
-SELECT relfilenode = :main_filenode AS main_same FROM pg_class
-  WHERE relname = 'regress_tblspace_test_tbl_idx';
- main_same 
------------
- f
...
tap
[05:04:12.009](124.305s) not ok 5 - regression tests pass
[05:04:32.444](4.704s) not ok 13 - run of pg_upgrade --check for new instance
[05:04:32.446](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:04:35.962](3.516s) not ok 15 - run of pg_upgrade for new instance
[05:04:35.973](0.005s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:04:36.684](0.126s) not ok 17 - check that locales in new cluster match original cluster
[05:04:38.361](0.305s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:06:49.641](131.973s) not ok 2 - regression tests pass
test
[05:15:31.907]  17/330 postgresql:regress / regress/regress                                            ERROR           1...
[05:15:31.907]  18/330 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[05:15:31.907]  79/330 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[05:15:31.907] 219/330 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
53/5585 Filter irrelevant change before reassemble transactions during logical decoding
Linux - Debian Bookworm - Meson
core
[04:12:28.492] #0  <unavailable> in ?? ()
core
[04:12:28.492] #0  0x00007f30820aedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:28.492] #1  0x00007f308205b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:28.492] #2  0x00007f3082116244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:12:28.492] #3  0x00007f308212889c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[04:09:01.847](0.030s) not ok 39 - unpublished INSERT is filtered
test
[04:10:00.188] 271/335 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
52/4984 Serverside SNI for SSL connections
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:57:11.426](0.207s) not ok 33 - connect with correct server CA cert file sslmode=require
[03:57:11.426](0.000s) not ok 34 - connect with correct server CA cert file sslmode=require: no stderr
[03:57:11.519](0.000s) not ok 36 - connect fails since the passphrase protected key cannot be reloaded: matches
test
[03:57:35.064] 326/330 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
53/5673 Random pg_upgrade 004_subscription test failure on drongo
CompilerWarnings
compiler
[03:02:35.231] md.c:256:48: error: implicit declaration of function ‘pg_RtlGetLastNtStatus’ [-Werror=implicit-function-d...
52/5623 Make numeric type accessible to third-party code.
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:48:12.457](0.001s) not ok 2 - regular connections limit: matches
test
[01:50:27.692] 250/329 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
52/5012 Vacuum statistics
Linux - Debian Bookworm - Meson
core
[16:44:57.511] #0  <unavailable> in ?? ()
core
[16:44:57.393] #0  0x00007fde3eaf3dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.393] #1  0x00007fde3eaa0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.393] #2  0x00007fde3eaa0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.393] #3  0x00005614f91355c1 in ?? ()
[16:44:57.393] #4  0x00005614f912f369 in ?? ()
[16:44:57.393] #5  0x00005614f912e20f in ?? ()
[16:44:57.393] #6  0x00005614f912ec3b in ?? ()
[16:44:57.393] #7  0x00005614f912c66f in ?? ()
[16:44:57.393] #8  0x00007fde3ea8b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.393] #9  0x00007fde3ea8b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[16:44:57.511] #0  0x00007fde3eaf3dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.511] #1  0x00007fde3eaa0239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.511] #2  0x00007fde3eaa0497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.511] #3  0x00005614f91355f3 in ?? ()
[16:44:57.511] #4  0x00005614f912f369 in ?? ()
[16:44:57.511] #5  0x00005614f912e20f in ?? ()
[16:44:57.511] #6  0x00005614f912ec3b in ?? ()
[16:44:57.511] #7  0x00005614f912c66f in ?? ()
[16:44:57.511] #8  0x00007fde3ea8b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:44:57.511] #9  0x00007fde3ea8b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out /tmp/cirrus-ci-build/build-32/testru...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out	2025-03-30 16:26:08.407327263 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_index_statistics.out	2025-03-30 ...
@@ -60,7 +60,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey |       30 |             0 |              0
+ vestat_pkey |       24 |             0 |              0
 (1 row)
 
 SELECT relpages AS irp
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build-3...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2025-03-30 16:26:08.407327263 +00...
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_tables_and_db_statistics.out	202...
@@ -65,7 +65,7 @@
 WHERE vt.relname = 'vestat' AND vt.relid = c.oid;
  relname | vm_new_frozen_pages | tuples_deleted | relpages | pages_scanned | pages_removed 
 ---------+---------------------+----------------+----------+---------------+---------------
- vestat  |                   0 |              0 |      455 |             0 |             0
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out /tmp/cirrus-ci-build/build-32/testru...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out	2025-03-30 16:26:08.407327263 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/vacuum_index_statistics.out	2025-03-3...
@@ -60,7 +60,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey |       30 |             0 |              0
+ vestat_pkey |       24 |             0 |              0
 (1 row)
 
 SELECT relpages AS irp
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build-3...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2025-03-30 16:26:08.407327263 +00...
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/vacuum_tables_and_db_statistics.out	2...
@@ -65,7 +65,7 @@
 WHERE vt.relname = 'vestat' AND vt.relid = c.oid;
  relname | vm_new_frozen_pages | tuples_deleted | relpages | pages_scanned | pages_removed 
 ---------+---------------------+----------------+----------+---------------+---------------
- vestat  |                   0 |              0 |      455 |             0 |             0
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out /tmp/cirrus-ci-build/build-32/testru...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_index_statistics.out	2025-03-30 16:26:08.407327263 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/vacuum_index_statistics.out	2025-03-30 16:37:47.370803...
@@ -60,7 +60,7 @@
 WHERE vt.relname = 'vestat_pkey' AND vt.relid = c.oid;
    relname   | relpages | pages_deleted | tuples_deleted 
 -------------+----------+---------------+----------------
- vestat_pkey |       30 |             0 |              0
+ vestat_pkey |       24 |             0 |              0
 (1 row)
 
 SELECT relpages AS irp
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out /tmp/cirrus-ci-build/build-3...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_tables_and_db_statistics.out	2025-03-30 16:26:08.407327263 +00...
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/vacuum_tables_and_db_statistics.out	2025-03-30 16:37:4...
@@ -65,7 +65,7 @@
 WHERE vt.relname = 'vestat' AND vt.relid = c.oid;
  relname | vm_new_frozen_pages | tuples_deleted | relpages | pages_scanned | pages_removed 
 ---------+---------------------+----------------+----------+---------------+---------------
- vestat  |                   0 |              0 |      455 |             0 |             0
...
tap
[16:37:49.561](73.558s) not ok 5 - regression tests pass
tap
[16:39:08.437](76.549s) not ok 2 - regression tests pass
test
[16:42:27.752]  27/335 postgresql:regress / regress/regress                                            ERROR            ...
[16:42:27.752]  30/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[16:42:27.752]  99/335 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
52/5556 Expanding HOT updates for expression and partial indexes
FreeBSD - Meson
core
[15:19:59.326] #0  0x000043b728bcbe90 in ?? ()
[15:19:59.326] #1  0x0000000000000003 in ?? ()
[15:19:59.326] #2  0x000036088330dfd0 in ?? ()
[15:19:59.326] #3  0x000036088330dfd3 in ?? ()
[15:19:59.326] #4  0x000036088330dfd6 in ?? ()
[15:19:59.326] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/heap_hot_updates.out /tmp/cirrus-ci-build/build/testrun/pg_upgra...
--- /tmp/cirrus-ci-build/src/test/regress/expected/heap_hot_updates.out	2025-03-30 15:09:59.085881000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/heap_hot_updates.out	2025-03-30 15:12:52.4...
@@ -209,7 +209,7 @@
 SELECT pg_stat_get_xact_tuples_hot_updated('ex'::regclass); -- expect: 1 no new HOT updates
  pg_stat_get_xact_tuples_hot_updated 
 -------------------------------------
-                                   1
+                                   0
 (1 row)
 
 -- Let's make sure we're recording HOT updates for our 'ex' relation properly in the system
tap
[15:14:54.676](188.291s) not ok 5 - regression tests pass
test
[15:17:27.568] 172/334 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
53/5526 Add storage I/O tracking to EXPLAIN BUFFERS
FreeBSD - Meson
core
[08:25:17.104] #0  0x00004abb0bedc75a in ?? () from /libexec/ld-elf.so.1
[08:25:17.104] #1  0x00004abb0bed67fc in ?? () from /libexec/ld-elf.so.1
[08:25:17.104] #2  0x0000000000000000 in ?? ()
tap
[08:21:26.060](0.002s) not ok 23 - connect : matches
test
[08:22:49.374] 256/334 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
53/5669 Use CLOCK_MONOTONIC_COARSE for instr_time for explain analyze
FreeBSD - Meson
core
[06:36:51.631] #0  0x00000008294ff75a in _sigprocmask () from /lib/libc.so.7
[06:36:51.631] #1  0x000000082953ca2f in _system () from /lib/libc.so.7
[06:36:51.631] #2  0x000000082923f8a3 in ?? () from /lib/libthr.so.3
[06:36:51.631] #3  0x000000000067e607 in RestoreArchivedFile (path=path@entry=0x820fa71e0 "pg_wal/00000003.history", xlo...
[06:36:51.631] #4  0x0000000000689c50 in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[06:36:51.631] #5  0x000000000068599c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[06:36:51.631] #6  WaitForWALToBecomeAvailable (RecPtr=67199320, tliRecPtr=67199296, replayTLI=2, replayLSN=67199296, ra...
[06:36:51.631] #7  XLogPageRead (xlogreader=0x2847ba01d130, targetPagePtr=67198976, reqLen=344, targetRecPtr=67199296, r...
[06:36:51.631] #8  0x000000000068c99a in ReadPageInternal (state=state@entry=0x2847ba01d130, pageptr=67198976, reqLen=34...
[06:36:51.631] #9  0x000000000068b7c8 in XLogDecodeNextRecord (state=0x2847ba01d130, nonblocking=false) at ../src/backen...
core
[06:36:51.720] #0  0x000034767d9dee90 in ?? ()
[06:36:51.720] #1  0x0000000000000003 in ?? ()
[06:36:51.720] #2  0x000023b971ab5608 in ?? ()
[06:36:51.720] #3  0x000023b971ab560b in ?? ()
[06:36:51.720] #4  0x000023b971ab560e in ?? ()
[06:36:51.720] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out /tmp/cirrus-ci-build/build/testrun...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-03-30 06:26:55.778728000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/entry_timestamp.out	2025-03-30 06:30:27.516665...
@@ -45,7 +45,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                0 |                0 |                            0 |                     0
+     2 |                0 |                1 |                            0 |                     0
 (1 row)
 
 -- Perform single min/max reset
@@ -147,7 +147,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_exec_zero | minmax_ts_after_ref | stats_since_after_ref 
 -------+------------------+---------------------+-----------------------
-     2 |                1 |                   2 |                     0
+     2 |                2 |                   2 |                     0
 (1 row)
 
...
tap
[06:32:49.054](0.002s) not ok 23 - connect : matches
test
[06:34:20.605]  92/334 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[06:34:20.605] 256/334 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[06:40:59.389] #0  <unavailable> in ?? ()
core
[06:40:59.389] #0  0x00007f09f76b0dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:40:59.389] #1  0x00007f09f765d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:40:59.389] #2  0x00007f09f7718244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:40:59.389] #3  0x00007f09f772a89c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out /tmp/cirrus-ci-build/contrib/pg_st...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-03-30 06:26:55.969514888 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/entry_timestamp.out	2025-03-30 06:32:05.126359660 +0000
@@ -45,7 +45,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                0 |                0 |                            0 |                     0
+     2 |                0 |                2 |                            0 |                     0
 (1 row)
 
 -- Perform single min/max reset
@@ -71,7 +71,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                1 |                1 |                            1 |                     0
+     2 |                1 |                2 |                            1 |                     0
 (1 row)
 
...
Linux - Debian Bookworm - Meson
core
[06:38:37.127] #0  0x00007f2839972dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.127] #1  0x00007f283991f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.127] #2  0x00007f283991f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.127] #3  0x0000555e36a765f3 in ?? ()
[06:38:37.127] #4  0x0000555e36a70369 in ?? ()
[06:38:37.127] #5  0x0000555e36a6f20f in ?? ()
[06:38:37.127] #6  0x0000555e36a6fc3b in ?? ()
[06:38:37.127] #7  0x0000555e36a6d66f in ?? ()
[06:38:37.127] #8  0x00007f283990a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.127] #9  0x00007f283990a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:38:37.020] #0  0x00007f2839972dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.020] #1  0x00007f283991f239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.020] #2  0x00007f283991f497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.020] #3  0x0000555e36a765c1 in ?? ()
[06:38:37.020] #4  0x0000555e36a70369 in ?? ()
[06:38:37.020] #5  0x0000555e36a6f20f in ?? ()
[06:38:37.020] #6  0x0000555e36a6fc3b in ?? ()
[06:38:37.020] #7  0x0000555e36a6d66f in ?? ()
[06:38:37.020] #8  0x00007f283990a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:38:37.020] #9  0x00007f283990a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[06:38:37.127] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out /tmp/cirrus-ci-build/build/testrun...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-03-30 06:26:55.809428371 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/entry_timestamp.out	2025-03-30 06:33:11.344626...
@@ -45,7 +45,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                0 |                0 |                            0 |                     0
+     2 |                0 |                2 |                            0 |                     0
 (1 row)
 
 -- Perform single min/max reset
@@ -71,7 +71,7 @@
 WHERE query LIKE '%STMTTS%';
  total | minmax_plan_zero | minmax_exec_zero | minmax_stats_since_after_ref | stats_since_after_ref 
 -------+------------------+------------------+------------------------------+-----------------------
-     2 |                1 |                1 |                            1 |                     0
+     2 |                1 |                2 |                            1 |                     0
 (1 row)
 
...
test
[06:36:12.117]  90/335 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
52/5365 Fix creation of empty .log files during log rotation
macOS - Sonoma - Meson
tap
[05:18:11.491](0.000s) not ok 218 - pgbench gset command with two rows stderr /(?^:expected one row, got 2\b)/
test
[05:19:07.154] 222/334 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
52/5105 Prevent incorrect entries in pg_stat_activity.
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:04:19.186](0.006s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
test
[03:09:58.059] 142/329 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
52/5318 System views for versions reporting
CompilerWarnings
compiler
[20:04:06.953] ../../../src/include/utils/system_version.h:58:24: error: ‘struct dl_phdr_info’ declared inside parameter...
Linux - Debian Bookworm - Meson
core
[20:10:12.983] #0  0xf7f23559 in __kernel_vsyscall ()
[20:10:12.983] #1  0xf6855457 in ?? () from /lib/i386-linux-gnu/libc.so.6
[20:10:12.983] #2  0xf6804121 in raise () from /lib/i386-linux-gnu/libc.so.6
[20:10:12.983] #3  0xf67ed26a in abort () from /lib/i386-linux-gnu/libc.so.6
[20:10:12.983] #4  0xf6a10d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[20:10:12.983] #5  0xf6a1f896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[20:10:12.983] #6  0xf69fdc5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[20:10:12.983] #7  0x568c80c3 in fill_val (att=att@entry=0x588713c4, bit=<optimized out>, bitmask=bitmask@entry=0xffcee3...
[20:10:12.983] #8  0x568c9cba in heap_fill_tuple (tupleDesc=0x58871390, values=0xffcee480, isnull=0xffcee47d, data=<opti...
[20:10:12.983] #9  0x568cce63 in heap_form_minimal_tuple (tupleDescriptor=0x58871390, values=0xffcee480, isnull=0xffcee4...
core
[20:10:13.233] #0  0x00007ffb3ba06bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[20:10:13.233] #1  0x0000563d17f97cc0 in ?? ()
[20:10:13.233] #2  0x0000563d17f97efa in ?? ()
[20:10:13.233] #3  0x0000563d17f99630 in ?? ()
[20:10:13.233] #4  0x0000563d17f93371 in ?? ()
[20:10:13.233] #5  0x0000563d17f9220f in ?? ()
[20:10:13.233] #6  0x0000563d17f92c3b in ?? ()
[20:10:13.233] #7  0x0000563d17f9066f in ?? ()
[20:10:13.233] #8  0x00007ffb3b95a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[20:10:13.233] #9  0x00007ffb3b95a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:10:12.262] #0  0xf7ed0559 in __kernel_vsyscall ()
[20:10:12.262] #1  0xf6802457 in ?? () from /lib/i386-linux-gnu/libc.so.6
[20:10:12.262] #2  0xf67b1121 in raise () from /lib/i386-linux-gnu/libc.so.6
[20:10:12.262] #3  0xf679a26a in abort () from /lib/i386-linux-gnu/libc.so.6
[20:10:12.262] #4  0xf69bdd4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[20:10:12.262] #5  0xf69cc896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[20:10:12.262] #6  0xf69aac5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[20:10:12.262] #7  0x569650c3 in fill_val (att=att@entry=0x592a471c, bit=<optimized out>, bitmask=bitmask@entry=0xffe734...
[20:10:12.262] #8  0x56966cba in heap_fill_tuple (tupleDesc=0x592a46e8, values=0xffe735c0, isnull=0xffe735bd, data=<opti...
[20:10:12.262] #9  0x56969e63 in heap_form_minimal_tuple (tupleDescriptor=0x592a46e8, values=0xffe735c0, isnull=0xffe735...
core
[20:10:13.344] #0  0x00007f55dcb50b81 in ?? ()
[20:10:13.344] #1  0x0000000000000000 in ?? ()
[20:10:13.752] #0  0xf7f56559 in __kernel_vsyscall ()
core
[20:10:13.119] #0  0x00007f4f55aaedd4 in ?? ()
[20:10:13.119] #1  0x0000000000000000 in ?? ()
[20:10:13.231] #0  0x00007ffb3ba06bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[20:10:14.046] #0  0xf7f56559 in __kernel_vsyscall ()
[20:10:14.046] #1  0xf6888457 in ?? () from /lib/i386-linux-gnu/libc.so.6
[20:10:14.046] #2  0xf6837121 in raise () from /lib/i386-linux-gnu/libc.so.6
[20:10:14.046] #3  0xf682026a in abort () from /lib/i386-linux-gnu/libc.so.6
[20:10:14.046] #4  0xf6a43d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos...
[20:10:14.046] #5  0xf6a52896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi...
[20:10:14.046] #6  0xf6a30c5b in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=<optimized out>) at ../../../../../src/...
[20:10:14.046] #7  0x569a00c3 in fill_val (att=att@entry=0x5890411c, bit=<optimized out>, bitmask=bitmask@entry=0xff913e...
[20:10:14.046] #8  0x569a1cba in heap_fill_tuple (tupleDesc=0x589040e8, values=0xff913ef0, isnull=0xff913eed, data=<opti...
[20:10:14.046] #9  0x569a4e63 in heap_form_minimal_tuple (tupleDescriptor=0x589040e8, values=0xff913ef0, isnull=0xff913e...
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	2025-03-29 19:52:26.329748026 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-03-29 20:03:08.956984...
@@ -235,15 +235,7 @@
 -- At least 4 core versions should be present, architecture, ICU, core and
 -- compiler
 select count(*) >= 4 as ok FROM pg_system_versions;
- ok 
-----
- t
-(1 row)
-
--- There is always some number of shared objects
-select count(*) > 0 as ok FROM pg_system_libraries;
- ok 
-----
- t
-(1 row)
-
+server closed the connection unexpectedly
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out /tmp/cirrus-ci-build/build-32/testrun/reco...
--- /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out	2025-03-29 19:52:26.249748024 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/create_table_like.out	2025-03-29 20:0...
@@ -320,352 +320,10 @@
 -- including storage and comments
 CREATE TABLE ctlt1 (a text CHECK (length(a) > 2) ENFORCED PRIMARY KEY,
 	b text CHECK (length(b) > 100) NOT ENFORCED);
-CREATE INDEX ctlt1_b_key ON ctlt1 (b);
-CREATE INDEX ctlt1_fnidx ON ctlt1 ((a || b));
-CREATE STATISTICS ctlt1_a_b_stat ON a,b FROM ctlt1;
-CREATE STATISTICS ctlt1_expr_stat ON (a || b) FROM ctlt1;
-COMMENT ON STATISTICS ctlt1_a_b_stat IS 'ab stats';
-COMMENT ON STATISTICS ctlt1_expr_stat IS 'ab expr stats';
-COMMENT ON COLUMN ctlt1.a IS 'A';
-COMMENT ON COLUMN ctlt1.b IS 'B';
-COMMENT ON CONSTRAINT ctlt1_a_check ON ctlt1 IS 't1_a_check';
-COMMENT ON INDEX ctlt1_pkey IS 'index pkey';
-COMMENT ON INDEX ctlt1_b_key IS 'index b_key';
-ALTER TABLE ctlt1 ALTER COLUMN a SET STORAGE MAIN;
-CREATE TABLE ctlt2 (c text);
...
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	2025-03-29 19:52:26.329748026 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/sysviews.out	2025-03-29 20:03:07.568985214 +0000
@@ -235,15 +235,7 @@
 -- At least 4 core versions should be present, architecture, ICU, core and
 -- compiler
 select count(*) >= 4 as ok FROM pg_system_versions;
- ok 
-----
- t
-(1 row)
-
--- There is always some number of shared objects
-select count(*) > 0 as ok FROM pg_system_libraries;
- ok 
-----
- t
-(1 row)
-
+server closed the connection unexpectedly
...
tap
[20:03:11.416](41.998s) not ok 5 - regression tests pass
[20:03:20.523](1.403s) not ok 13 - run of pg_upgrade --check for new instance
[20:03:20.523](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[20:03:21.686](1.162s) not ok 15 - run of pg_upgrade for new instance
[20:03:21.689](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[20:03:21.891](0.053s) not ok 17 - check that locales in new cluster match original cluster
[20:03:22.664](0.111s) not ok 19 - old and new dumps match after pg_upgrade
tap
[20:04:09.867](39.776s) not ok 2 - regression tests pass
test
[20:07:43.117]  14/335 postgresql:regress / regress/regress                                            ERROR            ...
[20:07:43.117]  16/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[20:07:43.117]  57/335 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
52/5509 Coccinelle for PostgreSQL development
FreeBSD - Meson
core
[08:01:41.410] #0  0x00000a6354c3277f in ?? () from /lib/libc.so.7
[08:01:41.410] #1  0x00000a6354c33769 in ?? () from /lib/libc.so.7
[08:01:41.410] #2  0x00000a6354c33659 in ?? () from /lib/libc.so.7
[08:01:41.410] #3  0x00000a6354c334b3 in ?? () from /lib/libc.so.7
[08:01:41.410] #4  0x00000a6354c33111 in setlocale () from /lib/libc.so.7
[08:01:41.410] #5  0x00000a5b322927ce in ?? ()
[08:01:41.410] #6  0x00000a6354beac3a in __libc_start1 () from /lib/libc.so.7
[08:01:41.410] #7  0x00000a5b3228323d in ?? ()
tap
[07:57:28.525](0.005s) not ok 23 - connect : matches
test
[07:59:05.527] 256/334 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
52/4945 Extend ALTER DEFAULT PRIVILEGES for large objects
macOS - Sonoma - Meson
tap
[02:30:29.456](0.000s) not ok 92 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[02:30:29.457](0.000s) not ok 93 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[02:30:29.457](0.000s) not ok 94 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[02:30:29.457](0.000s) not ok 96 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[02:30:29.457](0.000s) not ok 97 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: wa...
[02:30:29.457](0.000s) not ok 99 - checking otherwise existent objects in the wrong databases stderr /(?^:pg_amcheck: er...
test
[02:32:12.678] 145/334 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
52/5195 Index AM API cleanup
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
test
[16:16:36.417] 334/334 postgresql:subscription / subscription/024_add_drop_pub                         ERROR           1...
52/5357 New predefined role pg_manage_extensions
FreeBSD - 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	2025-03-28 08:26:52.717399000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2025-03-28 08:29:08.166396000 +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:  Must be superuser or member of pg_manage_extensions 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:  Must be superuser or member of pg_manage_extensions to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[08:33:41.941]  51/334 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[08:40:05.255] #0  0x00007ff52a67ddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.255] #1  0x00007ff52a62a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.255] #2  0x00007ff52a62a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.255] #3  0x0000557f644505c1 in ?? ()
[08:40:05.255] #4  0x0000557f6444a369 in ?? ()
[08:40:05.255] #5  0x0000557f6444920f in ?? ()
[08:40:05.255] #6  0x0000557f64449c3b in ?? ()
[08:40:05.255] #7  0x0000557f6444766f in ?? ()
[08:40:05.255] #8  0x00007ff52a61524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.255] #9  0x00007ff52a615305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:40:05.126] #0  <unavailable> in ?? ()
core
[08:40:05.126] #0  0x00007ff52a67ddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.126] #1  0x00007ff52a62a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.126] #2  0x00007ff52a62a497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.126] #3  0x0000557f644505f3 in ?? ()
[08:40:05.126] #4  0x0000557f6444a369 in ?? ()
[08:40:05.126] #5  0x0000557f6444920f in ?? ()
[08:40:05.126] #6  0x0000557f64449c3b in ?? ()
[08:40:05.126] #7  0x0000557f6444766f in ?? ()
[08:40:05.126] #8  0x00007ff52a61524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:40:05.126] #9  0x00007ff52a615305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-03-28 08:26:56.911789379 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2025-03-28 08:29:29.515010348 +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:  Must be superuser or member of pg_manage_extensions 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:  Must be superuser or member of pg_manage_extensions to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
Linux - Debian Bookworm - Meson
core
[08:37:52.927] #0  0x00007ff964caedd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:37:52.927] #1  0x00007ff964c5b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[08:37:52.927] #2  0x00007ff964d16244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:37:52.927] #3  0x00007ff964d2889c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:37:52.927] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-03-28 08:26:53.099339331 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2025-03-28 08:31:43.651324076 +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:  Must be superuser or member of pg_manage_extensions 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:  Must be superuser or member of pg_manage_extensions to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[08:35:24.170]  51/335 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	2025-03-28 08:26:13
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2025-03-28 08:29:09
@@ -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:  Must be superuser or member of pg_manage_extensions 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:  Must be superuser or member of pg_manage_extensions to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[08:31:41.548]  51/334 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	2025-03-28 08:27:00.800990000 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2025-03-28 08:33:03.338154500 +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:  Must be superuser or member of pg_manage_extensions 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:  Must be superuser or member of pg_manage_extensions to create this extension.
 CREATE SCHEMA plperl_setup_scratch;
 SET search_path = plperl_setup_scratch;
...
test
[08:40:59.494]  50/329 postgresql:plperl / plperl/regress                                              ERROR            ...
52/5386 Log LSN before table is dropped
macOS - Sonoma - Meson
core
[06:39:58.623]   * frame #0: 0x000000019c9a4ccc libsystem_kernel.dylib`_kernelrpc_mach_port_construct_trap + 8
[06:39:58.623]     frame #1: 0x000000019c9a5f40 libsystem_kernel.dylib`mach_port_construct + 40
[06:39:58.623]     frame #2: 0x000000019c730450 libsystem_trace.dylib`_os_trace_create_debug_control_port + 76
[06:39:58.623]     frame #3: 0x000000019c7303dc libsystem_trace.dylib`_libtrace_init + 156
[06:39:58.623]     frame #4: 0x00000001a966c658 libSystem.B.dylib`libSystem_initializer + 268
[06:39:58.623]     frame #5: 0x000000019c676608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia...
[06:39:58.623]     frame #6: 0x000000019c6b4d6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti...
[06:39:58.623]     frame #7: 0x000000019c6a8400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v...
[06:39:58.623]     frame #8: 0x000000019c6572fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma...
[06:39:58.623]     frame #9: 0x000000019c6a7394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf...
tap
[06:33:43.772](0.000s) not ok 67 - slot has been invalidated
test
[06:36:23.807]  49/334 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
52/5438 bt_index_parent_check false alarm for indexes created concurrently
FreeBSD - Meson
core
[12:36:17.730] #0  0x00003b8b1e33ae90 in ?? ()
[12:36:17.730] #1  0x0000000000000000 in ?? ()
test
[12:33:43.470] 319/335 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
52/5548 Document custom settings more consistently
macOS - Sonoma - Meson
tap
[10:44:33.396](0.000s) not ok 15 - can't omit a required backup: matches
tap
[10:45:59.904](0.000s) not ok 23 - list_parted2_def scanned
[10:45:59.905](0.000s) not ok 24 - part_6 verified by existing constraints
test
[10:46:14.201] 164/334 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[10:46:14.201] 313/334 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
52/5478 SQL/JSON json_table PLAN clause
FreeBSD - Meson
test
[04:52:29.761] 316/333 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
52/5086 Document NULL Concepts and Behaviors
macOS - Sonoma - Meson
tap
[03:09:59.605](0.000s) not ok 31 - receiving 100K lines works: stdout matches
test
[03:12:36.242]  50/333 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
53/5515 split func.sgml to separated individual sgml files
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:22:16.724](0.001s) not ok 2 - can't connect to invalid database - error message
test
[02:29:51.775]  40/328 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
52/4966 Parallel CREATE INDEX for GIN indexes
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:07:11.813](0.000s) not ok 23 - connect : matches
test
[00:09:32.085] 251/328 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
52/5093 Incremental Sort Cost Estimation Instability
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[23:29:42.266](0.416s) Bail out!  pg_ctl start failed
test
[23:35:14.443] 193/328 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
53/5633 Lock-free XLog Reservation from WAL
FreeBSD - Meson
tap
[21:22:30.049](0.001s) not ok 23 - connect : matches
test
[21:23:51.883] 255/333 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
52/4735 Support a wildcard in backtrace_functions
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/build/testrun/pg_o...
--- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out	2025-03-26 18:14:03.523615000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-03-26 18:17:43.269052000 +...
@@ -387,25 +387,25 @@
  Nested Loop (actual rows=8.00 loops=1)
    Disabled Nodes: 0
    Parallel Safe: true
-   Plan Node ID: 0
+   Plan Node ID: 1
    ->  Append (actual rows=8.00 loops=1)
          Disabled Nodes: 0
          Parallel Safe: true
-         Plan Node ID: 1
+         Plan Node ID: 2
          ->  Index Scan using brassica_id_idx on brassica v1_1 (actual rows=7.00 loops=1)
                Index Searches: 1
                Disabled Nodes: 0
                Parallel Safe: true
-               Plan Node ID: 2
+               Plan Node ID: 3
...
test
[18:21:30.754]  85/333 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
52/5044 new plpgsql.extra_errors check - strict_expr_check
FreeBSD - Meson
tap
[15:12:15.509](0.750s) not ok 7 - check replication worked well before renaming a publication
[15:12:15.651](0.141s) not ok 8 - check the tuple inserted after the RENAME was not replicated
test
[15:13:28.367] 262/332 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
52/5091 inplace update: send nontransactional invalidations
macOS - Sonoma - Meson
tap
[10:05:29.940](0.001s) not ok 9 - ecpg with invalid option prints error message
test
[10:06:32.812] 222/332 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg                                    ERROR            ...
53/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
FreeBSD - Meson
core
[19:48:14.673] #0  0x000000082a25175a in _sigprocmask () from /lib/libc.so.7
[19:48:14.673] #1  0x000000082a28ea2f in _system () from /lib/libc.so.7
[19:48:14.673] #2  0x000000082afb38a3 in ?? () from /lib/libthr.so.3
[19:48:14.673] #3  0x000000000067d987 in RestoreArchivedFile (path=path@entry=0x820bcf1e0 "pg_wal/00000003.history", xlo...
[19:48:14.673] #4  0x0000000000688fd0 in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[19:48:14.673] #5  0x0000000000684d1c in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[19:48:14.673] #6  WaitForWALToBecomeAvailable (RecPtr=67199320, tliRecPtr=67199296, replayTLI=2, replayLSN=67199296, ra...
[19:48:14.673] #7  XLogPageRead (xlogreader=0x36b62a01d130, targetPagePtr=67198976, reqLen=344, targetRecPtr=67199296, r...
[19:48:14.673] #8  0x000000000068bd1a in ReadPageInternal (state=state@entry=0x36b62a01d130, pageptr=67198976, reqLen=34...
[19:48:14.673] #9  0x000000000068ab48 in XLogDecodeNextRecord (state=0x36b62a01d130, nonblocking=false) at ../src/backen...
core
[19:48:14.774] #0  0x00004464d310c75a in ?? () from /libexec/ld-elf.so.1
[19:48:14.774] #1  0x00004464d31067fc in ?? () from /libexec/ld-elf.so.1
[19:48:14.774] #2  0x0000000000000000 in ?? ()
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
test
[19:45:45.019] 331/331 postgresql:subscription / subscription/024_add_drop_pub                         ERROR           1...
53/5627 Fix oldest LSN calculation for WAL segments removal when slots are advancing during checkpoint
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:30:52.314](0.515s) not ok 5 - psql connect success
[17:30:52.316](0.001s) not ok 6 - psql select 1
test
[17:38:22.018]  46/326 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
53/5648 Warning for Datatype mismatch between subscriber table and publisher table for logical replication
CompilerWarnings
compiler
[14:18:14.711] tablesync.c:1132:12: error: mixing declarations and code is incompatible with standards before C99 [-Werr...
compiler
[14:17:40.036] tablesync.c:1132:12: error: mixing declarations and code is incompatible with standards before C99 [-Werr...
compiler
[14:16:39.665] tablesync.c:1132:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[14:16:08.415] tablesync.c:1132:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[14:19:26.187] tablesync.c:1132:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
FreeBSD - Meson
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:25:08.556](224.329s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at /tmp/cirrus-ci-build/src/test/subscription/t/031_column_list.pl ...
test
[14:25:08.888]   5/331 postgresql:isolation / isolation/isolation                                      ERROR            ...
[14:25:08.888] 330/331 postgresql:subscription / subscription/008_diff_schema                          ERROR           1...
[14:25:08.888] 331/331 postgresql:subscription / subscription/031_column_list                          ERROR           2...
Linux - Debian Bookworm - Meson
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:25:24.763](211.193s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at /tmp/cirrus-ci-build/src/test/subscription/t/031_column_list.pl ...
test
[14:25:25.069]   5/332 postgresql:isolation / isolation/isolation                                      ERROR            ...
[14:25:25.069] 331/332 postgresql:subscription / subscription/008_diff_schema                          ERROR           1...
[14:25:25.069] 332/332 postgresql:subscription / subscription/031_column_list                          ERROR           2...
macOS - Sonoma - Meson
core
[14:25:59.360]   * frame #0: 0x0000000100fb8b70 dyld`_dyld_start
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:21:59.896](227.950s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at /Users/admin/pgsql/src/test/subscription/t/031_column_list.pl li...
test
[14:22:00.226]   5/331 postgresql:isolation / isolation/isolation                                      ERROR            ...
[14:22:00.226] 330/331 postgresql:subscription / subscription/008_diff_schema                          ERROR           1...
[14:22:00.226] 331/331 postgresql:subscription / subscription/031_column_list                          ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:32:04.027](317.658s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at C:/cirrus/src/test/subscription/t/031_column_list.pl line 151.
test
[14:32:04.457]   5/326 postgresql:isolation / isolation/isolation                                      ERROR            ...
[14:32:04.457] 325/326 postgresql:subscription / subscription/008_diff_schema                          ERROR           2...
[14:32:04.457] 326/326 postgresql:subscription / subscription/031_column_list                          ERROR           3...
52/5110 Add XMLCast (SQL/XML X025)
macOS - Sonoma - Meson
core
[13:12:23.791]   * frame #0: 0x0000000105080b70 dyld`_dyld_start
tap
[13:07:35.054](0.000s) not ok 97 - server parameter logging stderr /(?^:ERROR:  division by zero)/
[13:07:35.054](0.000s) not ok 98 - server parameter logging stderr /(?^:CONTEXT:  unnamed portal with parameters: \$1 = ...
test
[13:08:45.952] 219/331 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
53/5637 Memory context can be its own parent and child in replication command
macOS - Sonoma - Meson
tap
[00:56:12.377](0.058s) not ok 34 - quuux1 table scanned
test
[00:56:24.226] 312/332 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
53/5644 Add arbitrary xid and mxid to pg_resetwal
FreeBSD - Meson
tap
[00:38:23.639](33.553s) not ok 15 - run of pg_upgrade for new instance
[00:38:23.639](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:38:25.044](0.075s) not ok 19 - old and new dumps match after pg_upgrade
test
[00:39:27.451] 268/331 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
Linux - Debian Bookworm - Autoconf
tap
[00:36:48.561](10.107s) Bail out!  command "pg_resetwal -D /tmp/cirrus-ci-build/src/bin/pg_resetwal/tmp_check/t_003_adva...
tap
[00:38:38.868](6.503s) not ok 15 - run of pg_upgrade for new instance
[00:38:38.869](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:38:39.672](0.077s) not ok 19 - old and new dumps match after pg_upgrade
Linux - Debian Bookworm - Meson
tap
[00:35:51.684](8.645s) not ok 15 - run of pg_upgrade for new instance
[00:35:51.684](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:35:52.555](0.141s) not ok 19 - old and new dumps match after pg_upgrade
test
[00:38:02.626] 103/332 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
macOS - Sonoma - Meson
tap
[00:34:36.099](7.628s) not ok 15 - run of pg_upgrade for new instance
[00:34:36.099](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:34:36.710](0.158s) not ok 19 - old and new dumps match after pg_upgrade
test
[00:37:12.454]  42/331 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000099`a8fffbf8 00007ff8`83577d23     ntdll!NtRemoveIoCompletion+0x14
00000099`a8fffc00 00007ff8`7949fca9     KERNELBASE!GetQueuedCompletionStatus+0x53
00000099`a8fffc60 00007ff8`7949f72d     COMSVCS!WORK_QUEUE::WorkerLoop+0xad
00000099`a8fffd40 00007ff8`8455dfd4     COMSVCS!WORK_QUEUE::ThreadLoop+0xd
00000099`a8fffd70 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a8fffda0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a8fffdd0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a8fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a86ff8e8 00007ff8`8354da4e     ntdll!NtWaitForSingleObject+0x14
00000099`a86ff8f0 00007ff8`845f2dbd     KERNELBASE!WaitForSingleObjectEx+0x8e
00000099`a86ff990 00007ff8`845f3073     combase!CSurrogateProcessActivator::WaitForSurrogateTimeout(void)+0x7d [onecore\...
00000099`a86ff9e0 00007ff6`d038116a     combase!CoRegisterSurrogateEx(
00000099`a86ffa10 00007ff6`d0381450     dllhost!wWinMain+0x162
00000099`a86ffcd0 00007ff8`84334cb0     dllhost!__scrt_common_main_seh+0x110
00000099`a86ffd10 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a86ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a89ff568 00007ff8`8354da4e     ntdll!NtWaitForSingleObject+0x14
00000099`a89ff570 00007ff8`83d17955     KERNELBASE!WaitForSingleObjectEx+0x8e
00000099`a89ff610 00007ff8`83d1720f     sechost!ScSendResponseReceiveControls+0x149
00000099`a89ff750 00007ff8`83d15ce0     sechost!ScDispatcherLoop+0x14b
00000099`a89ff890 00007ff8`8479924e     sechost!StartServiceCtrlDispatcherW+0x70
00000099`a89ff8c0 00007ff8`84334cb0     combase!CSurrogateProcessActivator::StartNTService(
00000099`a89ff930 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a89ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a8cff6a8 00007ff8`8596b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`a8cff6b0 00007ff8`84334cb0     ntdll!TppWorkerThread+0x2df
00000099`a8cff9a0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a8cff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a8dff9d8 00007ff8`83dd61ae     win32u!NtUserGetMessage+0x14
00000099`a8dff9e0 00007ff8`845f4368     user32!GetMessageW+0x2e
00000099`a8dffa40 00007ff8`845f42a0     combase!CDllHost::STAWorkerLoop(void)+0x64 [onecore\com\combase\objact\dllhost.c...
00000099`a8dffac0 00007ff8`846a988c     combase!CDllHost::WorkerThread(void)+0xd4 [onecore\com\combase\objact\dllhost.cx...
00000099`a8dffb00 00007ff8`846a9809     combase!CRpcThread::WorkerLoop(void)+0x58 [onecore\com\combase\dcomrem\threads.c...
00000099`a8dffb70 00007ff8`84334cb0     combase!CRpcThreadCache::RpcWorkerThreadEntry(
00000099`a8dffba0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a8dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a8eff7b8 00007ff8`8357497c     ntdll!NtWaitForMultipleObjects+0x14
00000099`a8eff7c0 00007ff8`8357487e     KERNELBASE!WaitForMultipleObjectsEx+0xec
00000099`a8effab0 00007ff8`7944eb89     KERNELBASE!WaitForMultipleObjects+0xe
00000099`a8effaf0 00007ff8`84334cb0     COMSVCS!PostData+0x309
00000099`a8effcd0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a8effd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a91ff928 00007ff8`8354da4e     ntdll!NtWaitForSingleObject+0x14
00000099`a91ff930 00007ff8`793f6c5a     KERNELBASE!WaitForSingleObjectEx+0x8e
00000099`a91ff9d0 00007ff8`8455dfd4     COMSVCS!CSTAThreadPool::LoadBalanceThreadControlLoop+0x2a
00000099`a91ffa00 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a91ffa30 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a91ffa60 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a91ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a92ffc98 00007ff8`8354da4e     ntdll!NtWaitForSingleObject+0x14
00000099`a92ffca0 00007ff8`793f6c17     KERNELBASE!WaitForSingleObjectEx+0x8e
00000099`a92ffd40 00007ff8`8455dfd4     COMSVCS!CSTAThreadPool::KillThreadControlLoop+0x27
00000099`a92ffd70 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a92ffda0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a92ffdd0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a92ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a93fd8b0 00007ff8`74b75d43     GoogleVssProvider!abort(void)+0x35 [minkernel\crts\ucrt\src\appcrt\startup\abort...
00000099`a93fd8e0 00007ff8`74630969     GoogleVssProvider!terminate(void)+0x1f [minkernel\crts\ucrt\src\appcrt\misc\term...
00000099`a93fd910 00007ff8`7462f746     GoogleVssProvider!GHwProvider::~GHwProvider(void)+0x119 [T:\src\piper\google3\th...
00000099`a93fd950 00007ff8`7462f6b1     GoogleVssProvider!ATL::CComObject<GHwProvider>::`scalar deleting destructor'(voi...
00000099`a93fd990 00007ff8`846dbe17     GoogleVssProvider!ATL::CComObject<GHwProvider>::Release(void)+0x41 [T:\src\piper...
00000099`a93fd9d0 00007ff8`8467f3e2     combase!<lambda_ef8a5b5bdab9c6b69f38e6b21c5d3987>::operator()(void)+0xd3 [onecor...
00000099`a93fda10 00007ff8`8467f3b5     combase!ObjectMethodExceptionHandlingAction<<lambda_ef8a5b5bdab9c6b69f38e6b21c5d...
00000099`a93fda60 00007ff8`846db8d5     combase!CStdIdentity::ReleaseCtrlUnk(
00000099`a93fdb10 00007ff8`8466edaa     combase!CStdMarshal::DisconnectWorker_ReleasesLock(
00000099`a93fdba0 00007ff8`84671af4     combase!CStdMarshal::Disconnect(
core
00000099`a94ffbd8 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a94ffbe0 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a94ffc20 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a94ffc60 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a94ffd40 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a94ffd70 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a94ffda0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a94ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a95ffb48 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a95ffb50 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a95ffb90 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a95ffbd0 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a95ffcb0 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a95ffce0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a95ffd10 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a95ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a96ff6d8 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a96ff6e0 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a96ff720 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a96ff760 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a96ff840 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a96ff870 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a96ff8a0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a96ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a97ffb38 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a97ffb40 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a97ffb80 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a97ffbc0 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a97ffca0 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a97ffcd0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a97ffd00 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a97ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a98ff808 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a98ff810 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a98ff850 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a98ff890 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a98ff970 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a98ff9a0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a98ff9d0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a98ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a99ffa88 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a99ffa90 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a99ffad0 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a99ffb10 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a99ffbf0 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a99ffc20 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a99ffc50 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a99ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a9aff768 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a9aff770 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a9aff7b0 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a9aff7f0 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a9aff8d0 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a9aff900 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a9aff930 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a9aff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a9bff9b8 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a9bff9c0 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a9bffa00 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a9bffa40 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a9bffb20 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a9bffb50 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a9bffb80 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a9bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a9cff608 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a9cff610 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a9cff650 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a9cff690 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a9cff770 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a9cff7a0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a9cff7d0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a9cff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a9dffd38 00007ff8`83dd54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000099`a9dffd40 00007ff8`83dd53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000099`a9dffd80 00007ff8`793fb0d6     user32!MsgWaitForMultipleObjects+0x55
00000099`a9dffdc0 00007ff8`8455dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000099`a9dffea0 00007ff8`8455e0ac     msvcrt!_callthreadstartex+0x28
00000099`a9dffed0 00007ff8`84334cb0     msvcrt!_threadstartex+0x7c
00000099`a9dfff00 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a9dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`a87ff4b8 00007ff8`8596b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`a87ff4c0 00007ff8`84334cb0     ntdll!TppWorkerThread+0x2df
00000099`a87ff7b0 00007ff8`859dedcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`a87ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[00:38:05.090](13.095s) not ok 15 - run of pg_upgrade for new instance
[00:38:05.095](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:38:07.685](0.367s) not ok 19 - old and new dumps match after pg_upgrade
test
[00:46:32.564]  32/326 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
52/5538 SVE enablement for hex-encode and hex-decode
FreeBSD - Meson
tap
[21:35:16.188](0.214s) not ok 7 - check replication worked well before renaming a publication
[21:35:16.440](0.249s) not ok 8 - check the tuple inserted after the RENAME was not replicated
test
[21:36:31.085] 260/331 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
52/5325 Add sortsupport for range types and btree_gist
Windows - Server 2019, VS 2019 - Meson & ninja
core
000000cf`368ffac8 00007ffa`f1dbda4e     ntdll!NtWaitForSingleObject+0x14
000000cf`368ffad0 00007ffa`f26c2dbd     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`368ffb70 00007ffa`f26c3073     combase!CSurrogateProcessActivator::WaitForSurrogateTimeout(void)+0x7d [onecore\...
000000cf`368ffbc0 00007ff7`1af7116a     combase!CoRegisterSurrogateEx(
000000cf`368ffbf0 00007ff7`1af71450     dllhost!wWinMain+0x162
000000cf`368ffeb0 00007ffa`f2f94cb0     dllhost!__scrt_common_main_seh+0x110
000000cf`368ffef0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`368fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`381ff258 00007ffa`f1e048fa     ntdll!NtFsControlFile+0x14
000000cf`381ff260 00007ffa`e2fe1f22     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`381ff2d0 00007ffa`e2fdfce0     GoogleVssProvider!GHwProvider::NamedPipeWorker(void)+0xe2 [T:\src\piper\google3\...
000000cf`381ff780 00007ffa`e3525b68     GoogleVssProvider!std::thread::_Invoke<std::tuple<void (
000000cf`381ff7c0 00007ffa`f2f94cb0     GoogleVssProvider!thread_start<unsigned int (
000000cf`381ff7f0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`381ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`37cff5c8 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`37cff5d0 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`37cff610 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`37cff650 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`37cff730 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`37cff760 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`37cff790 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`37cff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`37fff5e8 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`37fff5f0 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`37fff630 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`37fff670 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`37fff750 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`37fff780 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`37fff7b0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`37fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`37bff738 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`37bff740 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`37bff780 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`37bff7c0 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`37bff8a0 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`37bff8d0 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`37bff900 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`37bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`37affa68 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`37affa70 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`37affab0 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`37affaf0 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`37affbd0 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`37affc00 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`37affc30 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`37affc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`369ff588 00007ffa`f46cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`369ff590 00007ffa`f2f94cb0     ntdll!TppWorkerThread+0x2df
000000cf`369ff880 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`369ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`370ff458 00007ffa`f1de497c     ntdll!NtWaitForMultipleObjects+0x14
000000cf`370ff460 00007ffa`f1de487e     KERNELBASE!WaitForMultipleObjectsEx+0xec
000000cf`370ff750 00007ffa`e7c9eb89     KERNELBASE!WaitForMultipleObjects+0xe
000000cf`370ff790 00007ffa`f2f94cb0     COMSVCS!PostData+0x309
000000cf`370ff970 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`370ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`373ffd28 00007ffa`f1dbda4e     ntdll!NtWaitForSingleObject+0x14
000000cf`373ffd30 00007ffa`e7c46c5a     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`373ffdd0 00007ffa`f261dfd4     COMSVCS!CSTAThreadPool::LoadBalanceThreadControlLoop+0x2a
000000cf`373ffe00 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`373ffe30 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`373ffe60 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`373ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`374ffcd8 00007ffa`f1dbda4e     ntdll!NtWaitForSingleObject+0x14
000000cf`374ffce0 00007ffa`e7c46c17     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`374ffd80 00007ffa`f261dfd4     COMSVCS!CSTAThreadPool::KillThreadControlLoop+0x27
000000cf`374ffdb0 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`374ffde0 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`374ffe10 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`374ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`375fdbb0 00007ffa`e3525d43     GoogleVssProvider!abort(void)+0x35 [minkernel\crts\ucrt\src\appcrt\startup\abort...
000000cf`375fdbe0 00007ffa`e2fe0969     GoogleVssProvider!terminate(void)+0x1f [minkernel\crts\ucrt\src\appcrt\misc\term...
000000cf`375fdc10 00007ffa`e2fdf746     GoogleVssProvider!GHwProvider::~GHwProvider(void)+0x119 [T:\src\piper\google3\th...
000000cf`375fdc50 00007ffa`e2fdf6b1     GoogleVssProvider!ATL::CComObject<GHwProvider>::`scalar deleting destructor'(voi...
000000cf`375fdc90 00007ffa`f27abe17     GoogleVssProvider!ATL::CComObject<GHwProvider>::Release(void)+0x41 [T:\src\piper...
000000cf`375fdcd0 00007ffa`f274f3e2     combase!<lambda_ef8a5b5bdab9c6b69f38e6b21c5d3987>::operator()(void)+0xd3 [onecor...
000000cf`375fdd10 00007ffa`f274f3b5     combase!ObjectMethodExceptionHandlingAction<<lambda_ef8a5b5bdab9c6b69f38e6b21c5d...
000000cf`375fdd60 00007ffa`f27ab8d5     combase!CStdIdentity::ReleaseCtrlUnk(
000000cf`375fde10 00007ffa`f273edaa     combase!CStdMarshal::DisconnectWorker_ReleasesLock(
000000cf`375fdea0 00007ffa`f2741af4     combase!CStdMarshal::Disconnect(
core
000000cf`376ffc08 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`376ffc10 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`376ffc50 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`376ffc90 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`376ffd70 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`376ffda0 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`376ffdd0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`376ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`371ff838 00007ffa`f1de7d23     ntdll!NtRemoveIoCompletion+0x14
000000cf`371ff840 00007ffa`e7cefca9     KERNELBASE!GetQueuedCompletionStatus+0x53
000000cf`371ff8a0 00007ffa`e7cef72d     COMSVCS!WORK_QUEUE::WorkerLoop+0xad
000000cf`371ff980 00007ffa`f261dfd4     COMSVCS!WORK_QUEUE::ThreadLoop+0xd
000000cf`371ff9b0 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`371ff9e0 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`371ffa10 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`371ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`36fffa08 00007ffa`f2ce61ae     win32u!NtUserGetMessage+0x14
000000cf`36fffa10 00007ffa`f26c4368     user32!GetMessageW+0x2e
000000cf`36fffa70 00007ffa`f26c42a0     combase!CDllHost::STAWorkerLoop(void)+0x64 [onecore\com\combase\objact\dllhost.c...
000000cf`36fffaf0 00007ffa`f277988c     combase!CDllHost::WorkerThread(void)+0xd4 [onecore\com\combase\objact\dllhost.cx...
000000cf`36fffb30 00007ffa`f2779809     combase!CRpcThread::WorkerLoop(void)+0x58 [onecore\com\combase\dcomrem\threads.c...
000000cf`36fffba0 00007ffa`f2f94cb0     combase!CRpcThreadCache::RpcWorkerThreadEntry(
000000cf`36fffbd0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`36fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`36dff9c8 00007ffa`f46cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`36dff9d0 00007ffa`f2f94cb0     ntdll!TppWorkerThread+0x2df
000000cf`36dffcc0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`36dffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`36bffb18 00007ffa`f1dbda4e     ntdll!NtWaitForSingleObject+0x14
000000cf`36bffb20 00007ffa`f4527955     KERNELBASE!WaitForSingleObjectEx+0x8e
000000cf`36bffbc0 00007ffa`f452720f     sechost!ScSendResponseReceiveControls+0x149
000000cf`36bffd00 00007ffa`f4525ce0     sechost!ScDispatcherLoop+0x14b
000000cf`36bffe40 00007ffa`f286924e     sechost!StartServiceCtrlDispatcherW+0x70
000000cf`36bffe70 00007ffa`f2f94cb0     combase!CSurrogateProcessActivator::StartNTService(
000000cf`36bffee0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`36bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`377ff588 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`377ff590 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`377ff5d0 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`377ff610 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`377ff6f0 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`377ff720 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`377ff750 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`377ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`378ffc88 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`378ffc90 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`378ffcd0 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`378ffd10 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`378ffdf0 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`378ffe20 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`378ffe50 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`378ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`379ffae8 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`379ffaf0 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`379ffb30 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`379ffb70 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`379ffc50 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`379ffc80 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`379ffcb0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`379ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`37eff718 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`37eff720 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`37eff760 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`37eff7a0 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`37eff880 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`37eff8b0 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`37eff8e0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`37eff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`37dff618 00007ffa`f2ce54fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
000000cf`37dff620 00007ffa`f2ce53f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
000000cf`37dff660 00007ffa`e7c4b0d6     user32!MsgWaitForMultipleObjects+0x55
000000cf`37dff6a0 00007ffa`f261dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
000000cf`37dff780 00007ffa`f261e0ac     msvcrt!_callthreadstartex+0x28
000000cf`37dff7b0 00007ffa`f2f94cb0     msvcrt!_threadstartex+0x7c
000000cf`37dff7e0 00007ffa`f473edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`37dff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
test
[20:08:16.015] 326/326 postgresql:recovery / recovery/012_subtransactions                              TIMEOUT        10...
52/5303 Fix for consume_xids advancing XIDs incorrectly
Windows - Server 2019, VS 2019 - Meson & ninja
core
00000076`c19ff6d8 00007ffb`a5fab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`c19ff6e0 00007ffb`a5024cb0     ntdll!TppWorkerThread+0x2df
00000076`c19ff9d0 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c19ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c1dff4c8 00007ffb`a5fab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000076`c1dff4d0 00007ffb`a5024cb0     ntdll!TppWorkerThread+0x2df
00000076`c1dff7c0 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c1dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c1bffa78 00007ffb`a393da4e     ntdll!NtWaitForSingleObject+0x14
00000076`c1bffa80 00007ffb`a3fc7955     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`c1bffb20 00007ffb`a3fc720f     sechost!ScSendResponseReceiveControls+0x149
00000076`c1bffc60 00007ffb`a3fc5ce0     sechost!ScDispatcherLoop+0x14b
00000076`c1bffda0 00007ffb`a5cb924e     sechost!StartServiceCtrlDispatcherW+0x70
00000076`c1bffdd0 00007ffb`a5024cb0     combase!CSurrogateProcessActivator::StartNTService(
00000076`c1bffe40 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c1bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c18ff848 00007ffb`a393da4e     ntdll!NtWaitForSingleObject+0x14
00000076`c18ff850 00007ffb`a5b12dbd     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`c18ff8f0 00007ffb`a5b13073     combase!CSurrogateProcessActivator::WaitForSurrogateTimeout(void)+0x7d [onecore\...
00000076`c18ff940 00007ff6`2bbf116a     combase!CoRegisterSurrogateEx(
00000076`c18ff970 00007ff6`2bbf1450     dllhost!wWinMain+0x162
00000076`c18ffc30 00007ffb`a5024cb0     dllhost!__scrt_common_main_seh+0x110
00000076`c18ffc70 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c18ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c23ffa38 00007ffb`a393da4e     ntdll!NtWaitForSingleObject+0x14
00000076`c23ffa40 00007ffb`99d16c5a     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`c23ffae0 00007ffb`a418dfd4     COMSVCS!CSTAThreadPool::LoadBalanceThreadControlLoop+0x2a
00000076`c23ffb10 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c23ffb40 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c23ffb70 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c23ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c1fff5c8 00007ffb`a42261ae     win32u!NtUserGetMessage+0x14
00000076`c1fff5d0 00007ffb`a5b14368     user32!GetMessageW+0x2e
00000076`c1fff630 00007ffb`a5b142a0     combase!CDllHost::STAWorkerLoop(void)+0x64 [onecore\com\combase\objact\dllhost.c...
00000076`c1fff6b0 00007ffb`a5bc988c     combase!CDllHost::WorkerThread(void)+0xd4 [onecore\com\combase\objact\dllhost.cx...
00000076`c1fff6f0 00007ffb`a5bc9809     combase!CRpcThread::WorkerLoop(void)+0x58 [onecore\com\combase\dcomrem\threads.c...
00000076`c1fff760 00007ffb`a5024cb0     combase!CRpcThreadCache::RpcWorkerThreadEntry(
00000076`c1fff790 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c1fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c21ffc98 00007ffb`a3967d23     ntdll!NtRemoveIoCompletion+0x14
00000076`c21ffca0 00007ffb`99dbfca9     KERNELBASE!GetQueuedCompletionStatus+0x53
00000076`c21ffd00 00007ffb`99dbf72d     COMSVCS!WORK_QUEUE::WorkerLoop+0xad
00000076`c21ffde0 00007ffb`a418dfd4     COMSVCS!WORK_QUEUE::ThreadLoop+0xd
00000076`c21ffe10 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c21ffe40 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c21ffe70 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c21ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c22ff688 00007ffb`a396497c     ntdll!NtWaitForMultipleObjects+0x14
00000076`c22ff690 00007ffb`a396487e     KERNELBASE!WaitForMultipleObjectsEx+0xec
00000076`c22ff980 00007ffb`99d6eb89     KERNELBASE!WaitForMultipleObjects+0xe
00000076`c22ff9c0 00007ffb`a5024cb0     COMSVCS!PostData+0x309
00000076`c22ffba0 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c22ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c24ff658 00007ffb`a393da4e     ntdll!NtWaitForSingleObject+0x14
00000076`c24ff660 00007ffb`99d16c17     KERNELBASE!WaitForSingleObjectEx+0x8e
00000076`c24ff700 00007ffb`a418dfd4     COMSVCS!CSTAThreadPool::KillThreadControlLoop+0x27
00000076`c24ff730 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c24ff760 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c24ff790 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c24ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c25fd5e0 00007ffb`94bc5d43     GoogleVssProvider!abort(void)+0x35 [minkernel\crts\ucrt\src\appcrt\startup\abort...
00000076`c25fd610 00007ffb`94680969     GoogleVssProvider!terminate(void)+0x1f [minkernel\crts\ucrt\src\appcrt\misc\term...
00000076`c25fd640 00007ffb`9467f746     GoogleVssProvider!GHwProvider::~GHwProvider(void)+0x119 [T:\src\piper\google3\th...
00000076`c25fd680 00007ffb`9467f6b1     GoogleVssProvider!ATL::CComObject<GHwProvider>::`scalar deleting destructor'(voi...
00000076`c25fd6c0 00007ffb`a5bfbe17     GoogleVssProvider!ATL::CComObject<GHwProvider>::Release(void)+0x41 [T:\src\piper...
00000076`c25fd700 00007ffb`a5b9f3e2     combase!<lambda_ef8a5b5bdab9c6b69f38e6b21c5d3987>::operator()(void)+0xd3 [onecor...
00000076`c25fd740 00007ffb`a5b9f3b5     combase!ObjectMethodExceptionHandlingAction<<lambda_ef8a5b5bdab9c6b69f38e6b21c5d...
00000076`c25fd790 00007ffb`a5bfb8d5     combase!CStdIdentity::ReleaseCtrlUnk(
00000076`c25fd840 00007ffb`a5b8edaa     combase!CStdMarshal::DisconnectWorker_ReleasesLock(
00000076`c25fd8d0 00007ffb`a5b91af4     combase!CStdMarshal::Disconnect(
core
00000076`c26ffaa8 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c26ffab0 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c26ffaf0 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c26ffb30 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c26ffc10 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c26ffc40 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c26ffc70 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c26ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c27ffad8 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c27ffae0 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c27ffb20 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c27ffb60 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c27ffc40 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c27ffc70 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c27ffca0 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c27ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c28ff868 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c28ff870 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c28ff8b0 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c28ff8f0 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c28ff9d0 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c28ffa00 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c28ffa30 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c28ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c29ffc08 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c29ffc10 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c29ffc50 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c29ffc90 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c29ffd70 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c29ffda0 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c29ffdd0 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c29ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c2affb08 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c2affb10 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c2affb50 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c2affb90 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c2affc70 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c2affca0 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c2affcd0 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c2affd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c2bff798 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c2bff7a0 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c2bff7e0 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c2bff820 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c2bff900 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c2bff930 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c2bff960 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c2bff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c2cffa48 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c2cffa50 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c2cffa90 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c2cffad0 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c2cffbb0 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c2cffbe0 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c2cffc10 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c2cffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c2dffc98 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c2dffca0 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c2dffce0 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c2dffd20 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c2dffe00 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c2dffe30 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c2dffe60 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c2dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c2eff668 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c2eff670 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c2eff6b0 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c2eff6f0 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c2eff7d0 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c2eff800 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c2eff830 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c2eff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c2fff5a8 00007ffb`a42254fe     win32u!NtUserMsgWaitForMultipleObjectsEx+0x14
00000076`c2fff5b0 00007ffb`a42253f5     user32!RealMsgWaitForMultipleObjectsEx+0x1e
00000076`c2fff5f0 00007ffb`99d1b0d6     user32!MsgWaitForMultipleObjects+0x55
00000076`c2fff630 00007ffb`a418dfd4     COMSVCS!CSTAThread::WorkerLoop+0x166
00000076`c2fff710 00007ffb`a418e0ac     msvcrt!_callthreadstartex+0x28
00000076`c2fff740 00007ffb`a5024cb0     msvcrt!_threadstartex+0x7c
00000076`c2fff770 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c2fff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000076`c31ff5d8 00007ffb`a39848fa     ntdll!NtFsControlFile+0x14
00000076`c31ff5e0 00007ffb`94681f22     KERNELBASE!ConnectNamedPipe+0x6a
00000076`c31ff650 00007ffb`9467fce0     GoogleVssProvider!GHwProvider::NamedPipeWorker(void)+0xe2 [T:\src\piper\google3\...
00000076`c31ffb00 00007ffb`94bc5b68     GoogleVssProvider!std::thread::_Invoke<std::tuple<void (
00000076`c31ffb40 00007ffb`a5024cb0     GoogleVssProvider!thread_start<unsigned int (
00000076`c31ffb70 00007ffb`a601edcb     KERNEL32!BaseThreadInitThunk+0x10
00000076`c31ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[15:52:39.687](465.811s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/035_standby_logical_decoding.pl line 851.
test
[15:52:41.367] 325/326 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           5...
52/4870 Make query cancellation keys longer
FreeBSD - Meson
core
[10:40:25.881] #0  0x00004c8c25d3575a in ?? () from /libexec/ld-elf.so.1
[10:40:25.881] #1  0x00004c8c25d2f7fc in ?? () from /libexec/ld-elf.so.1
[10:40:25.881] #2  0x0000000000000000 in ?? ()
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
test
[10:37:56.694] 331/331 postgresql:subscription / subscription/024_add_drop_pub                         ERROR           1...
52/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - Meson
core
[02:40:27.371] #0  0x000000082d8ad75a in _sigprocmask () from /lib/libc.so.7
[02:40:27.371] #1  0x000000082d8eaa2f in _system () from /lib/libc.so.7
[02:40:27.371] #2  0x000000082cbf28a3 in ?? () from /lib/libthr.so.3
[02:40:27.371] #3  0x000000000067d767 in RestoreArchivedFile (path=path@entry=0x82142f1e0 "pg_wal/00000002", '0' <repeat...
[02:40:27.371] #4  0x0000000000664908 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[02:40:27.371] #5  0x00000000006649c8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[02:40:27.371] #6  0x0000000000688b9b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[02:40:27.371] #7  0x0000000000684da3 in WaitForWALToBecomeAvailable (RecPtr=67199320, tliRecPtr=67199296, replayTLI=2, ...
[02:40:27.371] #8  XLogPageRead (xlogreader=0x1a6cc261d130, targetPagePtr=67198976, reqLen=344, targetRecPtr=67199296, r...
[02:40:27.371] #9  0x000000000068bafa in ReadPageInternal (state=state@entry=0x1a6cc261d130, pageptr=67198976, reqLen=34...
tap
[02:36:35.244](0.232s) not ok 7 - check replication worked well before renaming a publication
[02:36:35.379](0.131s) not ok 8 - check the tuple inserted after the RENAME was not replicated
test
[02:37:54.963] 260/330 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
53/5296 Streaming Replication vs Logical
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:47:53.310](0.001s) not ok 2 - regular connections limit: matches
test
[10:50:19.346] 247/325 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
52/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:12:28.100](0.094s) not ok 35 -  'user=ssluser gssencmode=disable sslmode=allow sslnegotiation=postgres' -> connect, ...
test
[19:17:36.159] 140/325 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
52/5542 Fix buffer pinning logic in [SP-]Gist
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:42:42.739] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:42.604] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:43.009] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:42.543] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:42.543] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:42.347] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:42.347] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.813] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.654] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.463] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.296] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.296] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.104] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:41.104] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:40.775] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:40.611] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:40.611] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:40.519] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:40.519] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.844] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:43.360] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.749] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.272] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:42.914] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.609] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.806] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.995] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.995] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.106] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.106] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.272] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:43.009] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:29.355] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:29.450] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:29.890] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:29.890] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:30.017] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:31.465] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:31.703] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:31.939] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:45.822] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:46.307] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:46.874] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:46.946] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:47.375] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:48.166] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:32.170] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:32.374] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:32.786] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:29.939] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:28.787] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:26.828] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:25.052] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:25.052] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:24.797] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:24.031] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:23.878] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:23.878] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:23.659] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:23.447] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:23.447] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:22.255] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:22.255] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:22.143] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:22.143] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:21.033] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:19.693] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:18.438] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:16.427] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:16.292] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.659] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:32.950] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.317] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.030] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.030] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.317] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.279] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.279] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.133] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.133] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.086] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.086] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:15.086] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.962] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.962] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.828] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.828] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.157] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.828] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.778] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.778] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.157] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.273] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.621] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.621] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.273] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.273] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.315] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.315] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.512] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.555] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.555] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.438] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.438] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.809] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:39.749] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.809] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.809] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.890] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:33.890] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.009] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.009] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.009] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.166] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.205] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.205] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.400] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.400] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.479] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.479] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.479] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.492] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.492] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.639] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.668] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.668] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:34.735] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:14.282] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:13.248] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:11.419] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.131] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.131] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.131] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.253] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.253] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.327] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.327] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.482] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.482] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.519] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:35.519] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:36.061] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:36.288] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:11.169] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:11.169] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:11.040] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:11.040] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.920] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.920] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.809] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.809] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.578] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.578] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.440] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:43:10.440] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:58.258] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:58.092] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:57.580] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:57.282] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:56.810] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:56.573] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:56.415] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:56.262] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:56.262] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.951] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.951] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.531] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.531] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.440] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.440] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:55.213] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:53.509] c:\cirrus\src\include\access\tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:51.291] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:50.292] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:49.648] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:49.310] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:48.166] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:48.580] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:48.803] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:48.915] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:49.200] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.204] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.204] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.241] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.241] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.241] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.433] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.597] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:37.736] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.206] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.338] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.477] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.477] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
compiler
[16:42:38.609] c:\cirrus\src\include\access/tableam.h(1381): warning C4098: 'table_index_vischeck_tuples': 'void' functi...
52/4942 Avoid orphaned objects dependencies, take 3
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
test
[00:32:37.581] 330/330 postgresql:subscription / subscription/024_add_drop_pub                         ERROR           1...
52/5397 revamp row-security tracking
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:36:14.471](0.001s) not ok 4 - connecting to an invalid database: matches
test
[17:40:47.648] 171/325 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
52/5487 Exists pull-up application with JoinExpr
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:53.285663000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-03-20 06:06:57.29160100...
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
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	2025-03-20 06:04:51.808332000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-03-20 06:08:15.937699000 +0000
@@ -4838,13 +4838,15 @@
 	  EXISTS (SELECT 1 FROM ft4 WHERE ft4.c2 = ft2.c2))
   AND ft2.c1 > 900
   ORDER BY ft2.c1 LIMIT 10;
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Foreign Scan
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Limit
    Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
-   Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
-   Remote SQL: SELECT r1."C 1", r1.c2, r1.c3, r1.c4, r1.c5, r1.c6, r1.c7, r1.c8 FROM "S 1"."T 1" r1 WHERE ((r1."C 1" > ...
-(4 rows)
+   ->  Foreign Scan
+         Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
+         Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:53.285663000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-03-20 06:07:51.555645...
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:53.285663000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2025-03-20 06:06:53.110382000 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
tap
[06:09:18.677](189.179s) not ok 5 - regression tests pass
tap
[06:10:05.767](202.148s) not ok 2 - regression tests pass
test
[06:11:34.597] 113/329 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[06:11:34.597]  41/329 postgresql:regress / regress/regress                                            ERROR           1...
[06:11:34.597] 179/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[06:11:34.597] 242/329 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
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	2025-03-20 06:04:48.738306190 +0000
+++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out	2025-03-20 06:11:23.534303642 +0000
@@ -4838,13 +4838,15 @@
 	  EXISTS (SELECT 1 FROM ft4 WHERE ft4.c2 = ft2.c2))
   AND ft2.c1 > 900
   ORDER BY ft2.c1 LIMIT 10;
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Foreign Scan
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Limit
    Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
-   Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
-   Remote SQL: SELECT r1."C 1", r1.c2, r1.c3, r1.c4, r1.c5, r1.c6, r1.c7, r1.c8 FROM "S 1"."T 1" r1 WHERE ((r1."C 1" > ...
-(4 rows)
+   ->  Foreign Scan
+         Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
+         Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:50.568927793 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2025-03-20 06:11:19.682262404 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/regress/results/subs...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:50.568927793 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/subselect.out	2025-03-20 06:08:53.485662780 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
tap
[06:12:33.864](103.806s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:51.191265988 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-03-20 06:09:06.69361857...
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
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	2025-03-20 06:04:49.330769931 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-03-20 06:10:29.837768430 +0000
@@ -4838,13 +4838,15 @@
 	  EXISTS (SELECT 1 FROM ft4 WHERE ft4.c2 = ft2.c2))
   AND ft2.c1 > 900
   ORDER BY ft2.c1 LIMIT 10;
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Foreign Scan
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Limit
    Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
-   Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
-   Remote SQL: SELECT r1."C 1", r1.c2, r1.c3, r1.c4, r1.c5, r1.c6, r1.c7, r1.c8 FROM "S 1"."T 1" r1 WHERE ((r1."C 1" > ...
-(4 rows)
+   ->  Foreign Scan
+         Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
+         Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:51.191265988 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-03-20 06:09:49.741624...
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-03-20 06:04:51.191265988 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2025-03-20 06:09:01.541633955 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
tap
[06:10:06.872](79.107s) not ok 5 - regression tests pass
tap
[06:10:44.514](79.431s) not ok 2 - regression tests pass
test
[06:12:32.507]  13/330 postgresql:regress / regress/regress                                            ERROR            ...
[06:12:32.507] 114/330 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[06:12:32.507]  52/330 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[06:12:32.507] 144/330 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2025-03-20 06:04:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-03-20 06:06:17
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
regress
diff -U3 /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out /Users/admin/pgsql/build/testrun/postgres_fdw...
--- /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out	2025-03-20 06:04:11
+++ /Users/admin/pgsql/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-03-20 06:07:45
@@ -4838,13 +4838,15 @@
 	  EXISTS (SELECT 1 FROM ft4 WHERE ft4.c2 = ft2.c2))
   AND ft2.c1 > 900
   ORDER BY ft2.c1 LIMIT 10;
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Foreign Scan
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Limit
    Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
-   Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
-   Remote SQL: SELECT r1."C 1", r1.c2, r1.c3, r1.c4, r1.c5, r1.c6, r1.c7, r1.c8 FROM "S 1"."T 1" r1 WHERE ((r1."C 1" > ...
-(4 rows)
+   ->  Foreign Scan
+         Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
+         Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2025-03-20 06:04:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-03-20 06:07:10
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2025-03-20 06:04:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2025-03-20 06:06:16
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
tap
[06:06:47.084](43.711s) not ok 5 - regression tests pass
tap
[06:07:49.036](57.883s) not ok 2 - regression tests pass
test
[06:09:52.748]  10/329 postgresql:regress / regress/regress                                            ERROR            ...
[06:09:52.748]  28/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[06:09:52.748] 112/329 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[06:09:52.748] 122/329 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/subselect.out	2025-03-20 06:04:54.387946900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-03-20 06:07:34.393290200 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
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	2025-03-20 06:04:50.205707000 +0000
+++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-03-20 06:12:02.062233200 +0000
@@ -4838,13 +4838,15 @@
 	  EXISTS (SELECT 1 FROM ft4 WHERE ft4.c2 = ft2.c2))
   AND ft2.c1 > 900
   ORDER BY ft2.c1 LIMIT 10;
-                                                                                                                       ...
------------------------------------------------------------------------------------------------------------------------...
- Foreign Scan
+                                                                                                                       ...
+-----------------------------------------------------------------------------------------------------------------------...
+ Limit
    Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
-   Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
-   Remote SQL: SELECT r1."C 1", r1.c2, r1.c3, r1.c4, r1.c5, r1.c6, r1.c7, r1.c8 FROM "S 1"."T 1" r1 WHERE ((r1."C 1" > ...
-(4 rows)
+   ->  Foreign Scan
+         Output: ft2.c1, ft2.c2, ft2.c3, ft2.c4, ft2.c5, ft2.c6, ft2.c7, ft2.c8
+         Relations: (public.ft2) SEMI JOIN ((public.ft2 ft2_1) SEMI JOIN (public.ft4))
...
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	2025-03-20 06:04:54.387946900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-03-20 06:09:59.611498100 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
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	2025-03-20 06:04:54.387946900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2025-03-20 06:07:25.300077000 +0000
@@ -822,16 +822,17 @@
                   FROM tb
                   JOIN tc
                     ON ta.id = tb.id);
-                               QUERY PLAN                                
--------------------------------------------------------------------------
- Nested Loop Semi Join (actual rows=2 loops=1)
-   ->  Seq Scan on ta (actual rows=2 loops=1)
-   ->  Nested Loop (actual rows=1 loops=2)
-         ->  Index Only Scan using tb_pkey on tb (actual rows=1 loops=2)
+                                 QUERY PLAN                                 
+----------------------------------------------------------------------------
+ Nested Loop Semi Join (actual rows=2.00 loops=1)
+   ->  Seq Scan on ta (actual rows=2.00 loops=1)
+   ->  Nested Loop (actual rows=1.00 loops=2)
+         ->  Index Only Scan using tb_pkey on tb (actual rows=1.00 loops=2)
                Index Cond: (id = ta.id)
...
tap
[06:09:09.523](130.981s) not ok 5 - regression tests pass
tap
[06:11:35.889](134.996s) not ok 2 - regression tests pass
test
[06:20:37.315]   7/324 postgresql:regress / regress/regress                                            ERROR           1...
[06:20:37.315]  26/324 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[06:20:37.315]  78/324 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[06:20:37.315] 101/324 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
52/5512 pg_stat_statements: improve loading and saving routines for the dump file.
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:16:16.718](0.001s) not ok 2 - can't connect to invalid database - error message
test
[00:24:16.878]  40/324 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
52/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - Meson
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
core
[01:28:27.593] #0  0x000000082b3911ba in thr_kill () from /lib/libc.so.7
[01:28:27.593] #1  0x000000082b30a5d4 in raise () from /lib/libc.so.7
[01:28:27.593] #2  0x000000082b3bdb59 in abort () from /lib/libc.so.7
[01:28:27.593] #3  0x0000000000ad1525 in ExceptionalCondition (conditionName=0x383970 "IsParallelWorker() || CheckRelati...
[01:28:27.593] #4  0x000000000078cd96 in ExecCheckPermissions (rangeTable=0x1a3e700d7220, rteperminfos=0x1a3e700d7700, e...
[01:28:27.593] #5  0x000000000078b9ef in InitPlan (queryDesc=0x1a3e6f85b900, eflags=32) at ../src/backend/executor/execM...
[01:28:27.593] #6  standard_ExecutorStart (queryDesc=0x1a3e6f85b900, eflags=32) at ../src/backend/executor/execMain.c:26...
[01:28:27.593] #7  0x0000000000974072 in PortalStart (portal=portal@entry=0x1a3e6f90d100, params=params@entry=0x0, eflag...
[01:28:27.593] #8  0x00000000009731fa in exec_simple_query (query_string=query_string@entry=0x1a3e6f824100 "select * fro...
[01:28:27.593] #9  0x0000000000970e96 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
core
[01:28:28.179] #0  0x000000082c5661ba in thr_kill () from /lib/libc.so.7
[01:28:28.179] #1  0x000000082c4df5d4 in raise () from /lib/libc.so.7
[01:28:28.179] #2  0x000000082c592b59 in abort () from /lib/libc.so.7
[01:28:28.179] #3  0x0000000000ad1525 in ExceptionalCondition (conditionName=0x383970 "IsParallelWorker() || CheckRelati...
[01:28:28.179] #4  0x000000000078cd96 in ExecCheckPermissions (rangeTable=0x12e26baeaf68, rteperminfos=0x12e26baeb448, e...
[01:28:28.179] #5  0x000000000078b9ef in InitPlan (queryDesc=0x12e26ba1d900, eflags=32) at ../src/backend/executor/execM...
[01:28:28.179] #6  standard_ExecutorStart (queryDesc=0x12e26ba1d900, eflags=32) at ../src/backend/executor/execMain.c:26...
[01:28:28.179] #7  0x0000000836c37a47 in pgss_ExecutorStart (queryDesc=0x12e26ba1d900, eflags=6) at ../contrib/pg_stat_s...
[01:28:28.179] #8  0x0000000000974072 in PortalStart (portal=portal@entry=0x12e26b30b100, params=params@entry=0x0, eflag...
[01:28:28.179] #9  0x00000000009731fa in exec_simple_query (query_string=query_string@entry=0x12e26b224100 "select * fro...
core
[01:28:27.927] #0  0x0000360a3559ae33 in ?? () from /lib/libc.so.7
[01:28:27.927] #1  0x0000360a355cf3a2 in ?? () from /lib/libc.so.7
[01:28:27.927] #2  0x0000360a355e87ae in ?? () from /lib/libc.so.7
[01:28:27.927] #3  0x0000360a355e86eb in ?? () from /lib/libc.so.7
[01:28:27.927] #4  0x0000360a355eb1fa in ?? () from /lib/libc.so.7
[01:28:27.927] #5  0x0000360a355eb4e9 in ?? () from /lib/libc.so.7
[01:28:27.927] #6  0x0000360a355a5f2d in ?? () from /lib/libc.so.7
[01:28:27.927] #7  0x0000403dc03d91fd in ?? () from /libexec/ld-elf.so.1
[01:28:27.927] #8  0x0000000000000000 in ?? ()
[01:28:28.151] #0  0x000000082c5661ba in thr_kill () from /lib/libc.so.7
core
[01:28:27.838] #0  0x000000082c8731ba in thr_kill () from /lib/libc.so.7
[01:28:27.838] #1  0x000000082c7ec5d4 in raise () from /lib/libc.so.7
[01:28:27.838] #2  0x000000082c89fb59 in abort () from /lib/libc.so.7
[01:28:27.838] #3  0x0000000000ad1525 in ExceptionalCondition (conditionName=0x383970 "IsParallelWorker() || CheckRelati...
[01:28:27.838] #4  0x000000000078cd96 in ExecCheckPermissions (rangeTable=0x2cb8146a13b0, rteperminfos=0x2cb8146a1890, e...
[01:28:27.838] #5  0x000000000078b9ef in InitPlan (queryDesc=0x2cb81461d900, eflags=32) at ../src/backend/executor/execM...
[01:28:27.838] #6  standard_ExecutorStart (queryDesc=0x2cb81461d900, eflags=32) at ../src/backend/executor/execMain.c:26...
[01:28:27.838] #7  0x0000000000974072 in PortalStart (portal=portal@entry=0x2cb813f3e100, params=params@entry=0x0, eflag...
[01:28:27.838] #8  0x00000000009731fa in exec_simple_query (query_string=query_string@entry=0x2cb813e24100 "select * fro...
[01:28:27.838] #9  0x0000000000970e96 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:00.532849000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2025-03-18 01:22:43.7534400...
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:00.532849000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2025-03-18 01:23:30.18193...
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:00.532849000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2025-03-18 01:22:45.518519000 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
tap
[01:22:44.694](59.367s) not ok 5 - regression tests pass
[01:22:59.734](0.836s) not ok 13 - run of pg_upgrade --check for new instance
[01:22:59.735](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:23:00.346](0.611s) not ok 15 - run of pg_upgrade for new instance
[01:23:00.346](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:23:00.500](0.041s) not ok 17 - check that locales in new cluster match original cluster
[01:23:01.687](0.044s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:23:32.128](74.337s) not ok 2 - regression tests pass
tap
[01:24:57.945](0.237s) not ok 7 - check replication worked well before renaming a publication
[01:24:58.035](0.090s) not ok 8 - check the tuple inserted after the RENAME was not replicated
test
[01:26:02.027]  65/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:26:02.027] 107/328 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[01:26:02.027]  60/328 postgresql:regress / regress/regress                                            ERROR           1...
[01:26:02.027] 263/328 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "execM...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "execM...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "execM...
core
[01:32:15.815] #0  0x00007f6de26abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.815] #1  0x00007f6de265cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.815] #2  0x00007f6de2647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.815] #3  0x000055a822dafd04 in ExceptionalCondition (conditionName=conditionName@entry=0x55a82309f040 "IsParal...
[01:32:15.815] #4  0x000055a8225636aa in ExecCheckPermissions (rangeTable=rangeTable@entry=0x62d0000f25f8, rteperminfos=...
[01:32:15.815] #5  0x000055a822563ae6 in InitPlan (queryDesc=queryDesc@entry=0x619000043480, eflags=eflags@entry=32) at ...
[01:32:15.815] #6  0x000055a822564be9 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x619000043480, eflags=32, ef...
[01:32:15.815] #7  0x000055a822564fc1 in ExecutorStart (queryDesc=queryDesc@entry=0x619000043480, eflags=0) at execMain....
[01:32:15.815] #8  0x000055a822a93630 in PortalStart (portal=portal@entry=0x625000032200, params=params@entry=0x0, eflag...
[01:32:15.815] #9  0x000055a822a8bd30 in exec_simple_query (query_string=query_string@entry=0x625000007a00 "select * fro...
core
[01:32:15.261] #0  0x00007f70887dbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.261] #1  0x00007f708878cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.261] #2  0x00007f7088777472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.261] #3  0x0000560ddf590d04 in ExceptionalCondition (conditionName=conditionName@entry=0x560ddf880040 "IsParal...
[01:32:15.261] #4  0x0000560dded446aa in ExecCheckPermissions (rangeTable=rangeTable@entry=0x62d0000e8b68, rteperminfos=...
[01:32:15.261] #5  0x0000560dded44ae6 in InitPlan (queryDesc=queryDesc@entry=0x619000043980, eflags=eflags@entry=32) at ...
[01:32:15.261] #6  0x0000560dded45be9 in standard_ExecutorStart (queryDesc=0x619000043980, eflags=32) at execMain.c:268
[01:32:15.261] #7  0x00007f708561d48e in pgss_ExecutorStart (queryDesc=0x619000043980, eflags=<optimized out>) at pg_sta...
[01:32:15.261] #8  0x0000560dded45fa6 in ExecutorStart (queryDesc=queryDesc@entry=0x619000043980, eflags=0) at execMain....
[01:32:15.261] #9  0x0000560ddf274630 in PortalStart (portal=portal@entry=0x625000032200, params=params@entry=0x0, eflag...
core
[01:32:15.386] #0  0x00007f01f5880dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.386] #1  0x00007f01f582d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.386] #2  0x00007f01f582d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.386] #3  0x000055c478b115c1 in ?? ()
[01:32:15.386] #4  0x000055c478b0b369 in ?? ()
[01:32:15.386] #5  0x000055c478b0a20f in ?? ()
[01:32:15.386] #6  0x000055c478b0ac3b in ?? ()
[01:32:15.386] #7  0x000055c478b0866f in ?? ()
[01:32:15.386] #8  0x00007f01f581824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.386] #9  0x00007f01f5818305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:32:16.361] #0  0x00007f16e4aabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:16.361] #1  0x00007f16e4a5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:16.361] #2  0x00007f16e4a47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:16.361] #3  0x0000558f1ae80d04 in ExceptionalCondition (conditionName=conditionName@entry=0x558f1b170040 "IsParal...
[01:32:16.361] #4  0x0000558f1a6346aa in ExecCheckPermissions (rangeTable=rangeTable@entry=0x62d0001105f8, rteperminfos=...
[01:32:16.361] #5  0x0000558f1a634ae6 in InitPlan (queryDesc=queryDesc@entry=0x619000043980, eflags=eflags@entry=32) at ...
[01:32:16.361] #6  0x0000558f1a635be9 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x619000043980, eflags=32, ef...
[01:32:16.361] #7  0x0000558f1a635fc1 in ExecutorStart (queryDesc=queryDesc@entry=0x619000043980, eflags=0) at execMain....
[01:32:16.361] #8  0x0000558f1ab64630 in PortalStart (portal=portal@entry=0x625000032200, params=params@entry=0x0, eflag...
[01:32:16.361] #9  0x0000558f1ab5cd30 in exec_simple_query (query_string=query_string@entry=0x625000007a00 "select * fro...
core
[01:32:15.939] #0  0x00007f01f5880dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.939] #1  0x00007f01f582d239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.939] #2  0x00007f01f582d497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.939] #3  0x000055c478b115f3 in ?? ()
[01:32:15.939] #4  0x000055c478b0b369 in ?? ()
[01:32:15.939] #5  0x000055c478b0a20f in ?? ()
[01:32:15.939] #6  0x000055c478b0ac3b in ?? ()
[01:32:15.939] #7  0x000055c478b0866f in ?? ()
[01:32:15.939] #8  0x00007f01f581824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:32:15.939] #9  0x00007f01f5818305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:32:15.939] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:00.955172408 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/privileges.out	2025-03-18 01:27:12.028787332 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:00.955172408 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/privileges.out	2025-03-18 01:28:34.952493179 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/test/regress/results/pri...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:00.955172408 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/privileges.out	2025-03-18 01:24:47.071673945 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
tap
[01:27:17.289](64.982s) not ok 5 - regression tests pass
[01:27:32.470](2.386s) not ok 13 - run of pg_upgrade --check for new instance
[01:27:32.471](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:27:33.985](1.514s) not ok 15 - run of pg_upgrade for new instance
[01:27:33.986](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:27:34.347](0.117s) not ok 17 - check that locales in new cluster match original cluster
[01:27:35.513](0.074s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:28:37.211](33.845s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
core
[01:30:02.198] #0  0x00007f0f8d6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:02.198] #1  0x00007f0f8d65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:02.198] #2  0x00007f0f8d645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:02.198] #3  0x000055c0ac3d88ad in ExceptionalCondition (conditionName=conditionName@entry=0x55c0ac663ac0 "IsParal...
[01:30:02.198] #4  0x000055c0abd2467a in ExecCheckPermissions (rangeTable=rangeTable@entry=0x55c0c240c5b8, rteperminfos=...
[01:30:02.198] #5  0x000055c0abd24ad3 in InitPlan (queryDesc=queryDesc@entry=0x55c0c23e1770, eflags=eflags@entry=32) at ...
[01:30:02.198] #6  0x000055c0abd257a0 in standard_ExecutorStart (queryDesc=0x55c0c23e1770, eflags=32) at ../src/backend/...
[01:30:02.198] #7  0x00007f0f8b24a6fd in pgss_ExecutorStart (queryDesc=0x55c0c23e1770, eflags=<optimized out>) at ../con...
[01:30:02.198] #8  0x000055c0abd25a51 in ExecutorStart (queryDesc=queryDesc@entry=0x55c0c23e1770, eflags=0) at ../src/ba...
[01:30:02.198] #9  0x000055c0ac13b4c0 in PortalStart (portal=portal@entry=0x55c0c233d510, params=params@entry=0x0, eflag...
core
[01:30:03.068] #0  0x00007fef048a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:03.068] #1  0x00007fef0485afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:03.068] #2  0x00007fef04845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:03.068] #3  0x00005562e847f8ad in ExceptionalCondition (conditionName=conditionName@entry=0x5562e870aac0 "IsParal...
[01:30:03.068] #4  0x00005562e7dcb67a in ExecCheckPermissions (rangeTable=rangeTable@entry=0x5562f4c4ff08, rteperminfos=...
[01:30:03.068] #5  0x00005562e7dcbad3 in InitPlan (queryDesc=queryDesc@entry=0x5562f4b61550, eflags=eflags@entry=32) at ...
[01:30:03.068] #6  0x00005562e7dcc7a0 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x5562f4b61550, eflags=32, ef...
[01:30:03.068] #7  0x00005562e7dcca98 in ExecutorStart (queryDesc=queryDesc@entry=0x5562f4b61550, eflags=0) at ../src/ba...
[01:30:03.068] #8  0x00005562e81e24c0 in PortalStart (portal=portal@entry=0x5562f4b8c590, params=params@entry=0x0, eflag...
[01:30:03.068] #9  0x00005562e81dc643 in exec_simple_query (query_string=query_string@entry=0x5562f4b07600 "select * fro...
core
[01:30:02.636] #0  0x00007f48428a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:02.636] #1  0x00007f484285afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:02.636] #2  0x00007f4842845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[01:30:02.636] #3  0x000056447b3ec8ad in ExceptionalCondition (conditionName=conditionName@entry=0x56447b677ac0 "IsParal...
[01:30:02.636] #4  0x000056447ad3867a in ExecCheckPermissions (rangeTable=rangeTable@entry=0x564497432b88, rteperminfos=...
[01:30:02.636] #5  0x000056447ad38ad3 in InitPlan (queryDesc=queryDesc@entry=0x564497485b60, eflags=eflags@entry=32) at ...
[01:30:02.636] #6  0x000056447ad397a0 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x564497485b60, eflags=32, ef...
[01:30:02.636] #7  0x000056447ad39a98 in ExecutorStart (queryDesc=queryDesc@entry=0x564497485b60, eflags=0) at ../src/ba...
[01:30:02.636] #8  0x000056447b14f4c0 in PortalStart (portal=portal@entry=0x5644973cdb10, params=params@entry=0x0, eflag...
[01:30:02.636] #9  0x000056447b149643 in exec_simple_query (query_string=query_string@entry=0x564497348600 "select * fro...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:02.230204189 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2025-03-18 01:25:04.5118183...
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:02.230204189 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2025-03-18 01:25:40.64392...
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out	2025-03-18 01:20:02.230204189 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/privileges.out	2025-03-18 01:25:01.491812189 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
tap
[01:25:08.044](33.704s) not ok 5 - regression tests pass
[01:25:18.995](1.634s) not ok 13 - run of pg_upgrade --check for new instance
[01:25:18.995](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:25:20.255](1.260s) not ok 15 - run of pg_upgrade for new instance
[01:25:20.256](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:25:20.425](0.030s) not ok 17 - check that locales in new cluster match original cluster
[01:25:21.532](0.242s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:25:43.524](33.166s) not ok 2 - regression tests pass
test
[01:27:42.064]  23/329 postgresql:regress / regress/regress                                            ERROR            ...
[01:27:42.064]  36/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:27:42.064]  71/329 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
core
[01:31:12.884]   * frame #0: 0x00000001892d15d0 libsystem_kernel.dylib`__pthread_kill + 8
[01:31:12.884]     frame #1: 0x0000000189309c20 libsystem_pthread.dylib`pthread_kill + 288
[01:31:12.884]     frame #2: 0x0000000189216a30 libsystem_c.dylib`abort + 180
[01:31:12.884]     frame #3: 0x0000000104dd6b9c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:31:12.884]     frame #4: 0x0000000104af2038 postgres`ExecCheckPermissions(rangeTable=0x000000013e025238, rteperminfo...
[01:31:12.884]     frame #5: 0x0000000104af1024 postgres`standard_ExecutorStart [inlined] InitPlan(queryDesc=0x000000013...
[01:31:12.884]     frame #6: 0x0000000104af0ff8 postgres`standard_ExecutorStart(queryDesc=0x000000013d81ff00, eflags=32)...
[01:31:12.884]     frame #7: 0x0000000104af0e2c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[01:31:12.884]     frame #8: 0x0000000104ca0ff8 postgres`PortalStart(portal=0x000000014d836d00, params=0x000000000000000...
[01:31:12.884]     frame #9: 0x0000000104ca02fc postgres`exec_simple_query(query_string="select * from atpgv1;") at post...
core
[01:32:07.922]   * frame #0: 0x00000001892d15d0 libsystem_kernel.dylib`__pthread_kill + 8
[01:32:07.922]     frame #1: 0x0000000189309c20 libsystem_pthread.dylib`pthread_kill + 288
[01:32:07.922]     frame #2: 0x0000000189216a30 libsystem_c.dylib`abort + 180
[01:32:07.922]     frame #3: 0x0000000104e9eb9c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:32:07.922]     frame #4: 0x0000000104bba038 postgres`ExecCheckPermissions(rangeTable=0x00000001428389a8, rteperminfo...
[01:32:07.922]     frame #5: 0x0000000104bb9024 postgres`standard_ExecutorStart [inlined] InitPlan(queryDesc=0x000000014...
[01:32:07.922]     frame #6: 0x0000000104bb8ff8 postgres`standard_ExecutorStart(queryDesc=0x0000000142881500, eflags=32)...
[01:32:07.922]     frame #7: 0x000000010561fd18 pg_stat_statements.dylib`pgss_ExecutorStart(queryDesc=0x0000000142881500...
[01:32:07.922]     frame #8: 0x0000000104d68ff8 postgres`PortalStart(portal=0x000000015282a700, params=0x000000000000000...
[01:32:07.922]     frame #9: 0x0000000104d682fc postgres`exec_simple_query(query_string="select * from atpgv1;") at post...
core
[01:33:05.022]   * frame #0: 0x00000001892d15d0 libsystem_kernel.dylib`__pthread_kill + 8
[01:33:05.022]     frame #1: 0x0000000189309c20 libsystem_pthread.dylib`pthread_kill + 288
[01:33:05.022]     frame #2: 0x0000000189216a30 libsystem_c.dylib`abort + 180
[01:33:05.022]     frame #3: 0x00000001031c2b9c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[01:33:05.022]     frame #4: 0x0000000102ede038 postgres`ExecCheckPermissions(rangeTable=0x000000014a847838, rteperminfo...
[01:33:05.022]     frame #5: 0x0000000102edd024 postgres`standard_ExecutorStart [inlined] InitPlan(queryDesc=0x000000013...
[01:33:05.022]     frame #6: 0x0000000102edcff8 postgres`standard_ExecutorStart(queryDesc=0x000000013a890100, eflags=32)...
[01:33:05.022]     frame #7: 0x0000000102edce2c postgres`ExecutorStart(queryDesc=<unavailable>, eflags=<unavailable>) at...
[01:33:05.022]     frame #8: 0x000000010308cff8 postgres`PortalStart(portal=0x000000013a835700, params=0x000000000000000...
[01:33:05.022]     frame #9: 0x000000010308c2fc postgres`exec_simple_query(query_string="select * from atpgv1;") at post...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2025-03-18 01:20:15
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2025-03-18 01:24:19
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/recovery/027_strea...
--- /Users/admin/pgsql/src/test/regress/expected/privileges.out	2025-03-18 01:20:15
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2025-03-18 01:25:06
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
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	2025-03-18 01:20:15
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/privileges.out	2025-03-18 01:24:19
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
tap
[01:24:24.017](60.931s) not ok 5 - regression tests pass
[01:24:33.576](1.590s) not ok 13 - run of pg_upgrade --check for new instance
[01:24:33.576](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:24:34.247](0.671s) not ok 15 - run of pg_upgrade for new instance
[01:24:34.248](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:24:34.443](0.055s) not ok 17 - check that locales in new cluster match original cluster
[01:24:34.875](0.114s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:25:12.140](46.703s) not ok 2 - regression tests pass
test
[01:27:17.795]  34/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[01:27:17.795]  36/328 postgresql:regress / regress/regress                                            ERROR            ...
[01:27:17.795]  87/328 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
assertion
TRAP: failed Assert("IsParallelWorker() || CheckRelationOidLockedByMe(rte->relid, AccessShareLock, true)"), File: "../sr...
core
00000086`d77ff5e8 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d77ff5f0 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
00000086`d77ff8e0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d77ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d7bff728 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000086`d7bff730 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
00000086`d7bffa20 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d7bffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d7fffb28 00007ff8`bb2b48fa     ntdll!NtFsControlFile+0x14
00000086`d7fffb30 00007ff6`92397eab     KERNELBASE!ConnectNamedPipe+0x6a
00000086`d7fffba0 00007ff8`bbcd4cb0     postgres!pg_signal_thread(
00000086`d7fffca0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d7fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d83ffd18 00007ff8`bb26da4e     ntdll!NtWaitForSingleObject+0x14
00000086`d83ffd20 00007ff6`9239994c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000086`d83ffdc0 00007ff8`bbcd4cb0     postgres!pg_timer_thread(
00000086`d83ffe00 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000086`d83ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000086`d73ff490 00007ff6`926f9828     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000086`d73ff4d0 00007ff6`921b560d     postgres!ExceptionalCondition(
00000086`d73ff510 00007ff6`921b9262     postgres!ExecCheckPermissions(
00000086`d73ff5b0 00007ff6`921b4cce     postgres!InitPlan(
00000086`d73ff6d0 00007ff6`921b482e     postgres!standard_ExecutorStart(
00000086`d73ff720 00007ff6`924bc486     postgres!ExecutorStart(
00000086`d73ff760 00007ff6`924b8de8     postgres!PortalStart(
00000086`d73ff930 00007ff6`924b6811     postgres!exec_simple_query(
00000086`d73ffa70 00007ff6`924b023d     postgres!PostgresMain(
00000086`d73ffca0 00007ff6`923a3d97     postgres!BackendMain(
core
00000077`23dff848 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`23dff850 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
00000077`23dffb40 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`23dffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`239ff120 00007ff6`926f9828     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000077`239ff160 00007ff6`921b560d     postgres!ExceptionalCondition(
00000077`239ff1a0 00007ff6`921b9262     postgres!ExecCheckPermissions(
00000077`239ff240 00007ff6`921b4cce     postgres!InitPlan(
00000077`239ff360 00007ff6`921b482e     postgres!standard_ExecutorStart(
00000077`239ff3b0 00007ff6`924bc486     postgres!ExecutorStart(
00000077`239ff3f0 00007ff6`924b8de8     postgres!PortalStart(
00000077`239ff5c0 00007ff6`924b6811     postgres!exec_simple_query(
00000077`239ff700 00007ff6`924b023d     postgres!PostgresMain(
00000077`239ff930 00007ff6`923a3d97     postgres!BackendMain(
core
00000077`249ffa38 00007ff8`bb26da4e     ntdll!NtWaitForSingleObject+0x14
00000077`249ffa40 00007ff6`9239994c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000077`249ffae0 00007ff8`bbcd4cb0     postgres!pg_timer_thread(
00000077`249ffb20 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`249ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`245ff658 00007ff8`bb2b48fa     ntdll!NtFsControlFile+0x14
00000077`245ff660 00007ff6`92397eab     KERNELBASE!ConnectNamedPipe+0x6a
00000077`245ff6d0 00007ff8`bbcd4cb0     postgres!pg_signal_thread(
00000077`245ff7d0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`245ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000077`241ff5b8 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000077`241ff5c0 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
00000077`241ff8b0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000077`241ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`d75ff758 00007ff8`bb2b48fa     ntdll!NtFsControlFile+0x14
0000008b`d75ff760 00007ff6`92397eab     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`d75ff7d0 00007ff8`bbcd4cb0     postgres!pg_signal_thread(
0000008b`d75ff8d0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`d75ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`d69fef00 00007ff6`926f9828     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`d69fef40 00007ff6`921b560d     postgres!ExceptionalCondition(
0000008b`d69fef80 00007ff6`921b9262     postgres!ExecCheckPermissions(
0000008b`d69ff020 00007ff6`921b4cce     postgres!InitPlan(
0000008b`d69ff140 00007ff8`b5ee2d2a     postgres!standard_ExecutorStart(
0000008b`d69ff190 00007ff6`921b481a     pg_stat_statements!pgss_ExecutorStart(
0000008b`d69ff1d0 00007ff6`924bc486     postgres!ExecutorStart(
0000008b`d69ff210 00007ff6`924b8de8     postgres!PortalStart(
0000008b`d69ff3e0 00007ff6`924b6811     postgres!exec_simple_query(
0000008b`d69ff520 00007ff6`924b023d     postgres!PostgresMain(
core
0000008b`d79ffd38 00007ff8`bb26da4e     ntdll!NtWaitForSingleObject+0x14
0000008b`d79ffd40 00007ff6`9239994c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`d79ffde0 00007ff8`bbcd4cb0     postgres!pg_timer_thread(
0000008b`d79ffe20 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`d79ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`d6dffaa8 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`d6dffab0 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
0000008b`d6dffda0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`d6dffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`d71ffbc8 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`d71ffbd0 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
0000008b`d71ffec0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`d71ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e9fff638 00007ff8`bb2b48fa     ntdll!NtFsControlFile+0x14
000000c7`e9fff640 00007ff6`92397eab     KERNELBASE!ConnectNamedPipe+0x6a
000000c7`e9fff6b0 00007ff8`bbcd4cb0     postgres!pg_signal_thread(
000000c7`e9fff7b0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e9fff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e9bff718 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`e9bff720 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
000000c7`e9bffa10 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`e9bffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`e97fefb0 00007ff6`926f9828     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c7`e97feff0 00007ff6`921b560d     postgres!ExceptionalCondition(
000000c7`e97ff030 00007ff6`921b9262     postgres!ExecCheckPermissions(
000000c7`e97ff0d0 00007ff6`921b4cce     postgres!InitPlan(
000000c7`e97ff1f0 00007ff6`921b482e     postgres!standard_ExecutorStart(
000000c7`e97ff240 00007ff6`924bc486     postgres!ExecutorStart(
000000c7`e97ff280 00007ff6`924b8de8     postgres!PortalStart(
000000c7`e97ff450 00007ff6`924b6811     postgres!exec_simple_query(
000000c7`e97ff590 00007ff6`924b023d     postgres!PostgresMain(
000000c7`e97ff7c0 00007ff6`923a3d97     postgres!BackendMain(
core
000000c7`ea7ffa98 00007ff8`bd9cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c7`ea7ffaa0 00007ff8`bbcd4cb0     ntdll!TppWorkerThread+0x2df
000000c7`ea7ffd90 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`ea7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c7`ea3ff6c8 00007ff8`bb26da4e     ntdll!NtWaitForSingleObject+0x14
000000c7`ea3ff6d0 00007ff6`9239994c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c7`ea3ff770 00007ff8`bbcd4cb0     postgres!pg_timer_thread(
000000c7`ea3ff7b0 00007ff8`bda3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c7`ea3ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/pg_upgrade/002_p...
--- C:/cirrus/src/test/regress/expected/privileges.out	2025-03-18 01:20:07.126854400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out	2025-03-18 01:22:47.561328900 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/recovery/027_str...
--- C:/cirrus/src/test/regress/expected/privileges.out	2025-03-18 01:20:07.126854400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/privileges.out	2025-03-18 01:24:39.498542800 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/regress/regress/...
--- C:/cirrus/src/test/regress/expected/privileges.out	2025-03-18 01:20:07.126854400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/privileges.out	2025-03-18 01:22:42.154589400 +0000
@@ -3046,368 +3046,7 @@
 create view atpgv1 as select * from graph_table (ptg1 match ( : atest1) COLUMNS (1 as value)) limit 0;
 grant select on atpgv1 to regress_priv_user3;
 select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user3;
-select * from atpgv1; -- ok
- value 
--------
-(0 rows)
-
-set session role regress_priv_user4;
-create view atpgv2 as select * from graph_table (ptg1 match (v : ltv) COLUMNS (v.ltvk)) limit 0;
--- though the session user is the owner of the view and also has access to the
...
tap
[01:23:11.938](75.183s) not ok 5 - regression tests pass
[01:23:32.421](4.488s) not ok 13 - run of pg_upgrade --check for new instance
[01:23:32.424](0.002s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:23:34.811](2.387s) not ok 15 - run of pg_upgrade for new instance
[01:23:34.812](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:23:35.269](0.102s) not ok 17 - check that locales in new cluster match original cluster
[01:23:36.345](0.306s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:25:07.165](81.170s) not ok 2 - regression tests pass
test
[01:31:29.562]  20/323 postgresql:regress / regress/regress                                            ERROR           1...
[01:31:29.562]  26/323 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[01:31:29.562]  60/323 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
52/5617 Beautify read stream "per buffer data" APIs
FreeBSD - Meson
core
[01:13:53.982] #0  0x00001dabf51b175a in ?? () from /libexec/ld-elf.so.1
[01:13:53.982] #1  0x00001dabf51ab7fc in ?? () from /libexec/ld-elf.so.1
[01:13:53.982] #2  0x0000000000000000 in ?? ()
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
test
[01:11:27.645] 328/328 postgresql:subscription / subscription/024_add_drop_pub                         ERROR           1...
52/5607 SIMD optimization for list_sort
CompilerWarnings
compiler
[23:57:27.511] regress.c:586:1: error: unused function 'get_tie_breaker_value' [-Werror,-Wunused-function]
compiler
[23:51:54.926] regress.c:586:1: error: ‘get_tie_breaker_value’ defined but not used [-Werror=unused-function]
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out	2025-03-17 23:49:08.561269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/list_sort_simd.out	2025-03-17 23:52:48.451...
@@ -26,62 +26,62 @@
 (1 row)
 
 SELECT test_list_sort_simd_float_random(100, 20, 2, true);
-                                         test_list_sort_simd_float_random                                         
-------------------------------------------------------------------------------------------------------------------
- {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749}
+                                            test_list_sort_simd_float_random                                           ...
+-----------------------------------------------------------------------------------------------------------------------...
+ {0.003372915,0.0034219418,0.013631644,0.019021165,0.030820394,0.031393025,0.057282537,0.0827536,0.090136975,0.09039178...
 (1 row)
 
 SELECT test_list_sort_simd_float_random(2, 20, 2, true);
  test_list_sort_simd_float_random 
 ----------------------------------
- {0.03346995,0.32996422}
+ {0.34728608,2}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out	2025-03-17 23:49:08.561269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/list_sort_simd.out	2025-03-17 23:53:49.0...
@@ -26,62 +26,62 @@
 (1 row)
 
 SELECT test_list_sort_simd_float_random(100, 20, 2, true);
-                                         test_list_sort_simd_float_random                                         
-------------------------------------------------------------------------------------------------------------------
- {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749}
+                                            test_list_sort_simd_float_random                                           ...
+-----------------------------------------------------------------------------------------------------------------------...
+ {0.003372915,0.0034219418,0.013631644,0.019021165,0.030820394,0.031393025,0.057282537,0.0827536,0.090136975,0.09039178...
 (1 row)
 
 SELECT test_list_sort_simd_float_random(2, 20, 2, true);
  test_list_sort_simd_float_random 
 ----------------------------------
- {0.03346995,0.32996422}
+ {0.34728608,2}
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out	2025-03-17 23:49:08.561269000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/list_sort_simd.out	2025-03-17 23:52:51.419673000 +0000
@@ -26,62 +26,62 @@
 (1 row)
 
 SELECT test_list_sort_simd_float_random(100, 20, 2, true);
-                                         test_list_sort_simd_float_random                                         
-------------------------------------------------------------------------------------------------------------------
- {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749}
+                                            test_list_sort_simd_float_random                                           ...
+-----------------------------------------------------------------------------------------------------------------------...
+ {0.003372915,0.0034219418,0.013631644,0.019021165,0.030820394,0.031393025,0.057282537,0.0827536,0.090136975,0.09039178...
 (1 row)
 
 SELECT test_list_sort_simd_float_random(2, 20, 2, true);
  test_list_sort_simd_float_random 
 ----------------------------------
- {0.03346995,0.32996422}
+ {0.34728608,2}
...
tap
[23:54:01.959](186.416s) not ok 5 - regression tests pass
tap
[23:54:57.774](209.933s) not ok 2 - regression tests pass
test
[23:56:16.579] 178/328 postgresql:regress / regress/regress                                            ERROR           1...
[23:56:16.579] 284/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[23:56:16.579] 327/328 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out	2025-03-17 23:48:13
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/list_sort_simd.out	2025-03-17 23:52:37
@@ -26,62 +26,62 @@
 (1 row)
 
 SELECT test_list_sort_simd_float_random(100, 20, 2, true);
-                                         test_list_sort_simd_float_random                                         
-------------------------------------------------------------------------------------------------------------------
- {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749}
+                                           test_list_sort_simd_float_random                                            
+-----------------------------------------------------------------------------------------------------------------------
+ {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315}
 (1 row)
 
 SELECT test_list_sort_simd_float_random(2, 20, 2, true);
  test_list_sort_simd_float_random 
 ----------------------------------
- {0.03346995,0.32996422}
+ {0.0003287075,0.5245871}
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out	2025-03-17 23:48:13
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/list_sort_simd.out	2025-03-17 23:54:10
@@ -26,62 +26,62 @@
 (1 row)
 
 SELECT test_list_sort_simd_float_random(100, 20, 2, true);
-                                         test_list_sort_simd_float_random                                         
-------------------------------------------------------------------------------------------------------------------
- {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749}
+                                           test_list_sort_simd_float_random                                            
+-----------------------------------------------------------------------------------------------------------------------
+ {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315}
 (1 row)
 
 SELECT test_list_sort_simd_float_random(2, 20, 2, true);
  test_list_sort_simd_float_random 
 ----------------------------------
- {0.03346995,0.32996422}
+ {0.0003287075,0.5245871}
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out	2025-03-17 23:48:13
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/list_sort_simd.out	2025-03-17 23:52:43
@@ -26,62 +26,62 @@
 (1 row)
 
 SELECT test_list_sort_simd_float_random(100, 20, 2, true);
-                                         test_list_sort_simd_float_random                                         
-------------------------------------------------------------------------------------------------------------------
- {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749}
+                                           test_list_sort_simd_float_random                                            
+-----------------------------------------------------------------------------------------------------------------------
+ {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315}
 (1 row)
 
 SELECT test_list_sort_simd_float_random(2, 20, 2, true);
  test_list_sort_simd_float_random 
 ----------------------------------
- {0.03346995,0.32996422}
+ {0.0003287075,0.5245871}
...
tap
[23:53:03.816](83.973s) not ok 5 - regression tests pass
tap
[23:54:35.791](96.225s) not ok 2 - regression tests pass
test
[23:58:11.640]  31/328 postgresql:regress / regress/regress                                            ERROR            ...
[23:58:11.640]  70/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:58:11.640] 155/328 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:50:43.891] ../src/test/regress/regress.c(617): error C2375: 'test_list_sort_simd_float': redefinition; different lin...
compiler
[23:50:43.891] ../src/test/regress/regress.c(733): error C2375: 'test_list_sort_simd_float_random': redefinition; differ...
52/5470 Function scan FDW pushdown
CompilerWarnings
compiler
[22:06:18.785] postgres_fdw.c:3113:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:06:18.785] ../../src/include/c.h:846:20: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:05:40.086] postgres_fdw.c:3113:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:05:40.086] postgres_fdw.c:1667:17: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:10:23.258] ../../src/include/c.h:846:20: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:10:23.258] postgres_fdw.c:3113:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized]
52/5553 starjoin join order planning
CompilerWarnings
compiler
[22:00:27.947] allpaths.c:3477:44: error: use of undeclared identifier 'startlev'
compiler
[22:00:27.947] allpaths.c:3476:32: error: use of undeclared identifier 'startlev'
compiler
[21:59:27.696] allpaths.c:3476:53: error: ‘startlev’ undeclared (first use in this function)
compiler
[22:00:55.710] allpaths.c:3476:53: error: ‘startlev’ undeclared (first use in this function); did you mean ‘strrev’?
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:59:26.193] ../src/backend/optimizer/path/allpaths.c(3477): error C2065: 'startlev': undeclared identifier
compiler
[21:59:26.193] ../src/backend/optimizer/path/allpaths.c(3476): error C2065: 'startlev': undeclared identifier
53/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - Meson
core
[22:15:34.214] #0  0x00002d385bb95fda in copy_file_range () from /lib/libc.so.7
[22:15:34.214] #1  0x00002d303970c412 in ?? ()
[22:15:34.214] #2  0x00002d303970be1b in ?? ()
[22:15:34.214] #3  0x00002d303970b6e3 in ?? ()
[22:15:34.214] #4  0x00002d385bae2c3a in __libc_start1 () from /lib/libc.so.7
[22:15:34.214] #5  0x00002d303970b2dd 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	2025-03-17 21:54:59.242036000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2025-03-17 22:00:11.341502000...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_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	2025-03-17 21:54:59.242036000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2025-03-17 22:01:04.5978230...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_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	2025-03-17 21:54:59.242036000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2025-03-17 22:00:19.215216000 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:00:20.669](226.968s) not ok 5 - regression tests pass
tap
[22:01:13.092](243.338s) not ok 2 - regression tests pass
test
[22:13:10.713] 179/328 postgresql:regress / regress/regress                                            ERROR           2...
[22:13:10.713] 272/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
[22:13:10.713] 305/328 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[22:13:10.713] 328/328 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	2025-03-17 21:54:59.597411435 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/indexing.out	2025-03-17 22:03:52.353099440 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_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	2025-03-17 21:54:59.434078221 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partitioned-cic.out	2025-03-17 22:25:25.101890453 +0000
@@ -3,10 +3,14 @@
 starting permutation: lock_p1 cic insert drop2 commit chk_content
 step lock_p1: lock cictab_part_1 in row exclusive mode;
 step cic: CREATE INDEX CONCURRENTLY ON cictab(i); <waiting ...>
-step insert: insert into cictab values (1, 1), (11, 1);
-step drop2: DROP TABLE cictab_part_2;
+step insert: insert into cictab values (1, 1), (11, 1); <waiting ...>
+isolationtester: canceling step insert after 360 seconds
+step insert: <... completed>
+ERROR:  canceling statement due to user request
+step drop2: DROP TABLE cictab_part_2; <waiting ...>
 step commit: COMMIT;
 step cic: <... completed>
+step drop2: <... completed>
 step chk_content: 
   set enable_seqscan to off;
   explain (costs off) select * from cictab where i > 0;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/regress/results/index...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2025-03-17 21:54:59.597411435 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/indexing.out	2025-03-17 22:01:44.437236280 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:03:55.376](117.898s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out	2025-03-17 21:54:57.429403469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2025-03-17 22:00:47.359528498...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_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	2025-03-17 21:54:57.429403469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2025-03-17 22:01:22.6113715...
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_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	2025-03-17 21:54:57.429403469 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/indexing.out	2025-03-17 22:00:41.803551506 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:00:50.128](83.790s) not ok 5 - regression tests pass
tap
[22:01:26.120](80.253s) not ok 2 - regression tests pass
test
[22:16:03.389]  46/329 postgresql:regress / regress/regress                                            ERROR            ...
[22:16:03.389] 138/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:16:03.389] 154/329 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[22:16:03.389] 329/329 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
macOS - Sonoma - Meson
core
[22:21:52.453]   * frame #0: 0x000000018d3f3d24 dyld`stat64 + 8
[22:21:52.453]     frame #1: 0x000000018d456c30 dyld`stat_with_subsystem + 56
[22:21:52.453]     frame #2: 0x000000018d441c44 dyld`dyld3::stat(char const*, stat*) + 28
[22:21:52.453]     frame #3: 0x000000018d41a2fc dyld`dyld4::SyscallDelegate::fileExists(char const*, dyld4::FileID*, int...
[22:21:52.453]     frame #4: 0x000000018d41812c dyld`invocation function for block in dyld4::PrebuiltLoader::invalidateI...
[22:21:52.453]     frame #5: 0x000000018d3fdfdc dyld`invocation function for block in dyld4::ProcessConfig::PathOverride...
[22:21:52.453]     frame #6: 0x000000018d3fd160 dyld`dyld4::ProcessConfig::PathOverrides::forEachInColonList(char const*...
[22:21:52.453]     frame #7: 0x000000018d3f9c6c dyld`dyld4::ProcessConfig::PathOverrides::forEachPathVariant(char const*...
[22:21:52.453]     frame #8: 0x000000018d417ed0 dyld`dyld4::PrebuiltLoader::invalidateInIsolation(dyld4::RuntimeState co...
[22:21:52.453]     frame #9: 0x000000018d417bdc dyld`dyld4::PrebuiltLoader::isValid(dyld4::RuntimeState const&) const + ...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2025-03-17 21:58:14
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2025-03-17 22:02:22
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/indexing.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/indexing.out	2025-03-17 21:58:14
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2025-03-17 22:03:37
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_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	2025-03-17 21:58:14
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/indexing.out	2025-03-17 22:02:34
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[22:02:27.925](80.838s) not ok 5 - regression tests pass
tap
[22:03:41.517](81.089s) not ok 2 - regression tests pass
test
[22:18:06.491]  34/328 postgresql:regress / regress/regress                                            ERROR            ...
[22:18:06.491]  54/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:18:06.491] 118/328 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[22:18:06.491] 328/328 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	2025-03-17 21:55:03.364247600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out	2025-03-17 21:59:32.651587400 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "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	2025-03-17 21:55:03.364247600 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/indexing.out	2025-03-17 22:02:10.909871500 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "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	2025-03-17 21:55:03.364247600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/indexing.out	2025-03-17 21:59:24.936240200 +0000
@@ -77,7 +77,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart_a_idx" btree (a)
-    "idxpart_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 3 (Use \d+ to list them.)
 
 \d idxpart1
@@ -91,7 +90,6 @@
 Partition key: RANGE (a)
 Indexes:
     "idxpart1_a_idx" btree (a)
-    "idxpart1_a_idx1" UNIQUE, btree (a) INVALID
 Number of partitions: 1 (Use \d+ to list them.)
 
 \d idxpart11
@@ -105,7 +103,6 @@
...
tap
[21:59:43.216](142.723s) not ok 5 - regression tests pass
tap
[22:02:20.040](137.875s) not ok 2 - regression tests pass
test
[22:13:52.660]  24/323 postgresql:regress / regress/regress                                            ERROR           1...
[22:13:52.660]  41/323 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[22:13:52.660]  85/323 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[22:13:52.660] 323/323 postgresql:isolation / isolation/isolation                                      TIMEOUT        10...
52/4881 Eager aggregation, take 3
FreeBSD - Meson
core
[21:59:31.158] #0  0x000000082a2a475a in _sigprocmask () from /lib/libc.so.7
[21:59:31.158] #1  0x000000082a2e1a2f in _system () from /lib/libc.so.7
[21:59:31.158] #2  0x0000000829f718a3 in ?? () from /lib/libthr.so.3
[21:59:31.158] #3  0x000000000067a887 in RestoreArchivedFile (path=path@entry=0x820db21e0 "pg_wal/00000002", '0' <repeat...
[21:59:31.158] #4  0x0000000000661a58 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[21:59:31.158] #5  0x0000000000661b18 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[21:59:31.158] #6  0x0000000000685cbb in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=10...
[21:59:31.158] #7  0x0000000000681ec3 in WaitForWALToBecomeAvailable (RecPtr=105210736, tliRecPtr=105210712, replayTLI=2...
[21:59:31.158] #8  XLogPageRead (xlogreader=0x30eb6dc1d130, targetPagePtr=105209856, reqLen=880, targetRecPtr=105210712,...
[21:59:31.158] #9  0x0000000000688c1a in ReadPageInternal (state=state@entry=0x30eb6dc1d130, pageptr=105209856, reqLen=8...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:06.961459000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-03-17 21:53:05.736702000...
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:06.961459000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-03-17 21:53:56.6971580...
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:06.961459000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2025-03-17 21:53:11.403698000 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[21:54:58.183](182.095s) not ok 5 - regression tests pass
tap
[21:55:50.080](201.562s) not ok 2 - regression tests pass
test
[21:57:16.345]  96/328 postgresql:regress / regress/regress                                            ERROR           1...
[21:57:16.345] 279/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[21:57:16.345] 327/328 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:04.655299140 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out	2025-03-17 21:57:09.975577407 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/test/regress/results/sysvi...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:04.655299140 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/sysviews.out	2025-03-17 21:55:16.888433831 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[21:58:14.761](135.851s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:05.196023737 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-03-17 21:55:34.483506182...
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:05.196023737 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-03-17 21:56:22.8834794...
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-03-17 21:50:05.196023737 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2025-03-17 21:55:30.607508611 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[21:56:22.402](83.089s) not ok 5 - regression tests pass
tap
[21:56:59.074](81.781s) not ok 2 - regression tests pass
test
[21:58:46.251]  29/329 postgresql:regress / regress/regress                                            ERROR            ...
[21:58:46.251] 146/329 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[21:58:46.251] 161/329 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2025-03-17 21:50:09
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-03-17 21:54:56
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2025-03-17 21:50:09
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-03-17 21:56:04
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2025-03-17 21:50:09
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/sysviews.out	2025-03-17 21:54:53
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[21:55:27.192](64.520s) not ok 5 - regression tests pass
tap
[21:56:48.200](84.023s) not ok 2 - regression tests pass
test
[22:00:09.298]  30/328 postgresql:regress / regress/regress                                            ERROR            ...
[22:00:09.298]  67/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:00:09.298] 150/328 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2025-03-17 21:50:09.980700700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-03-17 21:53:09.631651100 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2025-03-17 21:50:09.980700700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-03-17 21:55:29.772963400 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2025-03-17 21:50:09.980700700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/sysviews.out	2025-03-17 21:53:05.348424300 +0000
@@ -173,7 +173,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(24 rows)
+(25 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[21:54:09.116](120.505s) not ok 5 - regression tests pass
tap
[21:56:31.038](131.094s) not ok 2 - regression tests pass
test
[22:03:19.172]  22/323 postgresql:regress / regress/regress                                            ERROR           1...
[22:03:19.172]  44/323 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[22:03:19.172] 102/323 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
52/5323 Support enabling checksums online
FreeBSD - Meson
core
[21:05:05.728] #0  0x000000082b70075a in _sigprocmask () from /lib/libc.so.7
[21:05:05.728] #1  0x000000082b73da2f in _system () from /lib/libc.so.7
[21:05:05.728] #2  0x00000008295118a3 in ?? () from /lib/libthr.so.3
[21:05:05.728] #3  0x000000000067ccd7 in RestoreArchivedFile (path=path@entry=0x8213b31e0 "pg_wal/00000002", '0' <repeat...
[21:05:05.728] #4  0x0000000000662b18 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[21:05:05.728] #5  0x0000000000662bd8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[21:05:05.728] #6  0x000000000068826b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[21:05:05.728] #7  0x0000000000684473 in WaitForWALToBecomeAvailable (RecPtr=67173224, tliRecPtr=67173200, replayTLI=2, ...
[21:05:05.728] #8  XLogPageRead (xlogreader=0x19b8ebc1d130, targetPagePtr=67166208, reqLen=7016, targetRecPtr=67173200, ...
[21:05:05.728] #9  0x000000000068b1ca in ReadPageInternal (state=state@entry=0x19b8ebc1d130, pageptr=67166208, reqLen=70...
tap
[20:59:27.107](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[21:02:37.777] 149/332 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[20:59:30.915](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[21:02:02.799](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[21:03:46.219] 170/333 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
macOS - Sonoma - Meson
tap
[20:58:59.309](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[21:01:44.084] 160/332 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
52/5616 Extensible storage manager API
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:59:07.714] c:\cirrus\src\backend\storage\smgr\smgr.c(153) : warning C4715: 'smgr_lookup': not all control paths retu...
52/5595 Track and display estimated "work_mem" as well as limit, via EXPLAIN (work_mem on); add hook to override work_mem limits; add extension to override using "workmem.query_work_mem" GUC
FreeBSD - Meson
assertion
TRAP: failed Assert("worker_space_allowed > 0"), File: "../src/backend/executor/nodeHash.c", Line: 478, PID: 55369
assertion
TRAP: failed Assert("worker_space_allowed > 0"), File: "../src/backend/executor/nodeHash.c", Line: 478, PID: 71792
assertion
TRAP: failed Assert("worker_space_allowed > 0"), File: "../src/backend/executor/nodeHash.c", Line: 478, PID: 58535
core
[11:27:11.837] #0  0x000000082816f1ba in thr_kill () from /lib/libc.so.7
[11:27:11.837] #1  0x00000008280e85d4 in raise () from /lib/libc.so.7
[11:27:11.837] #2  0x000000082819bb59 in abort () from /lib/libc.so.7
[11:27:11.837] #3  0x0000000000abc925 in ExceptionalCondition (conditionName=0x313413 "worker_space_allowed > 0", fileNa...
[11:27:11.837] #4  0x000000000079ec20 in ExecHashTableCreate (state=state@entry=0x262082d109b0) at ../src/backend/execut...
[11:27:11.837] #5  0x00000000007a2b93 in ExecHashJoinImpl (pstate=0x262082d0d5a8, parallel=false) at ../src/backend/exec...
[11:27:11.837] #6  ExecHashJoin (pstate=0x262082d0d5a8) at ../src/backend/executor/nodeHashjoin.c:690
[11:27:11.837] #7  0x000000000077bf5b in ExecProcNode (node=0x262082d0d5a8) at ../src/include/executor/executor.h:304
[11:27:11.837] #8  ExecutePlan (queryDesc=0x262082cbf9f0, operation=CMD_SELECT, sendTuples=true, numberTuples=0, directi...
[11:27:11.837] #9  standard_ExecutorRun (queryDesc=0x262082cbf9f0, direction=<optimized out>, count=0) at ../src/backend...
core
[11:27:12.444] #0  0x000000082ad531ba in thr_kill () from /lib/libc.so.7
[11:27:12.444] #1  0x000000082accc5d4 in raise () from /lib/libc.so.7
[11:27:12.444] #2  0x000000082ad7fb59 in abort () from /lib/libc.so.7
[11:27:12.444] #3  0x0000000000abc925 in ExceptionalCondition (conditionName=0x313413 "worker_space_allowed > 0", fileNa...
[11:27:12.444] #4  0x000000000079ec20 in ExecHashTableCreate (state=state@entry=0x34c0fcf588b0) at ../src/backend/execut...
[11:27:12.444] #5  0x00000000007a2b93 in ExecHashJoinImpl (pstate=0x34c0fcf554a8, parallel=false) at ../src/backend/exec...
[11:27:12.444] #6  ExecHashJoin (pstate=0x34c0fcf554a8) at ../src/backend/executor/nodeHashjoin.c:690
[11:27:12.444] #7  0x000000000077bf5b in ExecProcNode (node=0x34c0fcf554a8) at ../src/include/executor/executor.h:304
[11:27:12.444] #8  ExecutePlan (queryDesc=0x34c0fcf07630, operation=CMD_SELECT, sendTuples=true, numberTuples=0, directi...
[11:27:12.444] #9  standard_ExecutorRun (queryDesc=0x34c0fcf07630, direction=<optimized out>, count=0) at ../src/backend...
core
[11:27:12.134] #0  0x000000082d6711ba in thr_kill () from /lib/libc.so.7
[11:27:12.134] #1  0x000000082d5ea5d4 in raise () from /lib/libc.so.7
[11:27:12.134] #2  0x000000082d69db59 in abort () from /lib/libc.so.7
[11:27:12.134] #3  0x0000000000abc925 in ExceptionalCondition (conditionName=0x313413 "worker_space_allowed > 0", fileNa...
[11:27:12.134] #4  0x000000000079ec20 in ExecHashTableCreate (state=state@entry=0x242f771465f0) at ../src/backend/execut...
[11:27:12.134] #5  0x00000000007a2b93 in ExecHashJoinImpl (pstate=0x242f771431e8, parallel=false) at ../src/backend/exec...
[11:27:12.134] #6  ExecHashJoin (pstate=0x242f771431e8) at ../src/backend/executor/nodeHashjoin.c:690
[11:27:12.134] #7  0x000000000077bf5b in ExecProcNode (node=0x242f771431e8) at ../src/include/executor/executor.h:304
[11:27:12.134] #8  ExecutePlan (queryDesc=0x242f770f5d70, operation=CMD_SELECT, sendTuples=true, numberTuples=0, directi...
[11:27:12.134] #9  standard_ExecutorRun (queryDesc=0x242f770f5d70, direction=<optimized out>, count=0) at ../src/backend...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-16 11:18:10.400187000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out	2025-03-16 11:22:05.426737...
@@ -2882,279 +2882,10 @@
 DETAIL:  Key (f1)=(-2) is still referenced from table "tbl4".
 BEGIN;
 UPDATE fkpart10.tbl3 SET f1 = f1 * -1;
-UPDATE fkpart10.tbl1 SET f1 = 3 WHERE f1 = 0;
-INSERT INTO fkpart10.tbl1 VALUES (0);
-INSERT INTO fkpart10.tbl3 VALUES (-2), (-1);
-COMMIT;
--- test where the updated table now has both an IMMEDIATE and a DEFERRED
--- constraint pointing into it
-CREATE TABLE fkpart10.tbl5(f1 int REFERENCES fkpart10.tbl3);
-INSERT INTO fkpart10.tbl5 VALUES (-2), (-1);
-BEGIN;
-UPDATE fkpart10.tbl3 SET f1 = f1 * -3;
-ERROR:  update or delete on table "tbl3" violates foreign key constraint "tbl5_f1_fkey" on table "tbl5"
-DETAIL:  Key (f1)=(-2) is still referenced from table "tbl5".
-COMMIT;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out	2025-03-16 11:18:10.400187000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out	2025-03-16 11:22:58.4645...
@@ -1997,1164 +1997,10 @@
 
 -- this one has an FK with mismatched properties
 \d fk_partitioned_fk_4_2
-       Table "public.fk_partitioned_fk_4_2"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- a      | integer |           |          | 
- b      | integer |           |          | 
-Partition of: fk_partitioned_fk_4 FOR VALUES FROM (100, 100) TO (1000, 1000)
-Foreign-key constraints:
-    "fk_partitioned_fk_4_2_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE SET NULL
-    TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_p...
-
-CREATE TABLE fk_partitioned_fk_5 (a int, b int,
-	FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE,
-	FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) MATCH FULL ON UPDATE CASCADE ON DELETE CASCADE)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tsearch.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tsearch.out	2025-03-16 11:18:10.468490000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/tsearch.out	2025-03-16 11:22:20.226998000 +0000
@@ -1292,1723 +1292,10 @@
 
 -- ts_debug
 SELECT * from ts_debug('english', '<myns:foo-bar_baz.blurfl>abc&nm1;def&#xa9;ghi&#245;jkl</myns:foo-bar_baz.blurfl>');
-   alias   |   description   |           token            |  dictionaries  |  dictionary  | lexemes 
------------+-----------------+----------------------------+----------------+--------------+---------
- tag       | XML tag         | <myns:foo-bar_baz.blurfl>  | {}             |              | 
- asciiword | Word, all ASCII | abc                        | {english_stem} | english_stem | {abc}
- entity    | XML entity      | &nm1;                      | {}             |              | 
- asciiword | Word, all ASCII | def                        | {english_stem} | english_stem | {def}
- entity    | XML entity      | &#xa9;                     | {}             |              | 
- asciiword | Word, all ASCII | ghi                        | {english_stem} | english_stem | {ghi}
- entity    | XML entity      | &#245;                     | {}             |              | 
- asciiword | Word, all ASCII | jkl                        | {english_stem} | english_stem | {jkl}
- tag       | XML tag         | </myns:foo-bar_baz.blurfl> | {}             |              | 
-(9 rows)
-
...
tap
[11:22:06.226](127.208s) not ok 5 - regression tests pass
[11:22:35.677](1.013s) not ok 13 - run of pg_upgrade --check for new instance
[11:22:35.678](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[11:22:36.137](0.459s) not ok 15 - run of pg_upgrade for new instance
[11:22:36.157](0.018s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[11:22:36.512](0.069s) not ok 17 - check that locales in new cluster match original cluster
[11:22:38.016](0.068s) not ok 19 - old and new dumps match after pg_upgrade
tap
[11:22:59.124](146.480s) not ok 2 - regression tests pass
test
[11:24:55.154] 136/327 postgresql:regress / regress/regress                                            ERROR           1...
[11:24:55.154] 156/327 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:24:55.154] 185/327 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/workmem/expected/workmem.out /tmp/cirrus-ci-build/contrib/workmem/results/workmem....
--- /tmp/cirrus-ci-build/contrib/workmem/expected/workmem.out	2025-03-16 11:18:06.941606890 +0000
+++ /tmp/cirrus-ci-build/contrib/workmem/results/workmem.out	2025-03-16 11:24:27.285959208 +0000
@@ -30,9 +30,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=25600 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=25600 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=51200 kB)
@@ -42,7 +43,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 102400 kB
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out	2025-03-16 11:18:08.750696852 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/workmem.out	2025-03-16 11:25:39.979299380 +0000
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/src/test/regress/results/workme...
--- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out	2025-03-16 11:18:08.750696852 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/workmem.out	2025-03-16 11:23:54.557455409 +0000
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
tap
[11:25:46.040](111.222s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
core
[11:28:33.655] #0  0x00007fd012620dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.655] #1  0x00007fd0125cd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.655] #2  0x00007fd0125cd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.655] #3  0x00005557d20cf5f3 in ?? ()
[11:28:33.655] #4  0x00005557d20c9369 in ?? ()
[11:28:33.655] #5  0x00005557d20c820f in ?? ()
[11:28:33.655] #6  0x00005557d20c8c3b in ?? ()
[11:28:33.655] #7  0x00005557d20c666f in ?? ()
[11:28:33.655] #8  0x00007fd0125b824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.655] #9  0x00007fd0125b8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:28:33.655] #0  <unavailable> in ?? ()
core
[11:28:33.766] #0  0x00007fd012620dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.766] #1  0x00007fd0125cd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.766] #2  0x00007fd0125cd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.766] #3  0x00005557d20cf5c1 in ?? ()
[11:28:33.766] #4  0x00005557d20c9369 in ?? ()
[11:28:33.766] #5  0x00005557d20c820f in ?? ()
[11:28:33.766] #6  0x00005557d20c8c3b in ?? ()
[11:28:33.766] #7  0x00005557d20c666f in ?? ()
[11:28:33.766] #8  0x00007fd0125b824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:28:33.766] #9  0x00007fd0125b8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out	2025-03-16 11:18:08.353234581 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/workmem.out	2025-03-16 11:24:02.384806845 ...
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out	2025-03-16 11:18:08.353234581 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/workmem.out	2025-03-16 11:24:38.84077715...
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out	2025-03-16 11:18:08.353234581 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/workmem.out	2025-03-16 11:23:55.444814941 +0000
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
tap
[11:24:08.628](79.226s) not ok 5 - regression tests pass
tap
[11:24:45.860](79.654s) not ok 2 - regression tests pass
test
[11:26:29.103]  47/328 postgresql:regress / regress/regress                                            ERROR            ...
[11:26:29.103] 144/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:26:29.103] 163/328 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/workmem.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/workmem.out	2025-03-16 11:18:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/workmem.out	2025-03-16 11:21:05
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/workmem.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r...
--- /Users/admin/pgsql/src/test/regress/expected/workmem.out	2025-03-16 11:18:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/workmem.out	2025-03-16 11:21:48
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/workmem.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/workmem.out	2025-03-16 11:18:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/workmem.out	2025-03-16 11:21:05
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
tap
[11:21:11.033](48.047s) not ok 5 - regression tests pass
tap
[11:21:52.651](42.562s) not ok 2 - regression tests pass
test
[11:23:48.469]  31/327 postgresql:regress / regress/regress                                            ERROR            ...
[11:23:48.469]  64/327 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:23:48.469] 141/327 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/workmem.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/workmem.out	2025-03-16 11:18:13.944986300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/workmem.out	2025-03-16 11:21:44.325758300 +0000
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/workmem.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/workmem.out	2025-03-16 11:18:13.944986300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/workmem.out	2025-03-16 11:23:55.806713400 +0000
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/workmem.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/workmem.out	2025-03-16 11:18:13.944986300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/workmem.out	2025-03-16 11:21:39.294519000 +0000
@@ -207,9 +207,10 @@
 from (values (1, 1), (2, 2)) as t (a, b) where a = b
 group by grouping sets((a, b), (a));
 ');
-                            workmem_filter                            
-----------------------------------------------------------------------
+                                       workmem_filter                                       
+--------------------------------------------------------------------------------------------
  WindowAgg  (work_mem=N kB limit=4096 kB)
+   Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING)
    ->  Sort  (work_mem=N kB limit=4096 kB)
          Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST
          ->  HashAggregate  (work_mem=N kB limit=8192 kB)
@@ -219,7 +220,7 @@
                      Filter: (column1 = column2)
  Total Working Memory: N kB
  Total Working Memory Limit: 16384 kB
...
tap
[11:21:54.136](107.985s) not ok 5 - regression tests pass
tap
[11:24:07.963](117.927s) not ok 2 - regression tests pass
test
[11:30:36.396]  22/322 postgresql:regress / regress/regress                                            ERROR           1...
[11:30:36.396]  38/322 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:30:36.396]  96/322 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
52/5614 Metadata and record block access stats for indexes
Linux - Debian Bookworm - Meson
core
[12:13:50.031] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:50.031] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:50.031] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:50.031] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:50.031] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:50.031] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:50.031] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdead88, heaprel=heaprel@entry=0x7f5c1fdea608, ...
[12:13:50.031] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdead88, heaprel=heaprel@entry=0x7f5c1fdea...
[12:13:50.031] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdead88, itup=itup@entry=0x55d2a1c108f0, che...
[12:13:50.031] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdead88, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:48.663] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:48.663] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:48.663] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:48.663] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:48.663] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:48.663] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:48.663] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdef718, heaprel=heaprel@entry=0x7f5c1fdeef98, ...
[12:13:48.663] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdef718, heaprel=heaprel@entry=0x7f5c1fdee...
[12:13:48.663] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdef718, itup=itup@entry=0x55d2a1c19928, che...
[12:13:48.663] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdef718, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:47.279] #0  0x00007f2e23aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:47.279] #1  0x00007f2e23a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:47.279] #2  0x00007f2e23a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:47.279] #3  0x00007f2e23c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:47.279] #4  0x00007f2e23c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:47.279] #5  0x00007f2e23c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f48beaef7...
[12:13:47.279] #6  0x000055f48af2c400 in _bt_getroot (rel=rel@entry=0x7f2e21a57998, heaprel=heaprel@entry=0x0, access=ac...
[12:13:47.279] #7  0x000055f48af3cfe5 in _bt_search (rel=rel@entry=0x7f2e21a57998, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:47.279] #8  0x000055f48af3f831 in _bt_first (scan=scan@entry=0x55f4b1b3dfa0, dir=dir@entry=ForwardScanDirection) ...
[12:13:47.279] #9  0x000055f48af35b1e in btgettuple (scan=0x55f4b1b3dfa0, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:13:45.805] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:45.805] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:45.805] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:45.805] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:45.805] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:45.805] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:45.805] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdeed68, heaprel=heaprel@entry=0x7f5c1fdee5e8, ...
[12:13:45.805] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdeed68, heaprel=heaprel@entry=0x7f5c1fdee...
[12:13:45.805] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdeed68, itup=itup@entry=0x55d2a1c1d998, che...
[12:13:45.805] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdeed68, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:44.419] #0  0x00007f039eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:44.419] #1  0x00007f039ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:44.419] #2  0x00007f039ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:44.419] #3  0x00007f039ee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:44.419] #4  0x00007f039ee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:44.419] #5  0x00007f039ee0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5644eb916cb...
[12:13:44.419] #6  0x00005644ea98df86 in _bt_split (rel=rel@entry=0x7f039be0a610, heaprel=heaprel@entry=0x7f039be09e90, ...
[12:13:44.419] #7  0x00005644ea98f826 in _bt_insertonpg (rel=rel@entry=0x7f039be0a610, heaprel=heaprel@entry=0x7f039be09...
[12:13:44.419] #8  0x00005644ea991bc1 in _bt_doinsert (rel=rel@entry=0x7f039be0a610, itup=itup@entry=0x564509766b28, che...
[12:13:44.419] #9  0x00005644ea9a1047 in btinsert (rel=0x7f039be0a610, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:43.020] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:43.020] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:43.020] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:43.020] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:43.020] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:43.020] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:43.020] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe80db8, heaprel=heaprel@entry=0x7f5c1fe80608, ...
[12:13:43.020] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe80db8, heaprel=heaprel@entry=0x7f5c1fe80...
[12:13:43.020] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe80db8, itup=itup@entry=0x55d2a1c280d0, che...
[12:13:43.020] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fe80db8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:41.617] #0  0x00007ff9abca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:41.617] #1  0x00007ff9abc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:41.617] #2  0x00007ff9abc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:41.617] #3  0x00007ff9abe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:41.617] #4  0x00007ff9abe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:41.617] #5  0x00007ff9abe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558bbab15f7...
[12:13:41.617] #6  0x0000558bb9b93400 in _bt_getroot (rel=rel@entry=0x7ff9a8d98738, heaprel=heaprel@entry=0x0, access=ac...
[12:13:41.617] #7  0x0000558bb9ba3fe5 in _bt_search (rel=rel@entry=0x7ff9a8d98738, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:41.617] #8  0x0000558bb9ba6831 in _bt_first (scan=scan@entry=0x558bd4f2c1a0, dir=dir@entry=ForwardScanDirection) ...
[12:13:41.617] #9  0x0000558bb9b9cb1e in btgettuple (scan=0x558bd4f2c1a0, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:13:41.020] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:41.020] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:41.020] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:41.020] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:41.020] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:41.020] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:41.020] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdfa978, heaprel=heaprel@entry=0x7f5c1fdfa1f8, ...
[12:13:41.020] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdfa978, heaprel=heaprel@entry=0x7f5c1fdfa...
[12:13:41.020] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdfa978, itup=itup@entry=0x55d2a1c43e28, che...
[12:13:41.020] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdfa978, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:05.023] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:05.023] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:05.023] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:05.023] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:05.023] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:05.023] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:05.023] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdf8448, heaprel=heaprel@entry=0x7f5c1fdf7c98, ...
[12:13:05.023] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdf8448, heaprel=heaprel@entry=0x7f5c1fdf7...
[12:13:05.023] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdf8448, itup=itup@entry=0x55d2a1c220c8, che...
[12:13:05.023] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdf8448, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:03.613] #0  0x00007fb8e1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:03.613] #1  0x00007fb8e1a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:03.613] #2  0x00007fb8e1a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:03.613] #3  0x00007fb8e1c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:03.613] #4  0x00007fb8e1c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:03.613] #5  0x00007fb8e1c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5646080c7cb...
[12:13:03.613] #6  0x000056460713ef86 in _bt_split (rel=rel@entry=0x7fb8dd2f0318, heaprel=heaprel@entry=0x7fb8dd2efb68, ...
[12:13:03.613] #7  0x0000564607140826 in _bt_insertonpg (rel=rel@entry=0x7fb8dd2f0318, heaprel=heaprel@entry=0x7fb8dd2ef...
[12:13:03.613] #8  0x0000564607142bc1 in _bt_doinsert (rel=rel@entry=0x7fb8dd2f0318, itup=itup@entry=0x56462f5f6458, che...
[12:13:03.613] #9  0x0000564607152047 in btinsert (rel=0x7fb8dd2f0318, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:01.549] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:01.549] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:01.549] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:01.549] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:01.549] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:01.549] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:01.549] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe8b410, heaprel=heaprel@entry=0x7f5c1ff9aba8, ...
[12:13:01.549] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe8b410, heaprel=heaprel@entry=0x7f5c1ff9a...
[12:13:01.549] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe8b410, itup=itup@entry=0x55d2a1c28e30, che...
[12:13:01.549] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fe8b410, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:00.137] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:00.137] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:00.137] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:00.137] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:00.137] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:00.137] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:00.137] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdf4f68, heaprel=heaprel@entry=0x7f5c1fdf47e8, ...
[12:13:00.137] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdf4f68, heaprel=heaprel@entry=0x7f5c1fdf4...
[12:13:00.137] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdf4f68, itup=itup@entry=0x55d2a1c19df0, che...
[12:13:00.137] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdf4f68, values=<optimized out>, isnull=<optimized out>, h...
core
[12:12:58.742] #0  0x00007f4fe6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:58.742] #1  0x00007f4fe6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:58.742] #2  0x00007f4fe6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:58.742] #3  0x00007f4fe701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:58.742] #4  0x00007f4fe702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:58.742] #5  0x00007f4fe700dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562e20a63f7...
[12:12:58.742] #6  0x0000562e1fae1400 in _bt_getroot (rel=rel@entry=0x7f4fe3e8fc98, heaprel=heaprel@entry=0x0, access=ac...
[12:12:58.742] #7  0x0000562e1faf1fe5 in _bt_search (rel=rel@entry=0x7f4fe3e8fc98, heaprel=heaprel@entry=0x0, key=key@en...
[12:12:58.742] #8  0x0000562e1faf4831 in _bt_first (scan=scan@entry=0x562e34386da0, dir=dir@entry=ForwardScanDirection) ...
[12:12:58.742] #9  0x0000562e1faeab1e in btgettuple (scan=0x562e34386da0, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:12:57.306] #0  0x00007f9baf0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:57.306] #1  0x00007f9baf05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:57.306] #2  0x00007f9baf045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:57.306] #3  0x00007f9baf21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:57.306] #4  0x00007f9baf22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:57.306] #5  0x00007f9baf20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ac2f60af7...
[12:12:57.306] #6  0x000055ac2e688400 in _bt_getroot (rel=rel@entry=0x7f9babfe4df8, heaprel=heaprel@entry=0x0, access=ac...
[12:12:57.306] #7  0x000055ac2e698fe5 in _bt_search (rel=rel@entry=0x7f9babfe4df8, heaprel=heaprel@entry=0x0, key=key@en...
[12:12:57.306] #8  0x000055ac2e69b831 in _bt_first (scan=scan@entry=0x55ac5724cf30, dir=dir@entry=ForwardScanDirection) ...
[12:12:57.306] #9  0x000055ac2e691b1e in btgettuple (scan=0x55ac5724cf30, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:12:56.680] #0  0x00007f1e9cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:56.680] #1  0x00007f1e9ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:56.680] #2  0x00007f1e9ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:56.680] #3  0x00007f1e9d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:56.680] #4  0x00007f1e9d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:56.680] #5  0x00007f1e9d00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5623dfb31cb...
[12:12:56.680] #6  0x00005623deba8f86 in _bt_split (rel=rel@entry=0x7f1e9a011998, heaprel=heaprel@entry=0x7f1e99ec55f8, ...
[12:12:56.680] #7  0x00005623debaa826 in _bt_insertonpg (rel=rel@entry=0x7f1e9a011998, heaprel=heaprel@entry=0x7f1e99ec5...
[12:12:56.680] #8  0x00005623debacbc1 in _bt_doinsert (rel=rel@entry=0x7f1e9a011998, itup=itup@entry=0x5623e6d0bd90, che...
[12:12:56.680] #9  0x00005623debbc047 in btinsert (rel=0x7f1e9a011998, values=<optimized out>, isnull=<optimized out>, h...
core
[12:12:55.281] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:55.281] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:55.281] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:55.281] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:55.281] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:55.281] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:12:55.281] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdf9568, heaprel=heaprel@entry=0x7f5c1fdf8de8, ...
[12:12:55.281] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdf9568, heaprel=heaprel@entry=0x7f5c1fdf8...
[12:12:55.281] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdf9568, itup=itup@entry=0x55d2a1c3b628, che...
[12:12:55.281] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdf9568, values=<optimized out>, isnull=<optimized out>, h...
core
[12:12:53.880] #0  0x00007f5b852a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:53.880] #1  0x00007f5b8525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:53.880] #2  0x00007f5b85245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:53.880] #3  0x00007f5b8541e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:53.880] #4  0x00007f5b8542aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:53.880] #5  0x00007f5b8540dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560e4d567f7...
[12:12:53.880] #6  0x0000560e4c5e5400 in _bt_getroot (rel=rel@entry=0x7f5b824cb048, heaprel=heaprel@entry=0x0, access=ac...
[12:12:53.880] #7  0x0000560e4c5f5fe5 in _bt_search (rel=rel@entry=0x7f5b824cb048, heaprel=heaprel@entry=0x0, key=key@en...
[12:12:53.880] #8  0x0000560e4c5f8831 in _bt_first (scan=scan@entry=0x560e75fc02a0, dir=dir@entry=ForwardScanDirection) ...
[12:12:53.880] #9  0x0000560e4c5eeb1e in btgettuple (scan=0x560e75fc02a0, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:12:52.420] #0  0x00007f35c30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:52.420] #1  0x00007f35c305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:52.420] #2  0x00007f35c3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:52.420] #3  0x00007f35c321e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:52.420] #4  0x00007f35c322aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:52.420] #5  0x00007f35c320dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55602cbbfcb...
[12:12:52.420] #6  0x000055602bc36f86 in _bt_split (rel=rel@entry=0x7f35b76298d8, heaprel=heaprel@entry=0x7f35b7629128, ...
[12:12:52.420] #7  0x000055602bc38826 in _bt_insertonpg (rel=rel@entry=0x7f35b76298d8, heaprel=heaprel@entry=0x7f35b7629...
[12:12:52.420] #8  0x000055602bc3abc1 in _bt_doinsert (rel=rel@entry=0x7f35b76298d8, itup=itup@entry=0x5560635f3d88, che...
[12:12:52.420] #9  0x000055602bc4a047 in btinsert (rel=0x7f35b76298d8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:12:51.017] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:51.017] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:51.017] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:12:51.017] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:12:51.017] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:12:51.017] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:12:51.017] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fde7e20, heaprel=heaprel@entry=0x7f5c1ff9e5c8, ...
[12:12:51.017] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fde7e20, heaprel=heaprel@entry=0x7f5c1ff9e...
[12:12:51.017] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fde7e20, itup=itup@entry=0x55d2a1c6bdf8, che...
[12:12:51.017] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fde7e20, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:02.194] #0  0x00007f27e04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:02.194] #1  0x00007f27e045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:02.194] #2  0x00007f27e0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:02.194] #3  0x00007f27e061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:02.194] #4  0x00007f27e062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:02.194] #5  0x00007f27e060dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556547b47cb...
[12:13:02.194] #6  0x0000556546bbef86 in _bt_split (rel=rel@entry=0x7f27d4a4def8, heaprel=heaprel@entry=0x7f27d4a4bb68, ...
[12:13:02.194] #7  0x0000556546bc0826 in _bt_insertonpg (rel=rel@entry=0x7f27d4a4def8, heaprel=heaprel@entry=0x7f27d4a4b...
[12:13:02.194] #8  0x0000556546bc2bc1 in _bt_doinsert (rel=rel@entry=0x7f27d4a4def8, itup=itup@entry=0x55654cfe0718, che...
[12:13:02.194] #9  0x0000556546bd2047 in btinsert (rel=0x7f27d4a4def8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:54.835] #0  0x00007f4ee04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:54.835] #1  0x00007f4ee045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:54.835] #2  0x00007f4ee0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:54.835] #3  0x00007f4ee061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:54.835] #4  0x00007f4ee062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:54.835] #5  0x00007f4ee060dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f02d2d2f7...
[12:13:54.835] #6  0x000055f02c350400 in _bt_getroot (rel=rel@entry=0x7f4edde6b048, heaprel=heaprel@entry=0x0, access=ac...
[12:13:54.835] #7  0x000055f02c360fe5 in _bt_search (rel=rel@entry=0x7f4edde6b048, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:54.835] #8  0x000055f02c363831 in _bt_first (scan=scan@entry=0x55f03ed34ea8, dir=dir@entry=ForwardScanDirection) ...
[12:13:54.835] #9  0x000055f02c359b1e in btgettuple (scan=0x55f03ed34ea8, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:13:53.389] #0  0x00007f23c36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:53.389] #1  0x00007f23c365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:53.389] #2  0x00007f23c3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:53.389] #3  0x00007f23c381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:53.389] #4  0x00007f23c382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:53.389] #5  0x00007f23c380dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f702160cb...
[12:13:53.389] #6  0x000055f7011d7f86 in _bt_split (rel=rel@entry=0x7f23c0780368, heaprel=heaprel@entry=0x7f23c089e268, ...
[12:13:53.389] #7  0x000055f7011d9826 in _bt_insertonpg (rel=rel@entry=0x7f23c0780368, heaprel=heaprel@entry=0x7f23c089e...
[12:13:53.389] #8  0x000055f7011dbbc1 in _bt_doinsert (rel=rel@entry=0x7f23c0780368, itup=itup@entry=0x55f7248bac78, che...
[12:13:53.389] #9  0x000055f7011eb047 in btinsert (rel=0x7f23c0780368, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:51.992] #0  0x00007fda938a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:51.992] #1  0x00007fda9385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:51.992] #2  0x00007fda93845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:51.992] #3  0x00007fda93a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:51.992] #4  0x00007fda93a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:51.992] #5  0x00007fda93a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55775130bf7...
[12:13:51.992] #6  0x0000557750389400 in _bt_getroot (rel=rel@entry=0x7fda9143b588, heaprel=heaprel@entry=0x0, access=ac...
[12:13:51.992] #7  0x0000557750399fe5 in _bt_search (rel=rel@entry=0x7fda9143b588, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:51.992] #8  0x000055775039c831 in _bt_first (scan=scan@entry=0x55776d133f70, dir=dir@entry=BackwardScanDirection)...
[12:13:51.992] #9  0x0000557750392b1e in btgettuple (scan=0x55776d133f70, dir=BackwardScanDirection) at ../src/backend/a...
core
[12:13:51.388] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:51.388] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:51.388] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:51.388] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:51.388] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:51.388] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d26925df7...
[12:13:51.388] #6  0x000055d2682db400 in _bt_getroot (rel=rel@entry=0x7f5c1fe90878, heaprel=heaprel@entry=0x0, access=ac...
[12:13:51.388] #7  0x000055d2682ecc95 in _bt_get_endpoint (rel=rel@entry=0x7f5c1fe90878, level=level@entry=0, rightmost=...
[12:13:51.388] #8  0x000055d2682ed4e4 in _bt_endpoint (scan=scan@entry=0x55d2a1c36b60, dir=dir@entry=ForwardScanDirectio...
[12:13:51.388] #9  0x000055d2682edfad in _bt_first (scan=scan@entry=0x55d2a1c36b60, dir=dir@entry=ForwardScanDirection) ...
core
[12:13:50.667] #0  0x00007f9085aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:50.667] #1  0x00007f9085a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:50.667] #2  0x00007f9085a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:50.667] #3  0x00007f9085c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:50.667] #4  0x00007f9085c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:50.667] #5  0x00007f9085c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fa6981df7...
[12:13:50.667] #6  0x000055fa6889b400 in _bt_getroot (rel=rel@entry=0x7f9082b86c98, heaprel=heaprel@entry=0x0, access=ac...
[12:13:50.667] #7  0x000055fa688abfe5 in _bt_search (rel=rel@entry=0x7f9082b86c98, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:50.667] #8  0x000055fa688ae831 in _bt_first (scan=scan@entry=0x55fa81042310, dir=dir@entry=BackwardScanDirection)...
[12:13:50.667] #9  0x000055fa688a4b1e in btgettuple (scan=0x55fa81042310, dir=BackwardScanDirection) at ../src/backend/a...
core
[12:13:39.583] #0  0x00007f9efaca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:39.583] #1  0x00007f9efac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:39.583] #2  0x00007f9efac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:39.583] #3  0x00007f9efae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:39.583] #4  0x00007f9efae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:39.583] #5  0x00007f9efae0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55602c251cb...
[12:13:39.583] #6  0x000055602b2c8f86 in _bt_split (rel=rel@entry=0x7f9eef2a2c40, heaprel=heaprel@entry=0x7f9eef2a1910, ...
[12:13:39.583] #7  0x000055602b2ca826 in _bt_insertonpg (rel=rel@entry=0x7f9eef2a2c40, heaprel=heaprel@entry=0x7f9eef2a1...
[12:13:39.583] #8  0x000055602b2ccbc1 in _bt_doinsert (rel=rel@entry=0x7f9eef2a2c40, itup=itup@entry=0x556035451e70, che...
[12:13:39.583] #9  0x000055602b2dc047 in btinsert (rel=0x7f9eef2a2c40, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:36.790] #0  0x00007f1827ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:36.790] #1  0x00007f1827c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:36.790] #2  0x00007f1827c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:36.790] #3  0x00007f1827e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:36.790] #4  0x00007f1827e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:36.790] #5  0x00007f1827e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559b01609cb...
[12:13:36.790] #6  0x0000559b00680f86 in _bt_split (rel=rel@entry=0x7f181c065368, heaprel=heaprel@entry=0x7f181c183268, ...
[12:13:36.790] #7  0x0000559b00682826 in _bt_insertonpg (rel=rel@entry=0x7f181c065368, heaprel=heaprel@entry=0x7f181c183...
[12:13:36.790] #8  0x0000559b00684bc1 in _bt_doinsert (rel=rel@entry=0x7f181c065368, itup=itup@entry=0x559b2b4732b8, che...
[12:13:36.790] #9  0x0000559b00694047 in btinsert (rel=0x7f181c065368, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:35.390] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:35.390] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:35.390] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:35.390] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:35.390] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:35.390] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:35.390] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdef1e8, heaprel=heaprel@entry=0x7f5c1fdeea68, ...
[12:13:35.390] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdef1e8, heaprel=heaprel@entry=0x7f5c1fdee...
[12:13:35.390] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdef1e8, itup=itup@entry=0x55d2a1c1a560, che...
[12:13:35.390] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fdef1e8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:33.965] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:33.965] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:33.965] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:33.965] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:33.965] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:33.965] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:33.965] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe80fc8, heaprel=heaprel@entry=0x7f5c1fe80818, ...
[12:13:33.965] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe80fc8, heaprel=heaprel@entry=0x7f5c1fe80...
[12:13:33.965] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe80fc8, itup=itup@entry=0x55d2a1c18a90, che...
[12:13:33.965] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fe80fc8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:32.579] #0  0x00007f4ff44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:32.579] #1  0x00007f4ff445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:32.579] #2  0x00007f4ff4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:32.579] #3  0x00007f4ff461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:32.579] #4  0x00007f4ff462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:32.579] #5  0x00007f4ff460dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560440fabcb...
[12:13:32.579] #6  0x0000560440022f86 in _bt_split (rel=rel@entry=0x7f4fe8aceef8, heaprel=heaprel@entry=0x7f4fe8accb68, ...
[12:13:32.579] #7  0x0000560440024826 in _bt_insertonpg (rel=rel@entry=0x7f4fe8aceef8, heaprel=heaprel@entry=0x7f4fe8acc...
[12:13:32.579] #8  0x0000560440026bc1 in _bt_doinsert (rel=rel@entry=0x7f4fe8aceef8, itup=itup@entry=0x56047f511838, che...
[12:13:32.579] #9  0x0000560440036047 in btinsert (rel=0x7f4fe8aceef8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:31.932] #0  0x00007f42158a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:31.932] #1  0x00007f421585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:31.932] #2  0x00007f4215845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:31.932] #3  0x00007f4215a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:31.932] #4  0x00007f4215a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:31.932] #5  0x00007f4215a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d789ececb...
[12:13:31.932] #6  0x000055d788f45f86 in _bt_split (rel=rel@entry=0x7f4213268998, heaprel=heaprel@entry=0x7f4209cf05f8, ...
[12:13:31.932] #7  0x000055d788f47826 in _bt_insertonpg (rel=rel@entry=0x7f4213268998, heaprel=heaprel@entry=0x7f4209cf0...
[12:13:31.932] #8  0x000055d788f49bc1 in _bt_doinsert (rel=rel@entry=0x7f4213268998, itup=itup@entry=0x55d7ac557440, che...
[12:13:31.932] #9  0x000055d788f59047 in btinsert (rel=0x7f4213268998, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:30.503] #0  0x00007f477a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:30.503] #1  0x00007f477a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:30.503] #2  0x00007f477a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:30.503] #3  0x00007f477a61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:30.503] #4  0x00007f477a62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:30.503] #5  0x00007f477a60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555aed473f7...
[12:13:30.503] #6  0x0000555aec4f1400 in _bt_getroot (rel=rel@entry=0x7f47775ddc98, heaprel=heaprel@entry=0x0, access=ac...
[12:13:30.503] #7  0x0000555aec501fe5 in _bt_search (rel=rel@entry=0x7f47775ddc98, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:30.503] #8  0x0000555aec504831 in _bt_first (scan=scan@entry=0x555b1cccf148, dir=dir@entry=ForwardScanDirection) ...
[12:13:30.503] #9  0x0000555aec4fab1e in btgettuple (scan=0x555b1cccf148, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:13:29.013] #0  0x00007f93988a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:29.013] #1  0x00007f939885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:29.013] #2  0x00007f9398845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:29.013] #3  0x00007f9398a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:29.013] #4  0x00007f9398a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:29.013] #5  0x00007f9398a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563feffbdf7...
[12:13:29.013] #6  0x0000563fef03b400 in _bt_getroot (rel=rel@entry=0x56401d38c298, heaprel=heaprel@entry=0x0, access=ac...
[12:13:29.013] #7  0x0000563fef04bfe5 in _bt_search (rel=rel@entry=0x56401d38c298, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:29.013] #8  0x0000563fef04e831 in _bt_first (scan=scan@entry=0x56401d255d20, dir=dir@entry=BackwardScanDirection)...
[12:13:29.013] #9  0x0000563fef044b1e in btgettuple (scan=0x56401d255d20, dir=BackwardScanDirection) at ../src/backend/a...
core
[12:13:27.363] #0  0x00007fdefd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:27.363] #1  0x00007fdefd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:27.363] #2  0x00007fdefd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:27.363] #3  0x00007fdefd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:27.363] #4  0x00007fdefd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:27.363] #5  0x00007fdefd40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e496a42cb...
[12:13:27.363] #6  0x000055e495ab9f86 in _bt_split (rel=rel@entry=0x7fdefa1768d8, heaprel=heaprel@entry=0x7fdefa176128, ...
[12:13:27.363] #7  0x000055e495abb826 in _bt_insertonpg (rel=rel@entry=0x7fdefa1768d8, heaprel=heaprel@entry=0x7fdefa176...
[12:13:27.363] #8  0x000055e495abdbc1 in _bt_doinsert (rel=rel@entry=0x7fdefa1768d8, itup=itup@entry=0x55e4d142e378, che...
[12:13:27.363] #9  0x000055e495acd047 in btinsert (rel=0x7fdefa1768d8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:25.962] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:25.962] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:25.962] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:25.962] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:25.962] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:25.962] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:25.962] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe05448, heaprel=heaprel@entry=0x7f5c1fe05238, ...
[12:13:25.962] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe05448, heaprel=heaprel@entry=0x7f5c1fe05...
[12:13:25.962] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe05448, itup=itup@entry=0x55d2a1c48ac8, che...
[12:13:25.962] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fe05448, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:24.558] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:24.558] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:24.558] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:24.558] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:24.558] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:24.558] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:24.558] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe804e0, heaprel=heaprel@entry=0x7f5c1fe7fd60, ...
[12:13:24.558] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe804e0, heaprel=heaprel@entry=0x7f5c1fe7f...
[12:13:24.558] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe804e0, itup=itup@entry=0x55d2a1c16318, che...
[12:13:24.558] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fe804e0, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:23.149] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:23.149] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:23.149] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:23.149] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:23.149] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:23.149] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269266c5...
[12:13:23.149] #6  0x000055d2682ed3f4 in _bt_get_endpoint (rel=rel@entry=0x7f5c1fde44d8, level=level@entry=0, rightmost=...
[12:13:23.149] #7  0x000055d2682ed4e4 in _bt_endpoint (scan=scan@entry=0x55d2a1c4a3c0, dir=dir@entry=ForwardScanDirectio...
[12:13:23.149] #8  0x000055d2682edfad in _bt_first (scan=scan@entry=0x55d2a1c4a3c0, dir=dir@entry=ForwardScanDirection) ...
[12:13:23.149] #9  0x000055d2682e4b1e in btgettuple (scan=0x55d2a1c4a3c0, dir=ForwardScanDirection) at ../src/backend/ac...
core
[12:13:22.571] #0  0x00007f90824a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:22.571] #1  0x00007f908245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:22.571] #2  0x00007f9082445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:22.571] #3  0x00007f908261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:22.571] #4  0x00007f908262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:22.571] #5  0x00007f908260dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5629687b5cb...
[12:13:22.571] #6  0x000056296782cf86 in _bt_split (rel=rel@entry=0x7f9076b43998, heaprel=heaprel@entry=0x7f90769f75f8, ...
[12:13:22.571] #7  0x000056296782e826 in _bt_insertonpg (rel=rel@entry=0x7f9076b43998, heaprel=heaprel@entry=0x7f90769f7...
[12:13:22.571] #8  0x0000562967830bc1 in _bt_doinsert (rel=rel@entry=0x7f9076b43998, itup=itup@entry=0x56298f09f8c8, che...
[12:13:22.571] #9  0x0000562967840047 in btinsert (rel=0x7f9076b43998, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:21.146] #0  0x00007fce588a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:21.146] #1  0x00007fce5885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:21.146] #2  0x00007fce58845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:21.146] #3  0x00007fce58a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:21.146] #4  0x00007fce58a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:21.146] #5  0x00007fce58a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5576e6a56cb...
[12:13:21.146] #6  0x00005576e5acdf86 in _bt_split (rel=rel@entry=0x7fce4cefcd68, heaprel=heaprel@entry=0x7fce4cef1478, ...
[12:13:21.146] #7  0x00005576e5acf826 in _bt_insertonpg (rel=rel@entry=0x7fce4cefcd68, heaprel=heaprel@entry=0x7fce4cef1...
[12:13:21.146] #8  0x00005576e5ad1bc1 in _bt_doinsert (rel=rel@entry=0x7fce4cefcd68, itup=itup@entry=0x5577267b13c8, che...
[12:13:21.146] #9  0x00005576e5ae1047 in btinsert (rel=0x7fce4cefcd68, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:19.761] #0  0x00007f7b7d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:19.761] #1  0x00007f7b7d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:19.761] #2  0x00007f7b7d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:19.761] #3  0x00007f7b7d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:19.761] #4  0x00007f7b7d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:19.761] #5  0x00007f7b7d20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556fe60c2f7...
[12:13:19.761] #6  0x0000556fe5140400 in _bt_getroot (rel=rel@entry=0x7f7b7a0bcc98, heaprel=heaprel@entry=0x0, access=ac...
[12:13:19.761] #7  0x0000556fe5150fe5 in _bt_search (rel=rel@entry=0x7f7b7a0bcc98, heaprel=heaprel@entry=0x0, key=key@en...
[12:13:19.761] #8  0x0000556fe5153831 in _bt_first (scan=scan@entry=0x557004278310, dir=dir@entry=BackwardScanDirection)...
[12:13:19.761] #9  0x0000556fe5149b1e in btgettuple (scan=0x557004278310, dir=BackwardScanDirection) at ../src/backend/a...
core
[12:13:38.190] #0  0x00007f3dde0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:38.190] #1  0x00007f3dde05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:38.190] #2  0x00007f3dde045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:38.190] #3  0x00007f3dde21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:38.190] #4  0x00007f3dde22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:38.190] #5  0x00007f3dde20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5611b1214cb...
[12:13:38.190] #6  0x00005611b028bf86 in _bt_split (rel=rel@entry=0x7f3dd26780b8, heaprel=heaprel@entry=0x7f3dd27b7488, ...
[12:13:38.190] #7  0x00005611b028d826 in _bt_insertonpg (rel=rel@entry=0x7f3dd26780b8, heaprel=heaprel@entry=0x7f3dd27b7...
[12:13:38.190] #8  0x00005611b028fbc1 in _bt_doinsert (rel=rel@entry=0x7f3dd26780b8, itup=itup@entry=0x5611eb009738, che...
[12:13:38.190] #9  0x00005611b029f047 in btinsert (rel=0x7f3dd26780b8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:19.123] #0  0x00007f285aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:19.123] #1  0x00007f285ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:19.123] #2  0x00007f285ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:19.123] #3  0x00007f285ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:19.123] #4  0x00007f285ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:19.123] #5  0x00007f285ae0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564c978e8cb...
[12:13:19.123] #6  0x0000564c9695ff86 in _bt_split (rel=rel@entry=0x7f284efac998, heaprel=heaprel@entry=0x7f284f0e1398, ...
[12:13:19.123] #7  0x0000564c96961826 in _bt_insertonpg (rel=rel@entry=0x7f284efac998, heaprel=heaprel@entry=0x7f284f0e1...
[12:13:19.123] #8  0x0000564c96963bc1 in _bt_doinsert (rel=rel@entry=0x7f284efac998, itup=itup@entry=0x564ccf39d838, che...
[12:13:19.123] #9  0x0000564c96973047 in btinsert (rel=0x7f284efac998, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:17.634] #0  0x00007f1d8b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:17.634] #1  0x00007f1d8b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:17.634] #2  0x00007f1d8b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:17.634] #3  0x00007f1d8ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:17.634] #4  0x00007f1d8ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:17.634] #5  0x00007f1d8ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56553dd86cb...
[12:13:17.634] #6  0x000056553cdfdf86 in _bt_split (rel=rel@entry=0x7f1d7fe72a28, heaprel=heaprel@entry=0x7f1d7fe71b18, ...
[12:13:17.634] #7  0x000056553cdff826 in _bt_insertonpg (rel=rel@entry=0x7f1d7fe72a28, heaprel=heaprel@entry=0x7f1d7fe71...
[12:13:17.634] #8  0x000056553ce01bc1 in _bt_doinsert (rel=rel@entry=0x7f1d7fe72a28, itup=itup@entry=0x56555e9bdcf8, che...
[12:13:17.634] #9  0x000056553ce11047 in btinsert (rel=0x7f1d7fe72a28, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:16.253] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:16.253] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:16.253] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:16.253] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:16.253] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:16.253] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:16.253] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe81290, heaprel=heaprel@entry=0x7f5c1fe80ae0, ...
[12:13:16.253] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe81290, heaprel=heaprel@entry=0x7f5c1fe80...
[12:13:16.253] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe81290, itup=itup@entry=0x55d2a1c11fe8, che...
[12:13:16.253] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fe81290, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:14.831] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:14.831] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:14.831] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:14.831] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:14.831] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:14.831] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:14.831] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fde4080, heaprel=heaprel@entry=0x7f5c1ffa4768, ...
[12:13:14.831] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fde4080, heaprel=heaprel@entry=0x7f5c1ffa4...
[12:13:14.831] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fde4080, itup=itup@entry=0x55d2a1b9dc18, che...
[12:13:14.831] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1fde4080, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:13.440] #0  0x00007f1246ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:13.440] #1  0x00007f1246e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:13.440] #2  0x00007f1246e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:13.440] #3  0x00007f124701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:13.440] #4  0x00007f124702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:13.440] #5  0x00007f124700dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55967d17acb...
[12:13:13.440] #6  0x000055967c1f1f86 in _bt_split (rel=rel@entry=0x7f123b3d36c8, heaprel=heaprel@entry=0x7f123b3d2f18, ...
[12:13:13.440] #7  0x000055967c1f3826 in _bt_insertonpg (rel=rel@entry=0x7f123b3d36c8, heaprel=heaprel@entry=0x7f123b3d2...
[12:13:13.440] #8  0x000055967c1f5bc1 in _bt_doinsert (rel=rel@entry=0x7f123b3d36c8, itup=itup@entry=0x55968b36eac8, che...
[12:13:13.440] #9  0x000055967c205047 in btinsert (rel=0x7f123b3d36c8, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:12.048] #0  0x00007f2039ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:12.048] #1  0x00007f2039c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:12.048] #2  0x00007f2039c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:12.048] #3  0x00007f2039e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:12.048] #4  0x00007f2039e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:12.048] #5  0x00007f2039e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562a54e20cb...
[12:13:12.048] #6  0x0000562a53e97f86 in _bt_split (rel=rel@entry=0x7f203784e998, heaprel=heaprel@entry=0x7f202e2185f8, ...
[12:13:12.048] #7  0x0000562a53e99826 in _bt_insertonpg (rel=rel@entry=0x7f203784e998, heaprel=heaprel@entry=0x7f202e218...
[12:13:12.048] #8  0x0000562a53e9bbc1 in _bt_doinsert (rel=rel@entry=0x7f203784e998, itup=itup@entry=0x562a6fa46f10, che...
[12:13:12.048] #9  0x0000562a53eab047 in btinsert (rel=0x7f203784e998, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:10.633] #0  0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:10.633] #1  0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:10.633] #2  0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:10.633] #3  0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:10.633] #4  0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:10.633] #5  0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb...
[12:13:10.633] #6  0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1ffae658, heaprel=heaprel@entry=0x7f5c1ffb39a8, ...
[12:13:10.633] #7  0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1ffae658, heaprel=heaprel@entry=0x7f5c1ffb3...
[12:13:10.633] #8  0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1ffae658, itup=itup@entry=0x55d2a1c101f8, che...
[12:13:10.633] #9  0x000055d2682e3047 in btinsert (rel=0x7f5c1ffae658, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:09.245] #0  0x00007f969fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:09.245] #1  0x00007f969fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:09.245] #2  0x00007f969fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:09.245] #3  0x00007f969fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:09.245] #4  0x00007f969fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:09.245] #5  0x00007f969fe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f18f482cb...
[12:13:09.245] #6  0x000055f18e4f9f86 in _bt_split (rel=rel@entry=0x7f9694112698, heaprel=heaprel@entry=0x7f9694111f18, ...
[12:13:09.245] #7  0x000055f18e4fb826 in _bt_insertonpg (rel=rel@entry=0x7f9694112698, heaprel=heaprel@entry=0x7f9694111...
[12:13:09.245] #8  0x000055f18e4fdbc1 in _bt_doinsert (rel=rel@entry=0x7f9694112698, itup=itup@entry=0x55f19e95d458, che...
[12:13:09.245] #9  0x000055f18e50d047 in btinsert (rel=0x7f9694112698, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:07.836] #0  0x00007f2a1aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:07.836] #1  0x00007f2a1ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:07.836] #2  0x00007f2a1ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:07.836] #3  0x00007f2a1b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:07.836] #4  0x00007f2a1b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:07.836] #5  0x00007f2a1b00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ee4274dcb...
[12:13:07.836] #6  0x000055ee417c4f86 in _bt_split (rel=rel@entry=0x7f2a0f4ef998, heaprel=heaprel@entry=0x7f2a0f3a35f8, ...
[12:13:07.836] #7  0x000055ee417c6826 in _bt_insertonpg (rel=rel@entry=0x7f2a0f4ef998, heaprel=heaprel@entry=0x7f2a0f3a3...
[12:13:07.836] #8  0x000055ee417c8bc1 in _bt_doinsert (rel=rel@entry=0x7f2a0f4ef998, itup=itup@entry=0x55ee4b288360, che...
[12:13:07.836] #9  0x000055ee417d8047 in btinsert (rel=0x7f2a0f4ef998, values=<optimized out>, isnull=<optimized out>, h...
core
[12:13:06.426] #0  0x00007f288c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:06.426] #1  0x00007f288c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:06.426] #2  0x00007f288c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:13:06.426] #3  0x00007f288c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[12:13:06.426] #4  0x00007f288c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[12:13:06.426] #5  0x00007f288c60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ec72ec4cb...
[12:13:06.426] #6  0x000055ec71f3bf86 in _bt_split (rel=rel@entry=0x7f2880a01e20, heaprel=heaprel@entry=0x7f2880bb85c8, ...
[12:13:06.426] #7  0x000055ec71f3d826 in _bt_insertonpg (rel=rel@entry=0x7f2880a01e20, heaprel=heaprel@entry=0x7f2880bb8...
[12:13:06.426] #8  0x000055ec71f3fbc1 in _bt_doinsert (rel=rel@entry=0x7f2880a01e20, itup=itup@entry=0x55ecaf467570, che...
[12:13:06.426] #9  0x000055ec71f4f047 in btinsert (rel=0x7f2880a01e20, values=<optimized out>, isnull=<optimized out>, h...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out	2025-03-15 11:59:57.447415198 +0000
+++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out	2025-03-15 12:05:38.943494138 +000...
@@ -47,294 +47,6 @@
 
 
 starting permutation: begin2 grant2 vac1 c2 vac3 mkrels3 read1
-mkrels
-------
-      
-(1 row)
-
-injection_points_attach
------------------------
-                       
-(1 row)
-
-step begin2: BEGIN;
-step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC;
-step vac1: VACUUM vactest.orig50;  -- wait during inplace update <waiting ...>
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-03-15 11:59:57.576041004 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out	2025-03-15 12:04:57.350621971 +00...
@@ -8729,635 +8729,7 @@
   join fkest f2 on (f1.x = f2.x and f1.x10 = f2.x10b and f1.x100 = f2.x100)
   join fkest f3 on f1.x = f3.x
   where f1.x100 = 2;
-                        QUERY PLAN                         
------------------------------------------------------------
- Nested Loop
-   ->  Hash Join
-         Hash Cond: ((f2.x = f1.x) AND (f2.x10b = f1.x10))
-         ->  Seq Scan on fkest f2
-               Filter: (x100 = 2)
-         ->  Hash
-               ->  Seq Scan on fkest f1
-                     Filter: (x100 = 2)
-   ->  Index Scan using fkest_x_x10_x100_idx on fkest f3
-         Index Cond: (x = f1.x)
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/test_setup.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/test_setup.out	2025-03-15 11:59:57.632314794 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/test_setup.out	2025-03-15 12:05:08.70680...
@@ -176,66 +176,7 @@
 COPY road FROM :'filename';
 VACUUM ANALYZE road;
 CREATE TABLE ihighway () INHERITS (road);
-INSERT INTO ihighway
-   SELECT *
-   FROM ONLY road
-   WHERE name ~ 'I- .*';
-VACUUM ANALYZE ihighway;
-CREATE TABLE shighway (
-	surface		text
-) INHERITS (road);
-INSERT INTO shighway
-   SELECT *, 'asphalt'
-   FROM ONLY road
-   WHERE name ~ 'State Hwy.*';
-VACUUM ANALYZE shighway;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/interval.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/interval.out	2025-03-15 11:59:57.572021447 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/interval.out	2025-03-15 12:04:38.134440516 +0000
@@ -381,1948 +381,7 @@
 (1 row)
 
 SELECT f1 FROM INTERVAL_TBL_OF r1 ORDER BY f1;
-                    f1                     
--------------------------------------------
- -178956970 years -8 mons -2147483648 days
- -178956970 years -8 mons +2147483647 days
- 1 year
- 178956970 years 7 mons -2147483648 days
- 178956970 years 7 mons 2147483647 days
-(5 rows)
-
-RESET enable_seqscan;
--- subtracting about-to-overflow values should result in 0
-SELECT f1 - f1 FROM INTERVAL_TBL_OF;
- ?column? 
...
tap
[12:05:02.266](24.355s) not ok 5 - regression tests pass
[12:05:09.837](1.322s) not ok 13 - run of pg_upgrade --check for new instance
[12:05:09.837](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[12:05:10.714](0.876s) not ok 15 - run of pg_upgrade for new instance
[12:05:10.714](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[12:05:10.873](0.031s) not ok 17 - check that locales in new cluster match original cluster
[12:05:11.450](0.131s) not ok 19 - old and new dumps match after pg_upgrade
tap
[12:04:37.245](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou...
[12:04:39.045](0.000s) not ok 6 - run of pg_upgrade of old cluster with slots having unconsumed WAL records stdout /(?^:...
tap
[12:06:27.132](4.524s) not ok 1 - concurrent OID generation status (got 2 vs expected 0)
[12:06:27.133](0.000s) not ok 2 - concurrent OID generation stdout /(?^:processed: 125/125)/
[12:06:27.133](0.000s) not ok 3 - concurrent OID generation stderr /(?^:^$)/
tap
[12:05:15.773](8.624s) not ok 2 - regression tests pass
tap
[12:06:28.836](0.750s) not ok 12 - vacuumdb -f postgres exit code 0
[12:06:30.370](1.533s) not ok 14 - vacuumdb -F postgres exit code 0
[12:06:30.370](0.000s) not ok 15 - vacuumdb -F: SQL found in server log
[12:06:30.421](0.050s) not ok 16 - vacuumdb -zj2 postgres exit code 0
[12:06:30.422](0.000s) not ok 17 - vacuumdb -zj2: SQL found in server log
[12:06:30.445](0.023s) not ok 18 - vacuumdb -Z postgres exit code 0
[12:06:30.445](0.000s) not ok 19 - vacuumdb -Z: SQL found in server log
[12:06:30.465](0.019s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0
[12:06:30.466](0.001s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log
[12:06:30.486](0.020s) not ok 22 - vacuumdb --skip-locked postgres exit code 0
[12:06:30.486](0.000s) not ok 23 - vacuumdb --skip-locked: SQL found in server log
[12:06:30.507](0.021s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0
[12:06:30.508](0.000s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log
[12:06:30.566](0.022s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0
[12:06:30.567](0.000s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log
[12:06:30.615](0.029s) not ok 30 - vacuumdb --no-truncate postgres exit code 0
[12:06:30.615](0.000s) not ok 31 - vacuumdb --no-truncate: SQL found in server log
[12:06:30.683](0.052s) not ok 33 - vacuumdb --no-process-main postgres exit code 0
[12:06:30.684](0.001s) not ok 34 - vacuumdb --no-process-main: SQL found in server log
[12:06:30.745](0.038s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0
[12:06:30.746](0.001s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log
[12:06:30.792](0.029s) not ok 39 - vacuumdb --parallel 2 postgres exit code 0
[12:06:30.792](0.000s) not ok 40 - vacuumdb -P 2: SQL found in server log
[12:06:30.813](0.020s) not ok 41 - vacuumdb --parallel 0 postgres exit code 0
[12:06:30.813](0.000s) not ok 42 - vacuumdb -P 0: SQL found in server log
[12:06:30.842](0.029s) not ok 43 - vacuumdb with connection string
[12:06:30.904](0.030s) not ok 45 - trailing command in "-t", with COLUMNS
tap
[12:06:28.822](1.168s) not ok 1 - vacuumdb --analyze-in-stages postgres exit code 0
[12:06:28.823](0.000s) not ok 2 - analyze three times: SQL found in server log
[12:06:29.976](1.153s) not ok 3 - vacuumdb --analyze-in-stages --all exit code 0
[12:06:29.977](0.000s) not ok 4 - analyze more than one database in stages: SQL found in server log
tap
[12:06:32.405](4.386s) not ok 1 - vacuumdb --all with unusual database names
[12:06:32.960](0.554s) not ok 2 - reindexdb --all with unusual database names
[12:06:33.030](0.070s) not ok 3 - clusterdb --all with unusual database names
tap
[12:10:09.549](203.275s) # poll_query_until timed out executing this query:
tap
[12:10:27.198](206.735s) # poll_query_until timed out executing this query:
tap
[12:10:24.641](201.700s) # poll_query_until timed out executing this query:
test
[12:10:27.257]   5/328 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[12:10:27.257]  22/328 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[12:10:27.257]  30/328 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[12:10:27.257]   6/328 postgresql:regress / regress/regress                                            ERROR            ...
[12:10:27.257]  34/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[12:10:27.257]  39/328 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[12:10:27.257]  42/328 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[12:10:27.257]  50/328 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[12:10:27.257] 119/328 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[12:10:27.257] 149/328 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[12:10:27.257] 175/328 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[12:10:27.257] 215/328 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[12:10:27.257] 225/328 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[12:10:27.257] 228/328 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[12:10:27.257] 235/328 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[12:10:27.257] 238/328 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[12:10:27.257] 240/328 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[12:10:27.257] 242/328 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[12:10:27.257] 254/328 postgresql:subscription / subscription/002_types                                ERROR            ...
[12:10:27.257] 273/328 postgresql:subscription / subscription/013_partition                            ERROR            ...
[12:10:27.257] 282/328 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[12:10:27.257] 284/328 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[12:10:27.257] 287/328 postgresql:brin / brin/01_workitems                                             ERROR            ...
[12:10:27.257] 288/328 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[12:10:27.257] 303/328 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[12:10:27.257] 307/328 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[12:10:27.257] 309/328 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[12:10:27.257] 326/328 postgresql:subscription / subscription/010_truncate                             ERROR           2...
[12:10:27.257] 327/328 postgresql:subscription / subscription/100_bugs                                 ERROR           2...
[12:10:27.257] 328/328 postgresql:subscription / subscription/031_column_list                          ERROR           2...
52/5619 Read stream scalability improvements and AIO-compatibility
FreeBSD - Meson
tap
[15:10:41.612](0.176s) not ok 7 - check replication worked well before renaming a publication
[15:10:41.759](0.146s) not ok 8 - check the tuple inserted after the RENAME was not replicated
test
[15:12:09.607] 259/327 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
53/5638 Minor rework of ALTER TABLE SET RelOptions code
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:05:41.869] c:\cirrus\contrib\pg_logicalinspect\pg_logicalinspect.c(88) : warning C4715: 'parse_snapshot_filename': n...
52/5361 Let an Append to consider a tuple fraction when choosing fractional subpaths
macOS - Sonoma - Meson
tap
[12:10:52.523](0.000s) not ok 454 - incomplete transaction block stderr /(?^:client 0 aborted: end of script reached wit...
test
[12:11:44.642] 230/327 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
52/5609 Enable fine-grained control over what gets logged on connection attempt (reduces log size)
CompilerWarnings
compiler
[00:15:41.195] auth.c:637:33: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtaut...
compiler
[00:15:41.195] auth.c:637:30: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
compiler
[00:14:37.467] auth.c:637:30: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
compiler
[00:14:37.467] auth.c:637:33: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtaut...
compiler
[00:11:30.597] auth.c:637:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
compiler
[00:11:30.597] auth.c:637:33: warning: converting the result of '<<' to a boolean always evaluates to true [-Wtautologic...
compiler
[00:08:49.719] auth.c:637:33: warning: converting the result of '<<' to a boolean always evaluates to true [-Wtautologic...
compiler
[00:08:49.719] auth.c:637:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
FreeBSD - 13 - Meson
core
[00:16:05.294] #0  0x000033d6b4f51ff0 in ?? ()
[00:16:05.294] #1  0x0000000000000003 in ?? ()
[00:16:05.294] #2  0x000009335fdb7dd8 in ?? ()
[00:16:05.294] #3  0x000009335fdb7ddb in ?? ()
[00:16:05.294] #4  0x000009335fdb7dde in ?? ()
[00:16:05.294] #5  0x0000000000000000 in ?? ()
[00:16:05.375] #0  0x0000048e3ea085da in ?? () from /libexec/ld-elf.so.1
core
[00:16:05.382] #0  0x0000048e3ea085da in ?? () from /libexec/ld-elf.so.1
[00:16:05.382] #1  0x0000048e3ea046ec in ?? () from /libexec/ld-elf.so.1
[00:16:05.382] #2  0x0000000000000000 in ?? ()
tap
[00:12:11.766](1.381s) Bail out!  pg_ctl start failed
test
[00:13:05.523] 251/327 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[00:13:30.930](0.801s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
tap
[00:15:18.582](0.401s) Bail out!  pg_ctl start failed
test
[00:16:04.767] 247/328 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
macOS - Sonoma - Meson
tap
[00:15:25.392](1.068s) Bail out!  pg_ctl start failed
test
[00:16:28.994] 248/327 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:17:51.001](1.501s) Bail out!  pg_ctl start failed
test
[00:20:21.491] 244/322 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
52/5622 Reduce timing overhead of EXPLAIN ANALYZE using rdtsc
CompilerWarnings
compiler
[20:47:15.236] instr_time.c:81:2: error: implicit declaration of function '__cpuidex' is invalid in C99 [-Werror,-Wimpli...
compiler
[20:47:03.735] instr_time.c:81:2: error: implicit declaration of function '__cpuidex' is invalid in C99 [-Werror,-Wimpli...
52/5525 explain plans for foreign servers
CompilerWarnings
compiler
[20:21:03.843] explain.c:189:8: error: variable 'buffers_set' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[20:20:45.381] explain.c:189:8: error: variable 'buffers_set' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[20:20:04.301] explain.c:189:25: error: variable ‘buffers_set’ set but not used [-Werror=unused-but-set-variable]
compiler
[20:19:47.129] explain.c:189:25: error: variable ‘buffers_set’ set but not used [-Werror=unused-but-set-variable]
compiler
[20:21:48.828] explain.c:189:25: error: variable ‘buffers_set’ set but not used [-Werror=unused-but-set-variable]
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out	2025-02-26 20:18:51.484936000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out	2025-02-26 20:21:31.102750000 ...
@@ -400,29 +400,9 @@
        "Actual Total Time": N.N,   +
        "Actual Rows": N,           +
        "Actual Loops": N,          +
-       "Disabled": false,          +
-       "Shared Hit Blocks": N,     +
-       "Shared Read Blocks": N,    +
-       "Shared Dirtied Blocks": N, +
-       "Shared Written Blocks": N, +
-       "Local Hit Blocks": N,      +
-       "Local Read Blocks": N,     +
-       "Local Dirtied Blocks": N,  +
-       "Local Written Blocks": N,  +
-       "Temp Read Blocks": N,      +
-       "Temp Written Blocks": N    +
+       "Disabled": false           +
      },                            +
...
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	2025-02-26 20:18:49.994196000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-02-26 20:22:11.365595000 +0000
@@ -2,7 +2,14 @@
 -- create FDW objects
 -- ===================================================================
 CREATE EXTENSION postgres_fdw;
+ERROR:  could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/postgres_fdw.so": /tmp/cirru...
+CONTEXT:  SQL statement "CREATE FUNCTION postgres_fdw_handler()
+RETURNS fdw_handler
+AS '$libdir/postgres_fdw'
+LANGUAGE C STRICT"
+extension script file "postgres_fdw--1.0.sql", near line 6
 CREATE SERVER testserver1 FOREIGN DATA WRAPPER postgres_fdw;
+ERROR:  foreign-data wrapper "postgres_fdw" does not exist
 DO $d$
     BEGIN
         EXECUTE $$CREATE SERVER loopback FOREIGN DATA WRAPPER postgres_fdw
@@ -19,11 +26,21 @@
             )$$;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out	2025-02-26 20:18:51.484936000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/explain.out	2025-02-26 20:22:18.44812200...
@@ -400,29 +400,9 @@
        "Actual Total Time": N.N,   +
        "Actual Rows": N,           +
        "Actual Loops": N,          +
-       "Disabled": false,          +
-       "Shared Hit Blocks": N,     +
-       "Shared Read Blocks": N,    +
-       "Shared Dirtied Blocks": N, +
-       "Shared Written Blocks": N, +
-       "Local Hit Blocks": N,      +
-       "Local Read Blocks": N,     +
-       "Local Dirtied Blocks": N,  +
-       "Local Written Blocks": N,  +
-       "Temp Read Blocks": N,      +
-       "Temp Written Blocks": N    +
+       "Disabled": false           +
      },                            +
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out	2025-02-26 20:18:51.484936000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/explain.out	2025-02-26 20:21:28.496857000 +0000
@@ -400,29 +400,9 @@
        "Actual Total Time": N.N,   +
        "Actual Rows": N,           +
        "Actual Loops": N,          +
-       "Disabled": false,          +
-       "Shared Hit Blocks": N,     +
-       "Shared Read Blocks": N,    +
-       "Shared Dirtied Blocks": N, +
-       "Shared Written Blocks": N, +
-       "Local Hit Blocks": N,      +
-       "Local Read Blocks": N,     +
-       "Local Dirtied Blocks": N,  +
-       "Local Written Blocks": N,  +
-       "Temp Read Blocks": N,      +
-       "Temp Written Blocks": N    +
+       "Disabled": false           +
      },                            +
...
tap
[20:21:41.626](75.452s) not ok 5 - regression tests pass
tap
[20:22:29.696](83.565s) not ok 2 - regression tests pass
test
[20:24:44.835]  45/324 postgresql:regress / regress/regress                                            ERROR            ...
[20:24:44.835]  50/324 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[20:24:44.835]  97/324 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[20:24:44.835] 152/324 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[20:24:44.835] 165/324 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:24:44.835] 243/324 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out	2025-02-26 20:18:50.386126207 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out	2025-02-26 20:24:06.764659668 ...
@@ -400,29 +400,9 @@
        "Actual Total Time": N.N,   +
        "Actual Rows": N,           +
        "Actual Loops": N,          +
-       "Disabled": false,          +
-       "Shared Hit Blocks": N,     +
-       "Shared Read Blocks": N,    +
-       "Shared Dirtied Blocks": N, +
-       "Shared Written Blocks": N, +
-       "Local Hit Blocks": N,      +
-       "Local Read Blocks": N,     +
-       "Local Dirtied Blocks": N,  +
-       "Local Written Blocks": N,  +
-       "Temp Read Blocks": N,      +
-       "Temp Written Blocks": N    +
+       "Disabled": false           +
      },                            +
...
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	2025-02-26 20:18:48.575308071 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-02-26 20:24:29.325355865 +0000
@@ -2,7 +2,14 @@
 -- create FDW objects
 -- ===================================================================
 CREATE EXTENSION postgres_fdw;
+ERROR:  could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/x86_64-linux-gnu/postgres_fd...
+CONTEXT:  SQL statement "CREATE FUNCTION postgres_fdw_handler()
+RETURNS fdw_handler
+AS '$libdir/postgres_fdw'
+LANGUAGE C STRICT"
+extension script file "postgres_fdw--1.0.sql", near line 6
 CREATE SERVER testserver1 FOREIGN DATA WRAPPER postgres_fdw;
+ERROR:  foreign-data wrapper "postgres_fdw" does not exist
 DO $d$
     BEGIN
         EXECUTE $$CREATE SERVER loopback FOREIGN DATA WRAPPER postgres_fdw
@@ -19,11 +26,21 @@
             )$$;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out	2025-02-26 20:18:50.386126207 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/explain.out	2025-02-26 20:24:44.00589676...
@@ -400,29 +400,9 @@
        "Actual Total Time": N.N,   +
        "Actual Rows": N,           +
        "Actual Loops": N,          +
-       "Disabled": false,          +
-       "Shared Hit Blocks": N,     +
-       "Shared Read Blocks": N,    +
-       "Shared Dirtied Blocks": N, +
-       "Shared Written Blocks": N, +
-       "Local Hit Blocks": N,      +
-       "Local Read Blocks": N,     +
-       "Local Dirtied Blocks": N,  +
-       "Local Written Blocks": N,  +
-       "Temp Read Blocks": N,      +
-       "Temp Written Blocks": N    +
+       "Disabled": false           +
      },                            +
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out	2025-02-26 20:18:50.386126207 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/explain.out	2025-02-26 20:24:02.568552566 +0000
@@ -400,29 +400,9 @@
        "Actual Total Time": N.N,   +
        "Actual Rows": N,           +
        "Actual Loops": N,          +
-       "Disabled": false,          +
-       "Shared Hit Blocks": N,     +
-       "Shared Read Blocks": N,    +
-       "Shared Dirtied Blocks": N, +
-       "Shared Written Blocks": N, +
-       "Local Hit Blocks": N,      +
-       "Local Read Blocks": N,     +
-       "Local Dirtied Blocks": N,  +
-       "Local Written Blocks": N,  +
-       "Temp Read Blocks": N,      +
-       "Temp Written Blocks": N    +
+       "Disabled": false           +
      },                            +
...
tap
[20:24:13.837](75.427s) not ok 5 - regression tests pass
tap
[20:24:51.047](77.779s) not ok 2 - regression tests pass
test
[20:26:36.099]  48/325 postgresql:regress / regress/regress                                            ERROR            ...
[20:26:36.099]  50/325 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[20:26:36.099]  95/325 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[20:26:36.099] 159/325 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[20:26:36.099] 160/325 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[20:26:36.099] 239/325 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:20:24.221] option.c.obj : error LNK2019: unresolved external symbol setup_postgres_fdw_gucs referenced in function _...
compiler
[20:20:23.887] ../contrib/postgres_fdw/postgres_fdw.c(8268): warning C4047: 'initializing': 'StringInfo' differs in leve...
compiler
[20:20:24.013] connection.c.obj : error LNK2019: unresolved external symbol get_postgres_fdw_show_remote_explain_enabled...
compiler
[20:20:24.013] postgres_fdw.c.obj : error LNK2001: unresolved external symbol get_postgres_fdw_show_remote_explain_enabl...
compiler
[20:20:24.013] option.c.obj : error LNK2019: unresolved external symbol setup_postgres_fdw_hooks referenced in function ...
compiler
[20:20:24.221] postgres_fdw.c.obj : error LNK2001: unresolved external symbol pg_fdw_parsed_explain_state
52/5479 Enable logical decoding when wal_level = 'replica' without a server restart
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3984
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5532
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 620
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5460
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 5532
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2668
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5576
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5704
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4340
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5324
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4476
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1356
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5556
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4340
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6008
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4724
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3820
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4340
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5856
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2588
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3508
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5960
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1876
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5696
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3820
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1912
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3220
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3516
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5576
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5456
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 4012
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3524
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3160
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5036
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 384
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 2992
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4588
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5320
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3196
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4536
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2920
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1396
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6100
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6036
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4144
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2432
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1356
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4712
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5812
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5352
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6080
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6092
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4724
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5068
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1788
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 796
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2312
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5788
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5692
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1288
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2848
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 944
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5488
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1800
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 5732
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3764
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5392
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 540
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 576
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 948
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3680
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 3664
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2432
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5396
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6076
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4492
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3688
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6048
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5748
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2340
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 5492
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3116
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5184
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5916
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5188
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6104
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2488
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5500
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4812
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4404
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4288
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1660
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4240
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3764
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5320
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 1996
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2452
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2268
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5384
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5148
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6052
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6068
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4364
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5332
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 2396
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1156
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 5664
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1668
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4116
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 928
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3644
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 796
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2648
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5892
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1532
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5972
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6068
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 192
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5824
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4132
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1016
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1352
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5748
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5960
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1244
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5316
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3120
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5852
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6124
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1256
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3820
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5348
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5816
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 724
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3476
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4588
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1548
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3724
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4344
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5316
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6056
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5992
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5596
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1752
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3816
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1832
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 4824
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4172
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6100
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2108
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2224
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4960
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 4028
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2224
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3412
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1460
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1464
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1668
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5248
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 924
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3872
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5536
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 428
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5808
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5392
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6064
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5036
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 572
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5024
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4232
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1708
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1212
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2444
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5768
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3812
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3560
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6048
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1640
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1208
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 824
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2644
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5016
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1912
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1240
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 5424
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 5584
assertion
TRAP: failed Assert("dsm_control_handle == 0 && h != 0"), File: "../src/backend/storage/ipc/dsm.c", Line: 461, PID: 2432
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 6104
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2960
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 1456
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5488
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3760
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5260
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 3428
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2396
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5568
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2476
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5736
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5444
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4228
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5352
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2248
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 2652
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 728
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5764
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 480
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 4152
assertion
TRAP: failed Assert("false"), File: "../src/backend/postmaster/postmaster.c", Line: 2712, PID: 5736
core
0000000d`c93fed60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`c93feda0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000d`c93fede0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000d`c93fee20 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000000d`c93fee60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000000d`c93feec0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`c93ff7e0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000d`c93ff970 00007ff6`e045bd09     postgres!main(
0000000d`c93ff9b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`c93ffa00 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000d`c97ff4b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`c97ff4c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000d`c97ff7b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c97ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`c9bff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`c9bff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000d`c9bff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c9bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`c9fff828 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000d`c9fff830 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`c9fff8a0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000d`c9fff9a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`c9fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`ca3ffba8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`ca3ffbb0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000d`ca3ffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`ca3ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`143ff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`143ff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009b`143ffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`143ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`13bfef00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`13bfef40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000009b`13bfef80 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000009b`13bfefc0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000009b`13bff000 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000009b`13bff060 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`13bff980 00007ff6`dfe4c618     postgres!PostmasterMain(
0000009b`13bffb10 00007ff6`e045bd09     postgres!main(
0000009b`13bffb50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`13bffba0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000009b`13fff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`13fff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009b`13fff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`13fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`147ff6b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000009b`147ff6c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`147ff730 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000009b`147ff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`147ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`14bff828 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`14bff830 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009b`14bffb20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`14bffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`a9bff698 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`a9bff6a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`a9bff990 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`a9bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`a97ffb28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`a97ffb30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`a97ffe20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`a97ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`a8bfee00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`a8bfee40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000027`a8bfee80 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000027`a8bfeec0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000027`a8bfef00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000027`a8bfef60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`a8bff880 00007ff6`dfe4c618     postgres!PostmasterMain(
00000027`a8bffa10 00007ff6`e045bd09     postgres!main(
00000027`a8bffa50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`a8bffaa0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000027`a8fffae8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`a8fffaf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`a8fffde0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`a8fffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`a93ffb08 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000027`a93ffb10 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`a93ffb80 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000027`a93ffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`a93ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`7ddff878 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000081`7ddff880 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000081`7ddff8f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000081`7ddff9f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`7ddffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`7d1feab0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`7d1feaf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000081`7d1feb30 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000081`7d1feb70 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000081`7d1febb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000081`7d1fec10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`7d1ff530 00007ff6`dfe4c618     postgres!PostmasterMain(
00000081`7d1ff6c0 00007ff6`e045bd09     postgres!main(
00000081`7d1ff700 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`7d1ff750 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000081`7d5ff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`7d5ff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000081`7d5ff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`7d5ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`7d9ff4b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`7d9ff4c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000081`7d9ff7b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`7d9ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`7e1ff7f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`7e1ff800 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000081`7e1ffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`7e1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`8abffd58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000040`8abffd60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000040`8abffdd0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000040`8abffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`8abfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`89fff0b0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000040`89fff0f0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000040`89fff130 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000040`89fff170 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000040`89fff1b0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000040`89fff210 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000040`89fffb30 00007ff6`dfe4c618     postgres!PostmasterMain(
00000040`89fffcc0 00007ff6`e045bd09     postgres!main(
00000040`89fffd00 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000040`89fffd50 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000040`8a3ff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`8a3ff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000040`8a3ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`8a3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`8a7ffb78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`8a7ffb80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000040`8a7ffe70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`8a7ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000040`8afff608 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000040`8afff610 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000040`8afff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000040`8afff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`dffffa88 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ec`dffffa90 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ec`dffffb00 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ec`dffffc00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`dffffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`defff0b0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ec`defff0f0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ec`defff130 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ec`defff170 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ec`defff1b0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ec`defff210 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ec`defffb30 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ec`defffcc0 00007ff6`e045bd09     postgres!main(
000000ec`defffd00 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ec`defffd50 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ec`df3ff608 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`df3ff610 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ec`df3ff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`df3ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`df7ff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`df7ff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ec`df7ff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`df7ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`dfbffb38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`dfbffb40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ec`dfbffe30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`dfbffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ec`e03ff838 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ec`e03ff840 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ec`e03ffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ec`e03ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`16fffc08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`16fffc10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`16ffff00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`16ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`163fea60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`163feaa0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c8`163feae0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c8`163feb20 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000c8`163feb60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000c8`163febc0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`163ff4e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c8`163ff670 00007ff6`e045bd09     postgres!main(
000000c8`163ff6b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`163ff700 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c8`167ffb98 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`167ffba0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`167ffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`167ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`16bffce8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c8`16bffcf0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`16bffd60 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c8`16bffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`16bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`173ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`173ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`173ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`173ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e2fff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`e2fff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009b`e2fff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e2fff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e1ffe9f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`e1ffea30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000009b`e1ffea70 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000009b`e1ffeab0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000009b`e1ffeaf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000009b`e1ffeb50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009b`e1fff470 00007ff6`dfe4c618     postgres!PostmasterMain(
0000009b`e1fff600 00007ff6`e045bd09     postgres!main(
0000009b`e1fff640 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009b`e1fff690 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000009b`e23ff788 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`e23ff790 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009b`e23ffa80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e23ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e27ff488 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`e27ff490 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009b`e27ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e27ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`e2bff9f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000009b`e2bffa00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`e2bffa70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000009b`e2bffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`e2bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2cfff918 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2cfff920 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cf`2cfffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2cfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2d7ffb88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2d7ffb90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cf`2d7ffe80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2d7ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2c7fee80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`2c7feec0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000cf`2c7fef00 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000cf`2c7fef40 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000cf`2c7fef80 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000cf`2c7fefe0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cf`2c7ff900 00007ff6`dfe4c618     postgres!PostmasterMain(
000000cf`2c7ffa90 00007ff6`e045bd09     postgres!main(
000000cf`2c7ffad0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`2c7ffb20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000cf`2cbff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`2cbff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cf`2cbff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2cbff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`2d3ffb98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cf`2d3ffba0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`2d3ffc10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cf`2d3ffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`2d3ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`03bff748 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000da`03bff750 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`03bff7c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000da`03bff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`03bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`043ffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`043ffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`043ffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`043ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`033fed90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`033fedd0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000da`033fee10 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000da`033fee50 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000da`033fee90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000da`033feef0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`033ff810 00007ff6`dfe4c618     postgres!PostmasterMain(
000000da`033ff9a0 00007ff6`e045bd09     postgres!main(
000000da`033ff9e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`033ffa30 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000da`037ff988 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`037ff990 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`037ffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`037ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`03fff548 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`03fff550 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`03fff840 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`03fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`3bdff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`3bdff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000005b`3bdff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`3bdff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`3c5ff898 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000005b`3c5ff8a0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`3c5ff910 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000005b`3c5ffa10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`3c5ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`3b9ff5d0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`3b9ff610 00007ff6`e0054a81     postgres!ExceptionalCondition(
0000005b`3b9ff650 00007ff6`dff877e4     postgres!dsm_set_control_handle(
0000005b`3b9ff680 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
0000005b`3b9ff6f0 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
0000005b`3b9ff760 00007ff6`e045bd09     postgres!main(
0000005b`3b9ff7a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`3b9ff7f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000005b`3b9ff860 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000005b`3b9ff890 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
0000005b`3c1ffb58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`3c1ffb60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000005b`3c1ffe50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`3c1ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1b9ffc18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`1b9ffc20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`1b9fff10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1b9fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1a5fec70 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`1a5fecb0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c2`1a5fecf0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c2`1a5fed30 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000c2`1a5fed70 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000c2`1a5fedd0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`1a5ff6f0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c2`1a5ff880 00007ff6`e045bd09     postgres!main(
000000c2`1a5ff8c0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`1a5ff910 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c2`1a9ff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`1a9ff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`1a9ffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1a9ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1adff7f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`1adff800 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`1adffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1adffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1b1ff6d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`1b1ff6e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`1b1ff9d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1b1ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`1b5ff968 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c2`1b5ff970 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`1b5ff9e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c2`1b5ffae0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`1b5ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`a6bff758 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`a6bff760 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000067`a6bffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`a6bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`a67ff668 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000067`a67ff670 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`a67ff6e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000067`a67ff7e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`a67ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`a63ffb68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`a63ffb70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000067`a63ffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`a63ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`a5fff528 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`a5fff530 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000067`a5fff820 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`a5fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`a5bfea50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`a5bfea90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000067`a5bfead0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000067`a5bfeb10 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000067`a5bfeb50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000067`a5bfebb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`a5bff4d0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000067`a5bff660 00007ff6`e045bd09     postgres!main(
00000067`a5bff6a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`a5bff6f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ac`905ff568 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`905ff570 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ac`905ff860 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`905ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`8f5ff1c0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`8f5ff200 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ac`8f5ff240 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ac`8f5ff280 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ac`8f5ff2c0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ac`8f5ff320 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ac`8f5ffc40 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ac`8f5ffdd0 00007ff6`e045bd09     postgres!main(
000000ac`8f5ffe10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ac`8f5ffe60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ac`8f9ff618 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`8f9ff620 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ac`8f9ff910 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`8f9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`8fdff9a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ac`8fdff9b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`8fdffa20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ac`8fdffb20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`8fdffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`901ff468 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`901ff470 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ac`901ff760 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`901ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`b21ff788 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`b21ff790 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006a`b21ffa80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`b21ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`b15ff190 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006a`b15ff1d0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000006a`b15ff210 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000006a`b15ff250 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000006a`b15ff290 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000006a`b15ff2f0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006a`b15ffc10 00007ff6`dfe4c618     postgres!PostmasterMain(
0000006a`b15ffda0 00007ff6`e045bd09     postgres!main(
0000006a`b15ffde0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006a`b15ffe30 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000006a`b19ff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`b19ff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006a`b19ff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`b19ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`b1dff6a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000006a`b1dff6b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000006a`b1dff720 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000006a`b1dff820 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`b1dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006a`b25ff928 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006a`b25ff930 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006a`b25ffc20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006a`b25ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`70bff928 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`70bff930 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bf`70bffc20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`70bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`6fffea50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`6fffea90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000bf`6fffead0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000bf`6fffeb10 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000bf`6fffeb50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000bf`6fffebb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`6ffff4d0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000bf`6ffff660 00007ff6`e045bd09     postgres!main(
000000bf`6ffff6a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`6ffff6f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000bf`703ffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`703ffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bf`703ffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`703ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`707ff798 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000bf`707ff7a0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`707ff810 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000bf`707ff910 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`707ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`70fffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`70fffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bf`70fffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`70ffff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`db7ff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`db7ff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000018`db7ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`db7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`dc3ff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`dc3ff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000018`dc3ffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`dc3ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`dbfff878 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000018`dbfff880 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000018`dbfffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`dbfffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000018`db3feda0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000018`db3fede0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000018`db3fee20 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000018`db3fee60 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000018`db3feea0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000018`db3fef00 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000018`db3ff820 00007ff6`dfe4c618     postgres!PostmasterMain(
00000018`db3ff9b0 00007ff6`e045bd09     postgres!main(
00000018`db3ff9f0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000018`db3ffa40 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000018`dbbffd98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000018`dbbffda0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000018`dbbffe10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000018`dbbfff10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000018`dbbfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3f1ff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`3f1ff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000067`3f1ffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3f1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3e1ff140 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000067`3e1ff180 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000067`3e1ff1c0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000067`3e1ff200 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000067`3e1ff240 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000067`3e1ff2a0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000067`3e1ffbc0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000067`3e1ffd50 00007ff6`e045bd09     postgres!main(
00000067`3e1ffd90 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000067`3e1ffde0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000067`3e5ff6f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`3e5ff700 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000067`3e5ff9f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3e5ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3e9ffda8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000067`3e9ffdb0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000067`3e9ffe20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000067`3e9fff20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3e9fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000067`3edff568 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000067`3edff570 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000067`3edff860 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000067`3edff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`707ffc28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`707ffc30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009f`707fff20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`707fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`70fff808 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`70fff810 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009f`70fffb00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`70fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`70bffc38 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000009f`70bffc40 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000009f`70bffcb0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000009f`70bffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`70bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009f`6fffeab0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009f`6fffeaf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000009f`6fffeb30 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000009f`6fffeb70 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000009f`6fffebb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000009f`6fffec10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009f`6ffff530 00007ff6`dfe4c618     postgres!PostmasterMain(
0000009f`6ffff6c0 00007ff6`e045bd09     postgres!main(
0000009f`6ffff700 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009f`6ffff750 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000009f`703ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009f`703ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009f`703ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009f`703ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`601ff768 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007a`601ff770 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`601ff7e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007a`601ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`601ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`5f5ff150 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`5f5ff190 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007a`5f5ff1d0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007a`5f5ff210 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007a`5f5ff250 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007a`5f5ff2b0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`5f5ffbd0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007a`5f5ffd60 00007ff6`e045bd09     postgres!main(
0000007a`5f5ffda0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`5f5ffdf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007a`5f9ff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`5f9ff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007a`5f9ffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`5f9ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`5fdff938 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`5fdff940 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007a`5fdffc30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`5fdffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`605ff498 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`605ff4a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007a`605ff790 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`605ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`349ff8b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000af`349ff8c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000af`349ff930 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000af`349ffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`349ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`33dfee60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000af`33dfeea0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000af`33dfeee0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000af`33dfef20 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000af`33dfef60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000af`33dfefc0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000af`33dff8e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000af`33dffa70 00007ff6`e045bd09     postgres!main(
000000af`33dffab0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000af`33dffb00 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000af`341ff528 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`341ff530 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000af`341ff820 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`341ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`345ffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`345ffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000af`345ffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`345ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000af`34dff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000af`34dff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000af`34dff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000af`34dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`26bffb38 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000084`26bffb40 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`26bffbb0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000084`26bffcb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`26bffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`25ffedc0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`25ffee00 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000084`25ffee40 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000084`25ffee80 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000084`25ffeec0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000084`25ffef20 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`25fff840 00007ff6`dfe4c618     postgres!PostmasterMain(
00000084`25fff9d0 00007ff6`e045bd09     postgres!main(
00000084`25fffa10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`25fffa60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000084`263ff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`263ff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`263ffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`263ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`267ffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`267ffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`267ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`267fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`26fffb18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`26fffb20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`26fffe10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`26fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`21dff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`21dff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`21dff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`21dff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`211fed60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`211feda0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000027`211fede0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000027`211fee20 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000027`211fee60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000027`211feec0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`211ff7e0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000027`211ff970 00007ff6`e045bd09     postgres!main(
00000027`211ff9b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`211ffa00 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000027`215ffaa8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`215ffab0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`215ffda0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`215ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`219ffdb8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000027`219ffdc0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`219ffe30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000027`219fff30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`219fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`221ffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`221ffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`221ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`221fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`fedffd38 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d7`fedffd40 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d7`fedffdb0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d7`fedffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`fedffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`ff5ff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ff5ff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d7`ff5ffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ff5ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`fe5fef50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d7`fe5fef90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d7`fe5fefd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d7`fe5ff010 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d7`fe5ff050 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d7`fe5ff0b0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d7`fe5ff9d0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d7`fe5ffb60 00007ff6`e045bd09     postgres!main(
000000d7`fe5ffba0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d7`fe5ffbf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d7`ff1ff558 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`ff1ff560 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d7`ff1ff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`ff1ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d7`fe9ff4c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d7`fe9ff4d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d7`fe9ff7c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d7`fe9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e39ff8e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`e39ff8f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`e39ffbe0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e39ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e25fec20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`e25fec60 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a5`e25feca0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a5`e25fece0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000a5`e25fed20 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000a5`e25fed80 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`e25ff6a0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a5`e25ff830 00007ff6`e045bd09     postgres!main(
000000a5`e25ff870 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`e25ff8c0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a5`e29ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`e29ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`e29ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e29ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e2dff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`e2dff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`e2dff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e2dff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e31ff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`e31ff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`e31ffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e31ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`e35ffbf8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a5`e35ffc00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`e35ffc70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a5`e35ffd70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`e35ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`253ff8b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`253ff8c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ba`253ffbb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`253ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`243feff0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ba`243ff030 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ba`243ff070 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ba`243ff0b0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ba`243ff0f0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ba`243ff150 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ba`243ffa70 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ba`243ffc00 00007ff6`e045bd09     postgres!main(
000000ba`243ffc40 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ba`243ffc90 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ba`247ff958 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`247ff960 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ba`247ffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`247ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`24bffd58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ba`24bffd60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ba`24bffdd0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ba`24bffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`24bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ba`24fff5f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ba`24fff600 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ba`24fff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ba`24fff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2abff698 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000003b`2abff6a0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000003b`2abff710 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000003b`2abff810 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2abff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`29ffec40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003b`29ffec80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000003b`29ffecc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000003b`29ffed00 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000003b`29ffed40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000003b`29ffeda0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003b`29fff6c0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000003b`29fff850 00007ff6`e045bd09     postgres!main(
0000003b`29fff890 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003b`29fff8e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000003b`2a3ffb28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2a3ffb30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003b`2a3ffe20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2a3ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2a7ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2a7ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003b`2a7ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2a7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003b`2afff868 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003b`2afff870 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003b`2afffb60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003b`2afffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`211ffb88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`211ffb90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d4`211ffe80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`211ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`205feab0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`205feaf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d4`205feb30 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d4`205feb70 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d4`205febb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d4`205fec10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`205ff530 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d4`205ff6c0 00007ff6`e045bd09     postgres!main(
000000d4`205ff700 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`205ff750 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d4`209ff678 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`209ff680 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d4`209ff970 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`209ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`20dff9e8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d4`20dff9f0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`20dffa60 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d4`20dffb60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`20dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`215ffc08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`215ffc10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d4`215fff00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`215fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f9bff948 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c6`f9bff950 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c6`f9bff9c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c6`f9bffac0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f9bffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f8ffeb90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c6`f8ffebd0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c6`f8ffec10 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c6`f8ffec50 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000c6`f8ffec90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000c6`f8ffecf0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c6`f8fff610 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c6`f8fff7a0 00007ff6`e045bd09     postgres!main(
000000c6`f8fff7e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c6`f8fff830 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c6`f93ff8e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`f93ff8f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c6`f93ffbe0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f93ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f97ff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`f97ff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c6`f97ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f97ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c6`f9fff798 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c6`f9fff7a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c6`f9fffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c6`f9fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`cf1ffc28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`cf1ffc30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`cf1fff20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`cf1fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`cedff180 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`cedff1c0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000062`cedff200 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000062`cedff240 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000062`cedff280 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000062`cedff2e0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`cedffc00 00007ff6`dfe4c618     postgres!PostmasterMain(
00000062`cedffd90 00007ff6`e045bd09     postgres!main(
00000062`cedffdd0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`cedffe20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000062`cf5ffbb8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000062`cf5ffbc0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`cf5ffc30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000062`cf5ffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`cf5ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`cf9ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`cf9ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`cf9ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`cf9ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`cfdff988 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`cfdff990 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`cfdffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`cfdffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`0f5ffaf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`0f5ffb00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a1`0f5ffdf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`0f5ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`0e5feca0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`0e5fece0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a1`0e5fed20 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a1`0e5fed60 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000a1`0e5feda0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000a1`0e5fee00 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a1`0e5ff720 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a1`0e5ff8b0 00007ff6`e045bd09     postgres!main(
000000a1`0e5ff8f0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a1`0e5ff940 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a1`0e9ff7e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`0e9ff7f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a1`0e9ffae0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`0e9ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`0edffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`0edffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a1`0edffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`0edfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`0f1ff9f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a1`0f1ffa00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`0f1ffa70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a1`0f1ffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`0f1ffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`539ffac8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000089`539ffad0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`539ffb40 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000089`539ffc40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`539ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`52dfebd0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`52dfec10 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000089`52dfec50 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000089`52dfec90 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000089`52dfecd0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000089`52dfed30 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000089`52dff650 00007ff6`dfe4c618     postgres!PostmasterMain(
00000089`52dff7e0 00007ff6`e045bd09     postgres!main(
00000089`52dff820 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000089`52dff870 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000089`531ff8f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`531ff900 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000089`531ffbf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`531ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`535ff718 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`535ff720 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000089`535ffa10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`535ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`53dffad8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`53dffae0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000089`53dffdd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`53dffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f87ffa28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a3`f87ffa30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`f87ffaa0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a3`f87ffba0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f87ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f7bfeef0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`f7bfef30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a3`f7bfef70 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a3`f7bfefb0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a3`f7bfeff0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a3`f7bff050 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`f7bff970 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a3`f7bffb00 00007ff6`e045bd09     postgres!main(
000000a3`f7bffb40 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`f7bffb90 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a3`f7fff9c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f7fff9d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a3`f7fffcc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f7fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f83ffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f83ffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a3`f83ffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f83ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f8bff4d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f8bff4e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a3`f8bff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f8bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`1e1ffa08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`1e1ffa10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bf`1e1ffd00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`1e1ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`1d9fed90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bf`1d9fedd0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000bf`1d9fee10 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000bf`1d9fee50 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000bf`1d9fee90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000bf`1d9feef0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bf`1d9ff810 00007ff6`dfe4c618     postgres!PostmasterMain(
000000bf`1d9ff9a0 00007ff6`e045bd09     postgres!main(
000000bf`1d9ff9e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bf`1d9ffa30 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000bf`1e9ff718 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`1e9ff720 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bf`1e9ffa10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`1e9ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`1ddff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bf`1ddff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bf`1ddff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`1ddff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bf`1e5ffd78 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000bf`1e5ffd80 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000bf`1e5ffdf0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000bf`1e5ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bf`1e5fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`f8fffac8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000f9`f8fffad0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`f8fffb40 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000f9`f8fffc40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`f8fffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`f83fee80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`f83feec0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000f9`f83fef00 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000f9`f83fef40 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000f9`f83fef80 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000f9`f83fefe0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f9`f83ff900 00007ff6`dfe4c618     postgres!PostmasterMain(
000000f9`f83ffa90 00007ff6`e045bd09     postgres!main(
000000f9`f83ffad0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`f83ffb20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000f9`f87ff558 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`f87ff560 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f9`f87ff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`f87ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`f8bffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`f8bffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f9`f8bffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`f8bfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`f93ff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`f93ff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f9`f93ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`f93ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8fbff4d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8fbff4e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004b`8fbff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8fbff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8ffff9a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8ffff9b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004b`8ffffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8ffffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8effee10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`8effee50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000004b`8effee90 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000004b`8effeed0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000004b`8effef10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000004b`8effef70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`8efff890 00007ff6`dfe4c618     postgres!PostmasterMain(
0000004b`8efffa20 00007ff6`e045bd09     postgres!main(
0000004b`8efffa60 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`8efffab0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000004b`8f3ff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`8f3ff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004b`8f3ffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8f3ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`8f7ff5f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000004b`8f7ff600 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`8f7ff670 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000004b`8f7ff770 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`8f7ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`88fff668 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`88fff670 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`88fff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`88fff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`897ff738 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000013`897ff740 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`897ff7b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000013`897ff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`897ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`88bff730 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`88bff770 00007ff6`e0054a81     postgres!ExceptionalCondition(
00000013`88bff7b0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
00000013`88bff7e0 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
00000013`88bff850 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
00000013`88bff8c0 00007ff6`e045bd09     postgres!main(
00000013`88bff900 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`88bff950 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000013`88bff9c0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000013`88bff9f0 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
00000013`893ff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`893ff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`893ff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`893ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`f97ffa58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000058`f97ffa60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000058`f97ffad0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000058`f97ffbd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`f97ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`f9fff488 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`f9fff490 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000058`f9fff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`f9fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`f8ffeb30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000058`f8ffeb70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000058`f8ffebb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000058`f8ffebf0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000058`f8ffec30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000058`f8ffec90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000058`f8fff5b0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000058`f8fff740 00007ff6`e045bd09     postgres!main(
00000058`f8fff780 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000058`f8fff7d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000058`f93ffb58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`f93ffb60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000058`f93ffe50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`f93ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000058`f9bffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000058`f9bffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000058`f9bffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000058`f9bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a11ffb78 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000003e`a11ffb80 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000003e`a11ffbf0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000003e`a11ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`a11ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a05fecf0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003e`a05fed30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000003e`a05fed70 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000003e`a05fedb0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000003e`a05fedf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000003e`a05fee50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003e`a05ff770 00007ff6`dfe4c618     postgres!PostmasterMain(
0000003e`a05ff900 00007ff6`e045bd09     postgres!main(
0000003e`a05ff940 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003e`a05ff990 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000003e`a09ff6d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`a09ff6e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003e`a09ff9d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`a09ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a0dff698 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`a0dff6a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003e`a0dff990 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`a0dff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003e`a15ff918 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003e`a15ff920 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003e`a15ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003e`a15ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`0efff798 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`0efff7a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`0efffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`0efffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`0dffef10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`0dffef50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a2`0dffef90 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a2`0dffefd0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a2`0dfff010 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a2`0dfff070 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`0dfff990 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a2`0dfffb20 00007ff6`e045bd09     postgres!main(
000000a2`0dfffb60 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`0dfffbb0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a2`0e3ffb08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`0e3ffb10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`0e3ffe00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`0e3ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`0e7ff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`0e7ff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`0e7ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`0e7ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`0ebffa08 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a2`0ebffa10 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`0ebffa80 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a2`0ebffb80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`0ebffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`05dffa48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`05dffa50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d1`05dffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`05dffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`04dfeec0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`04dfef00 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d1`04dfef40 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d1`04dfef80 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d1`04dfefc0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d1`04dff020 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d1`04dff940 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d1`04dffad0 00007ff6`e045bd09     postgres!main(
000000d1`04dffb10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d1`04dffb60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d1`051ff488 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`051ff490 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d1`051ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`051ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`055ffa18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d1`055ffa20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`055ffa90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d1`055ffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`055ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`059ff638 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`059ff640 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d1`059ff930 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`059ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`dd9ff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`dd9ff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002f`dd9ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`dd9ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`dcdfee70 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`dcdfeeb0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000002f`dcdfeef0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000002f`dcdfef30 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000002f`dcdfef70 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000002f`dcdfefd0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`dcdff8f0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000002f`dcdffa80 00007ff6`e045bd09     postgres!main(
0000002f`dcdffac0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`dcdffb10 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000002f`dd1ff758 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`dd1ff760 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002f`dd1ffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`dd1ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`dd5ff628 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000002f`dd5ff630 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`dd5ff6a0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000002f`dd5ff7a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`dd5ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`dddffaf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`dddffb00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002f`dddffdf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`dddffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`949ff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`949ff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000c`949ff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`949ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`93dfef00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`93dfef40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000c`93dfef80 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000c`93dfefc0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000000c`93dff000 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000000c`93dff060 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`93dff980 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000c`93dffb10 00007ff6`e045bd09     postgres!main(
0000000c`93dffb50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`93dffba0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000c`941ff938 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`941ff940 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000c`941ffc30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`941ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`945ff768 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000c`945ff770 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`945ff7e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000c`945ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`945ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`94dff828 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`94dff830 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000c`94dffb20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`94dffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`475ffb98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000096`475ffba0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`475ffc10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000096`475ffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`475ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`46dff780 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`46dff7c0 00007ff6`e0054a81     postgres!ExceptionalCondition(
00000096`46dff800 00007ff6`dff877e4     postgres!dsm_set_control_handle(
00000096`46dff830 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
00000096`46dff8a0 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
00000096`46dff910 00007ff6`e045bd09     postgres!main(
00000096`46dff950 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`46dff9a0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000096`46dffa10 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000096`46dffa40 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
00000096`471ffc18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`471ffc20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`471fff10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`471fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`479ff608 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`479ff610 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`479ff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`479ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`105ff488 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`105ff490 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000020`105ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`105ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`0f5fecb0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000020`0f5fecf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000020`0f5fed30 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000020`0f5fed70 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000020`0f5fedb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000020`0f5fee10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000020`0f5ff730 00007ff6`dfe4c618     postgres!PostmasterMain(
00000020`0f5ff8c0 00007ff6`e045bd09     postgres!main(
00000020`0f5ff900 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000020`0f5ff950 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000020`0f9ff458 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`0f9ff460 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000020`0f9ff750 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`0f9ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`0fdffb48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000020`0fdffb50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000020`0fdffbc0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000020`0fdffcc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`0fdffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000020`101ff4f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000020`101ff500 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000020`101ff7f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000020`101ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`493ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`493ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`493ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`493ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`49bff4e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`49bff4f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`49bff7e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`49bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`497ff958 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000003c`497ff960 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`497ff9d0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000003c`497ffad0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`497ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`48fff978 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`48fff980 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`48fffc70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`48fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`48bffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`48bffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`48bffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`48bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`487fed20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`487fed60 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000003c`487feda0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000003c`487fede0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000003c`487fee20 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000003c`487fee80 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`487ff7a0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000003c`487ff930 00007ff6`e045bd09     postgres!main(
0000003c`487ff970 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`487ff9c0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000043`d9dffd28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000043`d9dffd30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`d9dffda0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000043`d9dffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d9dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`da1ffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`da1ffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000043`da1ffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`da1ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`d95ff5f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`d95ff600 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000043`d95ff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d95ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`d91feec0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`d91fef00 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000043`d91fef40 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000043`d91fef80 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000043`d91fefc0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000043`d91ff020 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`d91ff940 00007ff6`dfe4c618     postgres!PostmasterMain(
00000043`d91ffad0 00007ff6`e045bd09     postgres!main(
00000043`d91ffb10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`d91ffb60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000043`d99ffa68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`d99ffa70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000043`d99ffd60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`d99ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`fa9ff560 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`fa9ff5a0 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000dd`fa9ff5e0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000dd`fa9ff610 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000dd`fa9ff680 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000dd`fa9ff6f0 00007ff6`e045bd09     postgres!main(
000000dd`fa9ff730 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`fa9ff780 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`fa9ff7f0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`fa9ff820 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000dd`fb1ff718 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000dd`fb1ff720 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`fb1ff790 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000dd`fb1ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`fb1ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`fadffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`fadffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dd`fadffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`fadffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`fb5ff9c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`fb5ff9d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dd`fb5ffcc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`fb5ffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`eafff8f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000021`eafff900 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000021`eafff970 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000021`eafffa70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`eafffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`eb3ffb58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`eb3ffb60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000021`eb3ffe50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`eb3ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ea7ff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`ea7ff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000021`ea7ff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`ea7ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000021`ea3febf0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000021`ea3fec30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000021`ea3fec70 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000021`ea3fecb0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000021`ea3fecf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000021`ea3fed50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000021`ea3ff670 00007ff6`dfe4c618     postgres!PostmasterMain(
00000021`ea3ff800 00007ff6`e045bd09     postgres!main(
00000021`ea3ff840 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000021`ea3ff890 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000021`eabffba8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000021`eabffbb0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000021`eabffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000021`eabffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ffdffda8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000003d`ffdffdb0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000003d`ffdffe20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000003d`ffdfff20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`ffdfff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`803ff798 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`803ff7a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003d`803ffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`803ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`ff5fe9f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003d`ff5fea30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000003d`ff5fea70 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000003d`ff5feab0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000003d`ff5feaf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000003d`ff5feb50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003d`ff5ff470 00007ff6`dfe4c618     postgres!PostmasterMain(
0000003d`ff5ff600 00007ff6`e045bd09     postgres!main(
0000003d`ff5ff640 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003d`ff5ff690 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000003d`ff9ffb48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`ff9ffb50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003d`ff9ffe40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`ff9ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003d`807ff988 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003d`807ff990 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003d`807ffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003d`807ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`c6bff0c0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`c6bff100 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000b`c6bff140 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000b`c6bff180 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000000b`c6bff1c0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000000b`c6bff220 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000b`c6bffb40 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000b`c6bffcd0 00007ff6`e045bd09     postgres!main(
0000000b`c6bffd10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000b`c6bffd60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000b`c6fffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`c6fffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000b`c6fffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`c6fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`c73ff448 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`c73ff450 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000b`c73ff740 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`c73ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`c77ffbc8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000b`c77ffbd0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`c77ffc40 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000b`c77ffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`c77ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`c7bff848 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`c7bff850 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000b`c7bffb40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`c7bffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`8fbfe9f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cc`8fbfea30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000cc`8fbfea70 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000cc`8fbfeab0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000cc`8fbfeaf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000cc`8fbfeb50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cc`8fbff470 00007ff6`dfe4c618     postgres!PostmasterMain(
000000cc`8fbff600 00007ff6`e045bd09     postgres!main(
000000cc`8fbff640 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cc`8fbff690 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000cc`8ffff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`8ffff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cc`8ffffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`8ffffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`903ffb68 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cc`903ffb70 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cc`903ffbe0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cc`903ffce0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`903ffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`907ffaf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`907ffb00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cc`907ffdf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`907ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cc`90bff878 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cc`90bff880 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cc`90bffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cc`90bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`97fffa68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`97fffa70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`97fffd60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`97fffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`97bfec10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`97bfec50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a2`97bfec90 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a2`97bfecd0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a2`97bfed10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a2`97bfed70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`97bff690 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a2`97bff820 00007ff6`e045bd09     postgres!main(
000000a2`97bff860 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`97bff8b0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a2`983ff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`983ff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`983ff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`983ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`987ffa98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a2`987ffaa0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`987ffb10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a2`987ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`987ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`98bff788 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`98bff790 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`98bffa80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`98bffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`cafff050 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`cafff090 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007d`cafff0d0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007d`cafff110 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000007d`cafff150 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000007d`cafff1b0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`cafffad0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007d`cafffc60 00007ff6`e045bd09     postgres!main(
0000007d`cafffca0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`cafffcf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007d`cb3ffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`cb3ffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`cb3ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`cb3fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`cb7ff8f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`cb7ff900 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`cb7ffbf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`cb7ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`cbbffae8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`cbbffaf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`cbbffde0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`cbbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`cbfffc28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007d`cbfffc30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`cbfffca0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007d`cbfffda0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`cbfffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`cc3ff578 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`cc3ff580 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`cc3ff870 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`cc3ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`9b9ff9b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b4`9b9ff9c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`9b9ffa30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b4`9b9ffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`9b9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`9c1ffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`9c1ffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b4`9c1ffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`9c1ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`9b1fec30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`9b1fec70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b4`9b1fecb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b4`9b1fecf0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000b4`9b1fed30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000b4`9b1fed90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`9b1ff6b0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b4`9b1ff840 00007ff6`e045bd09     postgres!main(
000000b4`9b1ff880 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`9b1ff8d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000b4`9b5ff558 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`9b5ff560 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b4`9b5ff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`9b5ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`9bdff608 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`9bdff610 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b4`9bdff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`9bdff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`50fffb68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`50fffb70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`50fffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`50fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`4fffea40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`4fffea80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000079`4fffeac0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000079`4fffeb00 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000079`4fffeb40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000079`4fffeba0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`4ffff4c0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000079`4ffff650 00007ff6`e045bd09     postgres!main(
00000079`4ffff690 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`4ffff6e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000079`503ffbc8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`503ffbd0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`503ffec0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`503ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`507ff9e8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000079`507ff9f0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`507ffa60 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000079`507ffb60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`507ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`50bffa68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`50bffa70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`50bffd60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`50bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`fe9ff918 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`fe9ff920 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`fe9ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`fe9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`fe5feec0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`fe5fef00 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a2`fe5fef40 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a2`fe5fef80 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a2`fe5fefc0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a2`fe5ff020 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a2`fe5ff940 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a2`fe5ffad0 00007ff6`e045bd09     postgres!main(
000000a2`fe5ffb10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`fe5ffb60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a2`ff5ff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`ff5ff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`ff5ffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ff5ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`ff1ff708 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a2`ff1ff710 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`ff1ff780 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a2`ff1ff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`ff1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`fedff7d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`fedff7e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a2`fedffad0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`fedffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`1afffbd8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`1afffbe0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`1afffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`1affff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`1abfea40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`1abfea80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000080`1abfeac0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000080`1abfeb00 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000080`1abfeb40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000080`1abfeba0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`1abff4c0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000080`1abff650 00007ff6`e045bd09     postgres!main(
00000080`1abff690 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`1abff6e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000080`1bbff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`1bbff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`1bbff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`1bbff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`1b7ff818 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000080`1b7ff820 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`1b7ff890 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000080`1b7ff990 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`1b7ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`1b3ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`1b3ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`1b3ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`1b3ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`10dffc48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000002e`10dffc50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000002e`10dffcc0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000002e`10dffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`10dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`115ff8f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`115ff900 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002e`115ffbf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`115ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`111ff4b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`111ff4c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002e`111ff7b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`111ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`109ff5f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002e`109ff600 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002e`109ff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002e`109ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002e`105fed00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002e`105fed40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000002e`105fed80 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000002e`105fedc0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000002e`105fee00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000002e`105fee60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002e`105ff780 00007ff6`dfe4c618     postgres!PostmasterMain(
0000002e`105ff910 00007ff6`e045bd09     postgres!main(
0000002e`105ff950 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002e`105ff9a0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000013`7fffef50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`7fffef90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000013`7fffefd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000013`7ffff010 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000013`7ffff050 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000013`7ffff0b0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`7ffff9d0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000013`7ffffb60 00007ff6`e045bd09     postgres!main(
00000013`7ffffba0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`7ffffbf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000013`003ffae8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`003ffaf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`003ffde0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`003ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`007ff718 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000013`007ff720 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`007ff790 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000013`007ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`007ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`00bffc08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`00bffc10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`00bfff00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`00bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`00fffac8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`00fffad0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`00fffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`00fffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`10bfec60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`10bfeca0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ed`10bfece0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ed`10bfed20 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000ed`10bfed60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000ed`10bfedc0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`10bff6e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ed`10bff870 00007ff6`e045bd09     postgres!main(
000000ed`10bff8b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`10bff900 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ed`10fff4d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`10fff4e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ed`10fff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`10fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`113ff748 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ed`113ff750 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`113ff7c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ed`113ff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`113ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`117ffc18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`117ffc20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ed`117fff10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`117fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`11bffb28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`11bffb30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ed`11bffe20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`11bffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`903fee80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`903feec0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000026`903fef00 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000026`903fef40 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000026`903fef80 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000026`903fefe0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`903ff900 00007ff6`dfe4c618     postgres!PostmasterMain(
00000026`903ffa90 00007ff6`e045bd09     postgres!main(
00000026`903ffad0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`903ffb20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000026`907ff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`907ff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000026`907ff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`907ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`90bff548 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`90bff550 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000026`90bff840 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`90bff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`90fff5d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000026`90fff5e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`90fff650 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000026`90fff750 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`90fff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`913ffb38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`913ffb40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000026`913ffe30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`913ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f57ff6e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`f57ff720 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000da`f57ff760 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000da`f57ff790 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000da`f57ff800 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000da`f57ff870 00007ff6`e045bd09     postgres!main(
000000da`f57ff8b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`f57ff900 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000da`f57ff970 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000da`f57ff9a0 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000da`f5bff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f5bff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`f5bffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f5bffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f5fff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`f5fff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`f5fff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f5fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`f63ff6a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000da`f63ff6b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`f63ff720 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000da`f63ff820 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`f63ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b1fff080 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`b1fff0c0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d9`b1fff100 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d9`b1fff140 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d9`b1fff180 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d9`b1fff1e0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d9`b1fffb00 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d9`b1fffc90 00007ff6`e045bd09     postgres!main(
000000d9`b1fffcd0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d9`b1fffd20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d9`b23ff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`b23ff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d9`b23ff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b23ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b27ffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`b27ffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d9`b27ffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b27fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b2bffbe8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d9`b2bffbf0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`b2bffc60 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d9`b2bffd60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b2bffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b2fff588 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`b2fff590 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d9`b2fff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b2fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`f33febb0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000f`f33febf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000f`f33fec30 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000f`f33fec70 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000000f`f33fecb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000000f`f33fed10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000f`f33ff630 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000f`f33ff7c0 00007ff6`e045bd09     postgres!main(
0000000f`f33ff800 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000f`f33ff850 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000f`f37ff4d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`f37ff4e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000f`f37ff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`f37ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`f3bffc08 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000f`f3bffc10 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`f3bffc80 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000f`f3bffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`f3bffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`f3fff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`f3fff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000f`f3fff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`f3fff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`f43ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`f43ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000f`f43ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`f43ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b8bff050 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000038`b8bff090 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000038`b8bff0d0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000038`b8bff110 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000038`b8bff150 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000038`b8bff1b0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000038`b8bffad0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000038`b8bffc60 00007ff6`e045bd09     postgres!main(
00000038`b8bffca0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000038`b8bffcf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000038`b8fffb98 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b8fffba0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000038`b8fffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b8fffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b93ff6f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000038`b93ff700 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000038`b93ff770 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000038`b93ff870 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b93ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b97ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b97ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000038`b97ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b97ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000038`b9bff888 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000038`b9bff890 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000038`b9bffb80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000038`b9bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`041ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`041ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000c`041ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`041ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`031fed50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000c`031fed90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000c`031fedd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000c`031fee10 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000000c`031fee50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000000c`031feeb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000c`031ff7d0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000c`031ff960 00007ff6`e045bd09     postgres!main(
0000000c`031ff9a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000c`031ff9f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000c`035ff938 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`035ff940 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000c`035ffc30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`035ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`039ffad8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000c`039ffae0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000c`039ffb50 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000c`039ffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`039ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000c`03dff888 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000c`03dff890 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000c`03dffb80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000c`03dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6bfff938 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d3`6bfff940 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`6bfff9b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d3`6bfffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6bfffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6bbffb08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`6bbffb10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d3`6bbffe00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6bbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6b7fef60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`6b7fefa0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d3`6b7fefe0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d3`6b7ff020 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d3`6b7ff060 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d3`6b7ff0c0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`6b7ff9e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d3`6b7ffb70 00007ff6`e045bd09     postgres!main(
000000d3`6b7ffbb0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`6b7ffc00 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d3`6c7ff628 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`6c7ff630 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d3`6c7ff920 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6c7ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`6c3ffa08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`6c3ffa10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d3`6c3ffd00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`6c3ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bdfffb88 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000001c`bdfffb90 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`bdfffc00 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000001c`bdfffd00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bdfffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bdbffa78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`bdbffa80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001c`bdbffd70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bdbffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bd7ffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`bd7ffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001c`bd7ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`bd7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`bd3ff540 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`bd3ff580 00007ff6`e0054a81     postgres!ExceptionalCondition(
0000001c`bd3ff5c0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
0000001c`bd3ff5f0 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
0000001c`bd3ff660 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
0000001c`bd3ff6d0 00007ff6`e045bd09     postgres!main(
0000001c`bd3ff710 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`bd3ff760 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
0000001c`bd3ff7d0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
0000001c`bd3ff800 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
00000046`4a1ffc38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`4a1ffc40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000046`4a1fff30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`4a1fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`49dff538 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`49dff540 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000046`49dff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`49dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`499ff608 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000046`499ff610 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`499ff680 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000046`499ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`499ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`495ffc08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`495ffc10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000046`495fff00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`495fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`491fef80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`491fefc0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000046`491ff000 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000046`491ff040 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000046`491ff080 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000046`491ff0e0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`491ffa00 00007ff6`dfe4c618     postgres!PostmasterMain(
00000046`491ffb90 00007ff6`e045bd09     postgres!main(
00000046`491ffbd0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`491ffc20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000090`1affebe0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000090`1affec20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000090`1affec60 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000090`1affeca0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000090`1affece0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000090`1affed40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000090`1afff660 00007ff6`dfe4c618     postgres!PostmasterMain(
00000090`1afff7f0 00007ff6`e045bd09     postgres!main(
00000090`1afff830 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000090`1afff880 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000090`1b3ff708 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`1b3ff710 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000090`1b3ffa00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1b3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`1b7ff808 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000090`1b7ff810 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000090`1b7ff880 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000090`1b7ff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1b7ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`1bbffaf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`1bbffb00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000090`1bbffdf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1bbffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000090`1bfff468 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000090`1bfff470 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000090`1bfff760 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000090`1bfff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`5ddfeca0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d2`5ddfece0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d2`5ddfed20 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d2`5ddfed60 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d2`5ddfeda0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d2`5ddfee00 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d2`5ddff720 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d2`5ddff8b0 00007ff6`e045bd09     postgres!main(
000000d2`5ddff8f0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d2`5ddff940 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d2`5e1ff538 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`5e1ff540 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d2`5e1ff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`5e1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`5e5ff778 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d2`5e5ff780 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d2`5e5ff7f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d2`5e5ff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`5e5ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`5e9ff558 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`5e9ff560 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d2`5e9ff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`5e9ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d2`5edffba8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d2`5edffbb0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d2`5edffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d2`5edffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`b61febd0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004b`b61fec10 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000004b`b61fec50 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000004b`b61fec90 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000004b`b61fecd0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000004b`b61fed30 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004b`b61ff650 00007ff6`dfe4c618     postgres!PostmasterMain(
0000004b`b61ff7e0 00007ff6`e045bd09     postgres!main(
0000004b`b61ff820 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004b`b61ff870 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000004b`b65ff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`b65ff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004b`b65ffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`b65ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`b69ff698 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`b69ff6a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004b`b69ff990 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`b69ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`b6dff7f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000004b`b6dff800 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000004b`b6dff870 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000004b`b6dff970 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`b6dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004b`b71ff778 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004b`b71ff780 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004b`b71ffa70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004b`b71ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`51ffeb60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006e`51ffeba0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000006e`51ffebe0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000006e`51ffec20 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000006e`51ffec60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000006e`51ffecc0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006e`51fff5e0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000006e`51fff770 00007ff6`e045bd09     postgres!main(
0000006e`51fff7b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006e`51fff800 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000006e`523ff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`523ff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006e`523ffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`523ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`527ff998 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000006e`527ff9a0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`527ffa10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000006e`527ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`527ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`52bff878 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`52bff880 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006e`52bffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`52bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`52fff4e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`52fff4f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006e`52fff7e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`52fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`adfff880 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000042`adfff8c0 00007ff6`e0054a81     postgres!ExceptionalCondition(
00000042`adfff900 00007ff6`dff877e4     postgres!dsm_set_control_handle(
00000042`adfff930 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
00000042`adfff9a0 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
00000042`adfffa10 00007ff6`e045bd09     postgres!main(
00000042`adfffa50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000042`adfffaa0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000042`adfffb10 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000042`adfffb40 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
00000042`ae3ff8a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ae3ff8b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000042`ae3ffba0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ae3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`ae7ff518 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000042`ae7ff520 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000042`ae7ff810 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`ae7ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000042`aebffad8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000042`aebffae0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000042`aebffb50 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000042`aebffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000042`aebffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`3b3ff898 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`3b3ff8a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000016`3b3ffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`3b3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`3afff578 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`3afff580 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000016`3afff870 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`3afff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`3abff918 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000016`3abff920 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`3abff990 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000016`3abffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`3abffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`3a7ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`3a7ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000016`3a7ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`3a7ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`3a3fec50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`3a3fec90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000016`3a3fecd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000016`3a3fed10 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000016`3a3fed50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000016`3a3fedb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`3a3ff6d0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000016`3a3ff860 00007ff6`e045bd09     postgres!main(
00000016`3a3ff8a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`3a3ff8f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000036`b2dffa58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b2dffa60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`b2dffd50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b2dffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b21feb10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`b21feb50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000036`b21feb90 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000036`b21febd0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000036`b21fec10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000036`b21fec70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`b21ff590 00007ff6`dfe4c618     postgres!PostmasterMain(
00000036`b21ff720 00007ff6`e045bd09     postgres!main(
00000036`b21ff760 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`b21ff7b0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000036`b25ff968 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b25ff970 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`b25ffc60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b25ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b31ff478 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`b31ff480 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`b31ff770 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b31ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`b29ffc58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000036`b29ffc60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`b29ffcd0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000036`b29ffdd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`b29ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`bf1ff020 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000065`bf1ff060 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000065`bf1ff0a0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000065`bf1ff0e0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000065`bf1ff120 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000065`bf1ff180 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000065`bf1ffaa0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000065`bf1ffc30 00007ff6`e045bd09     postgres!main(
00000065`bf1ffc70 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000065`bf1ffcc0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000065`bf5ff728 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`bf5ff730 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000065`bf5ffa20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`bf5ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`bf9ff838 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`bf9ff840 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000065`bf9ffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`bf9ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`bfdff6a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`bfdff6b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000065`bfdff9a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`bfdff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c01ff788 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000065`c01ff790 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000065`c01ff800 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000065`c01ff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c01ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000065`c05ff578 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000065`c05ff580 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000065`c05ff870 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000065`c05ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`3dbfec40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`3dbfec80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ad`3dbfecc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ad`3dbfed00 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ad`3dbfed40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ad`3dbfeda0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ad`3dbff6c0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ad`3dbff850 00007ff6`e045bd09     postgres!main(
000000ad`3dbff890 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`3dbff8e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ad`3dfffa58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`3dfffa60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ad`3dfffd50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`3dfffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`3e3ffbc8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ad`3e3ffbd0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`3e3ffc40 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ad`3e3ffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`3e3ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`3e7ff898 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`3e7ff8a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ad`3e7ffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`3e7ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`3ebff908 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`3ebff910 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ad`3ebffc00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`3ebffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e7fff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e7fff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000053`e7fff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e7fff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e6ffeaf0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`e6ffeb30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000053`e6ffeb70 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000053`e6ffebb0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000053`e6ffebf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000053`e6ffec50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`e6fff570 00007ff6`dfe4c618     postgres!PostmasterMain(
00000053`e6fff700 00007ff6`e045bd09     postgres!main(
00000053`e6fff740 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`e6fff790 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000053`e73ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e73ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000053`e73ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e73ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e77ffc88 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000053`e77ffc90 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000053`e77ffd00 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000053`e77ffe00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e77ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`e7bff958 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`e7bff960 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000053`e7bffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`e7bffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`ca5feb30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d3`ca5feb70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d3`ca5febb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d3`ca5febf0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000d3`ca5fec30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000d3`ca5fec90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d3`ca5ff5b0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d3`ca5ff740 00007ff6`e045bd09     postgres!main(
000000d3`ca5ff780 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d3`ca5ff7d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d3`ca9ff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`ca9ff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d3`ca9ff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`ca9ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`cadffc38 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d3`cadffc40 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d3`cadffcb0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d3`cadffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`cadffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`cb1ff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`cb1ff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d3`cb1ff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`cb1ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d3`cb5ff798 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d3`cb5ff7a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d3`cb5ffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d3`cb5ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`431fea50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000012`431fea90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000012`431fead0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000012`431feb10 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000012`431feb50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000012`431febb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000012`431ff4d0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000012`431ff660 00007ff6`e045bd09     postgres!main(
00000012`431ff6a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000012`431ff6f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000012`435ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`435ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000012`435ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`435ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`439ffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`439ffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000012`439ffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`439ffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`43dff9b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000012`43dff9c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000012`43dffa30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000012`43dffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`43dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000012`441ffa98 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000012`441ffaa0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000012`441ffd90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000012`441ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`e6bfee00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`e6bfee40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000cd`e6bfee80 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000cd`e6bfeec0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000cd`e6bfef00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000cd`e6bfef60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`e6bff880 00007ff6`dfe4c618     postgres!PostmasterMain(
000000cd`e6bffa10 00007ff6`e045bd09     postgres!main(
000000cd`e6bffa50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`e6bffaa0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000cd`e6fff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`e6fff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cd`e6fff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`e6fff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`e73ffa18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cd`e73ffa20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`e73ffa90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cd`e73ffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`e73ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`e77ffa08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`e77ffa10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cd`e77ffd00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`e77ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`e7bffac8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`e7bffad0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cd`e7bffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`e7bffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`d71fec40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`d71fec80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c2`d71fecc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c2`d71fed00 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000c2`d71fed40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000c2`d71feda0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`d71ff6c0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c2`d71ff850 00007ff6`e045bd09     postgres!main(
000000c2`d71ff890 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`d71ff8e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c2`d75ff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`d75ff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`d75ff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`d75ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`d81ff8e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`d81ff8f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`d81ffbe0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`d81ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`d7dff528 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`d7dff530 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`d7dff820 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`d7dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`d79ffd18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c2`d79ffd20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`d79ffd90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c2`d79ffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`d79ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`c4fffa68 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000fb`c4fffa70 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`c4fffae0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000fb`c4fffbe0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`c4fffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`c3ffe9e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`c3ffea20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000fb`c3ffea60 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000fb`c3ffeaa0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000fb`c3ffeae0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000fb`c3ffeb40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`c3fff460 00007ff6`dfe4c618     postgres!PostmasterMain(
000000fb`c3fff5f0 00007ff6`e045bd09     postgres!main(
000000fb`c3fff630 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`c3fff680 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000fb`c43ffa48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`c43ffa50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`c43ffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`c43ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`c47ff538 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`c47ff540 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`c47ff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`c47ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`c4bffb88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`c4bffb90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`c4bffe80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`c4bffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`c53ff668 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`c53ff670 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`c53ff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`c53ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`b5fff498 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`b5fff4a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`b5fff790 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`b5fff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`b5bff5c8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007c`b5bff5d0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`b5bff640 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007c`b5bff740 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`b5bff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`b4bfef90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`b4bfefd0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007c`b4bff010 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007c`b4bff050 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007c`b4bff090 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007c`b4bff0f0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`b4bffa10 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007c`b4bffba0 00007ff6`e045bd09     postgres!main(
0000007c`b4bffbe0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`b4bffc30 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007c`b4fff558 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`b4fff560 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`b4fff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`b4fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`b53ffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`b53ffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`b53ffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`b53ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`b57ff4a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`b57ff4b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`b57ff7a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`b57ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`cf7fed70 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000073`cf7fedb0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000073`cf7fedf0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000073`cf7fee30 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000073`cf7fee70 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000073`cf7feed0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000073`cf7ff7f0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000073`cf7ff980 00007ff6`e045bd09     postgres!main(
00000073`cf7ff9c0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000073`cf7ffa10 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000073`d07ffc38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`d07ffc40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000073`d07fff30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`d07fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`d03ff4b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`d03ff4c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000073`d03ff7b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`d03ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`cffff708 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000073`cffff710 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000073`cffff780 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000073`cffff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`cffff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000073`cfbff638 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000073`cfbff640 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000073`cfbff930 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000073`cfbff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`577ff8d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`577ff8e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f4`577ffbd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`577ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`573ffb98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000f4`573ffba0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000f4`573ffc10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000f4`573ffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`573ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`56fff518 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`56fff520 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f4`56fff810 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`56fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`56bff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f4`56bff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f4`56bffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f4`56bffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f4`567feeb0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f4`567feef0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000f4`567fef30 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000f4`567fef70 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000f4`567fefb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000f4`567ff010 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f4`567ff930 00007ff6`dfe4c618     postgres!PostmasterMain(
000000f4`567ffac0 00007ff6`e045bd09     postgres!main(
000000f4`567ffb00 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f4`567ffb50 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000048`86bffa58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`86bffa60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000048`86bffd50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`86bffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`863feb10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000048`863feb50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000048`863feb90 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000048`863febd0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000048`863fec10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000048`863fec70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000048`863ff590 00007ff6`dfe4c618     postgres!PostmasterMain(
00000048`863ff720 00007ff6`e045bd09     postgres!main(
00000048`863ff760 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000048`863ff7b0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000048`873ff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`873ff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000048`873ff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`873ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`86fffcf8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000048`86fffd00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000048`86fffd70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000048`86fffe70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`86fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000048`867ffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000048`867ffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000048`867ffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000048`867ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`59bff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`59bff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000d`59bff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`59bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`597fed90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000d`597fedd0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000d`597fee10 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000d`597fee50 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000000d`597fee90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000000d`597feef0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000d`597ff810 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000d`597ff9a0 00007ff6`e045bd09     postgres!main(
0000000d`597ff9e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000d`597ffa30 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000d`5a7ff468 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`5a7ff470 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000d`5a7ff760 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`5a7ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`5a3ff888 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`5a3ff890 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000d`5a3ffb80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`5a3ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`59fffb28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000d`59fffb30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`59fffba0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000d`59fffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`59fffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`39fff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`39fff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ed`39fff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`39fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`393ffa28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`393ffa30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ed`393ffd20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`393ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`38fff0e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ed`38fff120 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ed`38fff160 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ed`38fff1a0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000ed`38fff1e0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000ed`38fff240 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ed`38fffb60 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ed`38fffcf0 00007ff6`e045bd09     postgres!main(
000000ed`38fffd30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ed`38fffd80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ed`397ffa18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ed`397ffa20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ed`397ffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`397ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ed`39bff648 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ed`39bff650 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ed`39bff6c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ed`39bff7c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ed`39bff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`d33ffbc8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`d33ffbd0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004f`d33ffec0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`d33ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`d23fece0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004f`d23fed20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000004f`d23fed60 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000004f`d23feda0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000004f`d23fede0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000004f`d23fee40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004f`d23ff760 00007ff6`dfe4c618     postgres!PostmasterMain(
0000004f`d23ff8f0 00007ff6`e045bd09     postgres!main(
0000004f`d23ff930 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004f`d23ff980 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000004f`d27ff448 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`d27ff450 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004f`d27ff740 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`d27ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`d2bff778 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000004f`d2bff780 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000004f`d2bff7f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000004f`d2bff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`d2bff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004f`d2fff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004f`d2fff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004f`d2fff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004f`d2fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a87ff988 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000002f`a87ff990 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000002f`a87ffa00 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000002f`a87ffb00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a87ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a7bfed40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002f`a7bfed80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000002f`a7bfedc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000002f`a7bfee00 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000002f`a7bfee40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000002f`a7bfeea0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000002f`a7bff7c0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000002f`a7bff950 00007ff6`e045bd09     postgres!main(
0000002f`a7bff990 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000002f`a7bff9e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000002f`a7fff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a7fff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002f`a7fffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a7fffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a83ff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a83ff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002f`a83ffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a83ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002f`a8bff468 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002f`a8bff470 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000002f`a8bff760 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002f`a8bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`dcdff838 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`dcdff840 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000e`dcdffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`dcdffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`dd5ff858 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`dd5ff860 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000e`dd5ffb50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`dd5ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`dd1ff978 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000e`dd1ff980 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000e`dd1ff9f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000e`dd1ffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`dd1ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`dc9ff5b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000e`dc9ff5c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000e`dc9ff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000e`dc9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000e`dc5fec20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000e`dc5fec60 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000e`dc5feca0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000e`dc5fece0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000000e`dc5fed20 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000000e`dc5fed80 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000e`dc5ff6a0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000e`dc5ff830 00007ff6`e045bd09     postgres!main(
0000000e`dc5ff870 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000e`dc5ff8c0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000062`e47ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`e47ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`e47ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`e47ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`e4bff928 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`e4bff930 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`e4bffc20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`e4bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`e53ff948 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000062`e53ff950 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000062`e53ff9c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000062`e53ffac0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`e53ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`e4fff4d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`e4fff4e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`e4fff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`e4fff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`e57ff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000062`e57ff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000062`e57ff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000062`e57ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000062`e43fe9e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000062`e43fea20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000062`e43fea60 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000062`e43feaa0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000062`e43feae0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000062`e43feb40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000062`e43ff460 00007ff6`dfe4c618     postgres!PostmasterMain(
00000062`e43ff5f0 00007ff6`e045bd09     postgres!main(
00000062`e43ff630 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000062`e43ff680 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000007`6fdffb88 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000007`6fdffb90 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000007`6fdffc00 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000007`6fdffd00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`6fdffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`6edfeb70 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000007`6edfebb0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000007`6edfebf0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000007`6edfec30 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000007`6edfec70 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000007`6edfecd0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000007`6edff5f0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000007`6edff780 00007ff6`e045bd09     postgres!main(
00000007`6edff7c0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000007`6edff810 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000007`6f1ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`6f1ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000007`6f1ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`6f1ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`6f5ff838 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`6f5ff840 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000007`6f5ffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`6f5ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`6f9ffb68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`6f9ffb70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000007`6f9ffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`6f9ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000007`701ffa48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000007`701ffa50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000007`701ffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000007`701ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`35dff9e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`35dff9f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a7`35dffce0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`35dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`351ff6d0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a7`351ff710 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000a7`351ff750 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000a7`351ff780 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000a7`351ff7f0 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000a7`351ff860 00007ff6`e045bd09     postgres!main(
000000a7`351ff8a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a7`351ff8f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000a7`351ff960 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000a7`351ff990 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000a7`355ff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`355ff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a7`355ff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`355ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`359ffa58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a7`359ffa60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a7`359ffd50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`359ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a7`361ffa58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a7`361ffa60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a7`361ffad0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a7`361ffbd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a7`361ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a1dff8b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a1dff8c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000026`a1dffbb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a1dffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a11fec30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000026`a11fec70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000026`a11fecb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000026`a11fecf0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000026`a11fed30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000026`a11fed90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000026`a11ff6b0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000026`a11ff840 00007ff6`e045bd09     postgres!main(
00000026`a11ff880 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000026`a11ff8d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000026`a15ffb38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a15ffb40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000026`a15ffe30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a15ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a19ffca8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000026`a19ffcb0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000026`a19ffd20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000026`a19ffe20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a19ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000026`a21ff6f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000026`a21ff700 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000026`a21ff9f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000026`a21ffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`0f9ffc20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`0f9ffc60 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000dd`0f9ffca0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000dd`0f9ffcd0 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000dd`0f9ffd40 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000dd`0f9ffdb0 00007ff6`e045bd09     postgres!main(
000000dd`0f9ffdf0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`0f9ffe40 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`0f9ffeb0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`0f9ffee0 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000dd`0fdffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`0fdffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dd`0fdffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`0fdffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`101ffd68 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000dd`101ffd70 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`101ffde0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000dd`101ffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`101fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`105ff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`105ff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dd`105ffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`105ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c51ffa98 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`c51ffaa0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d0`c51ffd90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c51ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c41fee20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d0`c41fee60 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d0`c41feea0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d0`c41feee0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000d0`c41fef20 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000d0`c41fef80 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d0`c41ff8a0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d0`c41ffa30 00007ff6`e045bd09     postgres!main(
000000d0`c41ffa70 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d0`c41ffac0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d0`c45ffb88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`c45ffb90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d0`c45ffe80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c45ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c49ffbd8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d0`c49ffbe0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d0`c49ffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c49fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d0`c4dff7f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d0`c4dff800 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d0`c4dff870 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d0`c4dff970 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d0`c4dff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`36dff8a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`36dff8b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b4`36dffba0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`36dffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`379ff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`379ff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b4`379ff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`379ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`375ff6b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`375ff6c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b4`375ff9b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`375ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`369ff180 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`369ff1c0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b4`369ff200 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b4`369ff240 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000b4`369ff280 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000b4`369ff2e0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b4`369ffc00 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b4`369ffd90 00007ff6`e045bd09     postgres!main(
000000b4`369ffdd0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b4`369ffe20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000b4`371ffb18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b4`371ffb20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`371ffb90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b4`371ffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`371ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`64fffc98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c8`64fffca0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`64fffd10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c8`64fffe10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`64fffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`643fea90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`643fead0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c8`643feb10 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c8`643feb50 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000c8`643feb90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000c8`643febf0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`643ff510 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c8`643ff6a0 00007ff6`e045bd09     postgres!main(
000000c8`643ff6e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`643ff730 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c8`647ff608 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`647ff610 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`647ff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`647ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`64bff928 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`64bff930 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`64bffc20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`64bffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`653ffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`653ffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`653ffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`653ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`7cffea50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`7cffea90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000027`7cffead0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000027`7cffeb10 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000027`7cffeb50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000027`7cffebb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`7cfff4d0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000027`7cfff660 00007ff6`e045bd09     postgres!main(
00000027`7cfff6a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`7cfff6f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000027`7dfff778 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`7dfff780 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`7dfffa70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`7dfffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`7dbff748 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000027`7dbff750 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`7dbff7c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000027`7dbff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`7dbff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`7d3ff918 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`7d3ff920 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`7d3ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`7d3ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`7d7ffa68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`7d7ffa70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`7d7ffd60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`7d7ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`089ff588 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`089ff590 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`089ff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`089ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`085fef80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`085fefc0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000079`085ff000 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000079`085ff040 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000079`085ff080 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000079`085ff0e0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`085ffa00 00007ff6`dfe4c618     postgres!PostmasterMain(
00000079`085ffb90 00007ff6`e045bd09     postgres!main(
00000079`085ffbd0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`085ffc20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000079`08dff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`08dff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`08dff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`08dff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`091ffba8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000079`091ffbb0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`091ffc20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000079`091ffd20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`091ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`095ffaa8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`095ffab0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`095ffda0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`095ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`ad9ffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`ad9ffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ab`ad9ffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`ad9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`ac9feb30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ab`ac9feb70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ab`ac9febb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ab`ac9febf0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ab`ac9fec30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ab`ac9fec90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ab`ac9ff5b0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ab`ac9ff740 00007ff6`e045bd09     postgres!main(
000000ab`ac9ff780 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ab`ac9ff7d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ab`acdff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`acdff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ab`acdff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`acdff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`ad1ff8c8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ab`ad1ff8d0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ab`ad1ff940 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ab`ad1ffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`ad1ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ab`ad5ff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ab`ad5ff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ab`ad5ff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ab`ad5ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`edfffa18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`edfffa20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ce`edfffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`edfffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`ed3febb0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`ed3febf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ce`ed3fec30 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ce`ed3fec70 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000ce`ed3fecb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000ce`ed3fed10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`ed3ff630 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ce`ed3ff7c0 00007ff6`e045bd09     postgres!main(
000000ce`ed3ff800 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`ed3ff850 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ce`ed7ff558 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`ed7ff560 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ce`ed7ff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`ed7ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`edbffb28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ce`edbffb30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`edbffba0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ce`edbffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`edbffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`ee3ff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`ee3ff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ce`ee3ffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`ee3ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`315ff728 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`315ff730 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000054`315ffa20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`315ffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`309feb30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`309feb70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000054`309febb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000054`309febf0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000054`309fec30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000054`309fec90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000054`309ff5b0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000054`309ff740 00007ff6`e045bd09     postgres!main(
00000054`309ff780 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`309ff7d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000054`30dff618 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`30dff620 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000054`30dff910 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`30dff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`311ff978 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000054`311ff980 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000054`311ff9f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000054`311ffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`311ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`319ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`319ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000054`319ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`319ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`89fff758 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`89fff760 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`89fffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`89fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`8a3ff498 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`8a3ff4a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`8a3ff790 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`8a3ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`89bffc28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000084`89bffc30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`89bffca0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000084`89bffda0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`89bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`897ffb78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`897ffb80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`897ffe70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`897ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`893fec70 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`893fecb0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000084`893fecf0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000084`893fed30 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000084`893fed70 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000084`893fedd0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`893ff6f0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000084`893ff880 00007ff6`e045bd09     postgres!main(
00000084`893ff8c0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`893ff910 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000060`6adfef80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000060`6adfefc0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000060`6adff000 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000060`6adff040 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000060`6adff080 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000060`6adff0e0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000060`6adffa00 00007ff6`dfe4c618     postgres!PostmasterMain(
00000060`6adffb90 00007ff6`e045bd09     postgres!main(
00000060`6adffbd0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000060`6adffc20 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000060`6bdff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`6bdff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000060`6bdffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`6bdffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`6b9ff588 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`6b9ff590 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000060`6b9ff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`6b9ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`6b5ffa88 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000060`6b5ffa90 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000060`6b5ffb00 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000060`6b5ffc00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`6b5ffc30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000060`6b1ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000060`6b1ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000060`6b1ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000060`6b1ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b2bff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`b2bff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c5`b2bff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b2bff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b1bff020 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c5`b1bff060 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c5`b1bff0a0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c5`b1bff0e0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000c5`b1bff120 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000c5`b1bff180 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c5`b1bffaa0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c5`b1bffc30 00007ff6`e045bd09     postgres!main(
000000c5`b1bffc70 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c5`b1bffcc0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c5`b1fff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`b1fff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c5`b1fffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b1fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b27ff858 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c5`b27ff860 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c5`b27ff8d0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c5`b27ff9d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b27ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c5`b23ff768 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c5`b23ff770 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c5`b23ffa60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c5`b23ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`101ff7d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`101ff7e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`101ffad0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`101ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`0f5fefe0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000fb`0f5ff020 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000fb`0f5ff060 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000fb`0f5ff0a0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000fb`0f5ff0e0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000fb`0f5ff140 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000fb`0f5ffa60 00007ff6`dfe4c618     postgres!PostmasterMain(
000000fb`0f5ffbf0 00007ff6`e045bd09     postgres!main(
000000fb`0f5ffc30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000fb`0f5ffc80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000fb`0f9ff6e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`0f9ff6f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`0f9ff9e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`0f9ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`0fdffa18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000fb`0fdffa20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000fb`0fdffa90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000fb`0fdffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`0fdffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000fb`105ffb48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000fb`105ffb50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000fb`105ffe40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000fb`105ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`b0dff6d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`b0dff6e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000031`b0dff9d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`b0dffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`afdfebd0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000031`afdfec10 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000031`afdfec50 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000031`afdfec90 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000031`afdfecd0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000031`afdfed30 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000031`afdff650 00007ff6`dfe4c618     postgres!PostmasterMain(
00000031`afdff7e0 00007ff6`e045bd09     postgres!main(
00000031`afdff820 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000031`afdff870 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000031`b01ff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`b01ff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000031`b01ffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`b01ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`b05ff858 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000031`b05ff860 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000031`b05ffb50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`b05ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000031`b09ff768 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000031`b09ff770 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000031`b09ff7e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000031`b09ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000031`b09ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7d1ffba0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cf`7d1ffbe0 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000cf`7d1ffc20 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000cf`7d1ffc50 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000cf`7d1ffcc0 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000cf`7d1ffd30 00007ff6`e045bd09     postgres!main(
000000cf`7d1ffd70 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cf`7d1ffdc0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cf`7d1ffe30 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cf`7d1ffe60 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000cf`7d5ff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7d5ff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cf`7d5ff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7d5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7d9ff548 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cf`7d9ff550 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cf`7d9ff840 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7d9ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cf`7ddff838 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cf`7ddff840 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cf`7ddff8b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cf`7ddff9b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cf`7ddff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`41bfeec0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003a`41bfef00 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000003a`41bfef40 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000003a`41bfef80 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000003a`41bfefc0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000003a`41bff020 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003a`41bff940 00007ff6`dfe4c618     postgres!PostmasterMain(
0000003a`41bffad0 00007ff6`e045bd09     postgres!main(
0000003a`41bffb10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003a`41bffb60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000003a`427ff668 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`427ff670 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003a`427ff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`427ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`423ffb18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000003a`423ffb20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000003a`423ffb90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000003a`423ffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`423ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`41fffc08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`41fffc10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003a`41ffff00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`41ffff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003a`42bff698 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003a`42bff6a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003a`42bff990 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003a`42bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`b11ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`b11ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000005`b11ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`b11ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`b19ffa98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000005`b19ffaa0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000005`b19ffb10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000005`b19ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`b19ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`b1dffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`b1dffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000005`b1dffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`b1dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000005`b0dff140 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000005`b0dff180 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000005`b0dff1c0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000005`b0dff200 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000005`b0dff240 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000005`b0dff2a0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000005`b0dffbc0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000005`b0dffd50 00007ff6`e045bd09     postgres!main(
00000005`b0dffd90 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000005`b0dffde0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000005`b15ffc28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000005`b15ffc30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000005`b15fff20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000005`b15fff50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f0bff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`f0bff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b2`f0bff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f0bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f0fff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`f0fff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b2`f0fffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f0fffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f03ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b2`f03ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b2`f03ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f03ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`f07ff698 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b2`f07ff6a0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b2`f07ff710 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b2`f07ff810 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b2`f07ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b2`efffea60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b2`efffeaa0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b2`efffeae0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b2`efffeb20 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000b2`efffeb60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000b2`efffebc0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b2`effff4e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b2`effff670 00007ff6`e045bd09     postgres!main(
000000b2`effff6b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b2`effff700 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000019`b8bff938 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000019`b8bff940 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000019`b8bff9b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000019`b8bffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b8bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b7ffef40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000019`b7ffef80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000019`b7ffefc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000019`b7fff000 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000019`b7fff040 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000019`b7fff0a0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000019`b7fff9c0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000019`b7fffb50 00007ff6`e045bd09     postgres!main(
00000019`b7fffb90 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000019`b7fffbe0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000019`b83ffc38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b83ffc40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000019`b83fff30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b83fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b87ff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b87ff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000019`b87ff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b87ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000019`b8fff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000019`b8fff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000019`b8fff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000019`b8fff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`6c7ffbd8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`6c7ffbe0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d4`6c7ffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`6c7fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`6cbffb28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d4`6cbffb30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d4`6cbffba0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d4`6cbffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`6cbffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`6cfff8d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`6cfff8e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d4`6cfffbd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`6cfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d4`6c3fed40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d4`6c3fed80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d4`6c3fedc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d4`6c3fee00 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d4`6c3fee40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d4`6c3feea0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d4`6c3ff7c0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d4`6c3ff950 00007ff6`e045bd09     postgres!main(
000000d4`6c3ff990 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d4`6c3ff9e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d4`6d3ff708 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d4`6d3ff710 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d4`6d3ffa00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d4`6d3ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`905ff4c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`905ff4d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000df`905ff7c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`905ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`901fed10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000df`901fed50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000df`901fed90 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000df`901fedd0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000df`901fee10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000df`901fee70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000df`901ff790 00007ff6`dfe4c618     postgres!PostmasterMain(
000000df`901ff920 00007ff6`e045bd09     postgres!main(
000000df`901ff960 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000df`901ff9b0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000df`909ffa28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000df`909ffa30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000df`909ffaa0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000df`909ffba0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`909ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`90dffa28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`90dffa30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000df`90dffd20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`90dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000df`911ff4b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000df`911ff4c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000df`911ff7b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000df`911ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`ef7ff5f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`ef7ff600 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a3`ef7ff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`ef7ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`efbffad8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a3`efbffae0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a3`efbffb50 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a3`efbffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`efbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`effff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`effff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a3`effff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`effff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`f03ff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a3`f03ff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a3`f03ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a3`f03ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a3`ef3fede0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a3`ef3fee20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a3`ef3fee60 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a3`ef3feea0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a3`ef3feee0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a3`ef3fef40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a3`ef3ff860 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a3`ef3ff9f0 00007ff6`e045bd09     postgres!main(
000000a3`ef3ffa30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a3`ef3ffa80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000004e`c1fffbd8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c1fffbe0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004e`c1fffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c1ffff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c23ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c23ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004e`c23ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c23ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c27ffaf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c27ffb00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004e`c27ffdf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c27ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c2bff6d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000004e`c2bff6e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000004e`c2bff750 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000004e`c2bff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c2bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c2fffb38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004e`c2fffb40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000004e`c2fffe30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004e`c2fffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004e`c1bff0c0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000004e`c1bff100 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000004e`c1bff140 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000004e`c1bff180 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000004e`c1bff1c0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000004e`c1bff220 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000004e`c1bffb40 00007ff6`dfe4c618     postgres!PostmasterMain(
0000004e`c1bffcd0 00007ff6`e045bd09     postgres!main(
0000004e`c1bffd10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000004e`c1bffd60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000b1`aebfef60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`aebfefa0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b1`aebfefe0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b1`aebff020 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000b1`aebff060 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000b1`aebff0c0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`aebff9e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b1`aebffb70 00007ff6`e045bd09     postgres!main(
000000b1`aebffbb0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`aebffc00 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000b1`aefff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`aefff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b1`aefff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`aefff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`af3ff5f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b1`af3ff600 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`af3ff670 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b1`af3ff770 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`af3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`af7ff768 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`af7ff770 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b1`af7ffa60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`af7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`afbff708 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`afbff710 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b1`afbffa00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`afbffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`55fff090 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`55fff0d0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000dc`55fff110 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000dc`55fff150 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000dc`55fff190 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000dc`55fff1f0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`55fffb10 00007ff6`dfe4c618     postgres!PostmasterMain(
000000dc`55fffca0 00007ff6`e045bd09     postgres!main(
000000dc`55fffce0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`55fffd30 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000dc`563ffc38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`563ffc40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`563fff30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`563fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`567ff5d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000dc`567ff5e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`567ff650 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000dc`567ff750 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`567ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`56bffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`56bffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`56bffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`56bffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`56fff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`56fff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`56fffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`56fffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`725feb50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001b`725feb90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000001b`725febd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000001b`725fec10 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000001b`725fec50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000001b`725fecb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001b`725ff5d0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000001b`725ff760 00007ff6`e045bd09     postgres!main(
0000001b`725ff7a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001b`725ff7f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000001b`729ffb88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`729ffb90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001b`729ffe80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`729ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`735ffc38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`735ffc40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001b`735fff30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`735fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`731ff928 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000001b`731ff930 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000001b`731ff9a0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000001b`731ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`731ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001b`72dff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001b`72dff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001b`72dffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001b`72dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`1a9ff908 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000043`1a9ff910 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000043`1a9ff980 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000043`1a9ffa80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`1a9ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`1a1ff0f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000043`1a1ff130 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000043`1a1ff170 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000043`1a1ff1b0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000043`1a1ff1f0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000043`1a1ff250 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000043`1a1ffb70 00007ff6`dfe4c618     postgres!PostmasterMain(
00000043`1a1ffd00 00007ff6`e045bd09     postgres!main(
00000043`1a1ffd40 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000043`1a1ffd90 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000043`1b1ff948 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`1b1ff950 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000043`1b1ffc40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`1b1ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`1adff898 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`1adff8a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000043`1adffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`1adffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000043`1a5ff708 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000043`1a5ff710 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000043`1a5ffa00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000043`1a5ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`25dff6d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000057`25dff6e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000057`25dff750 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000057`25dff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`25dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`259ff488 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`259ff490 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000057`259ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`259ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`255ff808 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`255ff810 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000057`255ffb00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`255ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`251ff840 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000057`251ff880 00007ff6`e0054a81     postgres!ExceptionalCondition(
00000057`251ff8c0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
00000057`251ff8f0 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
00000057`251ff960 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
00000057`251ff9d0 00007ff6`e045bd09     postgres!main(
00000057`251ffa10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000057`251ffa60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000057`251ffad0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000057`251ffb00 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000b6`65dff6d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b6`65dff6e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b6`65dff750 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b6`65dff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`65dff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`661ff988 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`661ff990 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b6`661ffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`661ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`659ff668 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`659ff670 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b6`659ff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`659ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`655ff868 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b6`655ff870 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b6`655ffb60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b6`655ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b6`651feee0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b6`651fef20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b6`651fef60 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b6`651fefa0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000b6`651fefe0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000b6`651ff040 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b6`651ff960 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b6`651ffaf0 00007ff6`e045bd09     postgres!main(
000000b6`651ffb30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b6`651ffb80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000063`3c9ff738 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000063`3c9ff740 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000063`3c9ff7b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000063`3c9ff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3c9ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3cdff808 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3cdff810 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000063`3cdffb00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3cdffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3d1ff4b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3d1ff4c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000063`3d1ff7b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3d1ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000063`3c1ff130 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000063`3c1ff170 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000063`3c1ff1b0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000063`3c1ff1f0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000063`3c1ff230 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000063`3c1ff290 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000063`3c1ffbb0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000063`3c1ffd40 00007ff6`e045bd09     postgres!main(
00000063`3c1ffd80 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000063`3c1ffdd0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000063`3c5ffb68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000063`3c5ffb70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000063`3c5ffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000063`3c5ffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c3fffa98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000003c`c3fffaa0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`c3fffb10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000003c`c3fffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c3fffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c43ffb38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`c43ffb40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`c43ffe30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c43ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c3bff778 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`c3bff780 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`c3bffa70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c3bffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c37ffb78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`c37ffb80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000003c`c37ffe70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`c37ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`c33ff040 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`c33ff080 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000003c`c33ff0c0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000003c`c33ff100 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000003c`c33ff140 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000003c`c33ff1a0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000003c`c33ffac0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000003c`c33ffc50 00007ff6`e045bd09     postgres!main(
0000003c`c33ffc90 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000003c`c33ffce0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000dc`187ff6d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000dc`187ff6e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000dc`187ff750 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000dc`187ff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`187ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`18bff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`18bff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`18bffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`18bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`183ff568 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`183ff570 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`183ff860 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`183ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`17fffb58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`17fffb60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`17fffe50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`17fffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`17bff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dc`17bff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dc`17bff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dc`17bff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dc`177ff0c0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dc`177ff100 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000dc`177ff140 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000dc`177ff180 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000dc`177ff1c0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000dc`177ff220 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000dc`177ffb40 00007ff6`dfe4c618     postgres!PostmasterMain(
000000dc`177ffcd0 00007ff6`e045bd09     postgres!main(
000000dc`177ffd10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dc`177ffd60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000cd`a4fff978 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`a4fff980 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cd`a4fffc70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`a4fffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`a43ff7b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`a43ff7c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cd`a43ffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`a43ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`a3ffea90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cd`a3ffead0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000cd`a3ffeb10 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000cd`a3ffeb50 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000cd`a3ffeb90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000cd`a3ffebf0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cd`a3fff510 00007ff6`dfe4c618     postgres!PostmasterMain(
000000cd`a3fff6a0 00007ff6`e045bd09     postgres!main(
000000cd`a3fff6e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cd`a3fff730 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000cd`a47ffb78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cd`a47ffb80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cd`a47ffe70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`a47ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cd`a4bff938 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cd`a4bff940 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cd`a4bff9b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cd`a4bffab0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cd`a4bffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`703ff9e8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000080`703ff9f0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`703ffa60 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000080`703ffb60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`703ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`6f7fe9e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`6f7fea20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000080`6f7fea60 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000080`6f7feaa0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000080`6f7feae0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000080`6f7feb40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`6f7ff460 00007ff6`dfe4c618     postgres!PostmasterMain(
00000080`6f7ff5f0 00007ff6`e045bd09     postgres!main(
00000080`6f7ff630 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`6f7ff680 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000080`6fbff448 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`6fbff450 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`6fbff740 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`6fbff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`6ffff5f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`6ffff600 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`6ffff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`6ffff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`707ff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`707ff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`707ffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`707ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`2e1ff9b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c1`2e1ff9c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c1`2e1ffa30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c1`2e1ffb30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`2e1ffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`2d5fec60 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c1`2d5feca0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c1`2d5fece0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c1`2d5fed20 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000c1`2d5fed60 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000c1`2d5fedc0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c1`2d5ff6e0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c1`2d5ff870 00007ff6`e045bd09     postgres!main(
000000c1`2d5ff8b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c1`2d5ff900 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c1`2d9ff4c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`2d9ff4d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c1`2d9ff7c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`2d9ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`2ddffb08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`2ddffb10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c1`2ddffe00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`2ddffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c1`2e5ffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c1`2e5ffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c1`2e5ffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c1`2e5ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f53feda0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f6`f53fede0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000f6`f53fee20 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000f6`f53fee60 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000f6`f53feea0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000f6`f53fef00 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f6`f53ff820 00007ff6`dfe4c618     postgres!PostmasterMain(
000000f6`f53ff9b0 00007ff6`e045bd09     postgres!main(
000000f6`f53ff9f0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f6`f53ffa40 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000f6`f57ff4e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`f57ff4f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f6`f57ff7e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f57ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f5bff948 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`f5bff950 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f6`f5bffc40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f5bffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f5fff768 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000f6`f5fff770 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000f6`f5fff7e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000f6`f5fff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f5fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f6`f63ff548 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f6`f63ff550 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f6`f63ff840 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f6`f63ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`8c5ff100 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000079`8c5ff140 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000079`8c5ff180 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000079`8c5ff1c0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000079`8c5ff200 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000079`8c5ff260 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000079`8c5ffb80 00007ff6`dfe4c618     postgres!PostmasterMain(
00000079`8c5ffd10 00007ff6`e045bd09     postgres!main(
00000079`8c5ffd50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000079`8c5ffda0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000079`8c9ff758 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`8c9ff760 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`8c9ffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`8c9ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`8cdffb48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000079`8cdffb50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000079`8cdffbc0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000079`8cdffcc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`8cdffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`8d1ff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`8d1ff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`8d1ffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`8d1ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000079`8d5ffb98 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000079`8d5ffba0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000079`8d5ffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000079`8d5ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`055ffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`055ffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`055ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`055fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`05dff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`05dff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`05dff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`05dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`04dfecb0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000027`04dfecf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000027`04dfed30 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000027`04dfed70 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000027`04dfedb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000027`04dfee10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000027`04dff730 00007ff6`dfe4c618     postgres!PostmasterMain(
00000027`04dff8c0 00007ff6`e045bd09     postgres!main(
00000027`04dff900 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000027`04dff950 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000027`051ff788 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000027`051ff790 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000027`051ffa80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`051ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000027`059ff6f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000027`059ff700 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000027`059ff770 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000027`059ff870 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000027`059ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b1dfeed0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000a`b1dfef10 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000000a`b1dfef50 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000000a`b1dfef90 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000000a`b1dfefd0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000000a`b1dff030 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000000a`b1dff950 00007ff6`dfe4c618     postgres!PostmasterMain(
0000000a`b1dffae0 00007ff6`e045bd09     postgres!main(
0000000a`b1dffb20 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000000a`b1dffb70 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000000a`b21ff5b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`b21ff5c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000a`b21ff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b21ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b25ffad8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000000a`b25ffae0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000000a`b25ffb50 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000000a`b25ffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b25ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b29ffb18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`b29ffb20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000a`b29ffe10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b29ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000a`b2dff5f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000a`b2dff600 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000000a`b2dff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000a`b2dff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`977ff520 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`977ff560 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000cb`977ff5a0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000cb`977ff5d0 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000cb`977ff640 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000cb`977ff6b0 00007ff6`e045bd09     postgres!main(
000000cb`977ff6f0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`977ff740 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000cb`977ff7b0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000cb`977ff7e0 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000cb`97bff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`97bff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cb`97bff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`97bff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`97fff8a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cb`97fff8b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`97fff920 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cb`97fffa20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`97fffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`983ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`983ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cb`983ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`983ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`19fff798 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`19fff7a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001a`19fffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`19fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`19bffb18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`19bffb20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001a`19bffe10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`19bffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`18ffeed0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001a`18ffef10 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000001a`18ffef50 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000001a`18ffef90 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000001a`18ffefd0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000001a`18fff030 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000001a`18fff950 00007ff6`dfe4c618     postgres!PostmasterMain(
0000001a`18fffae0 00007ff6`e045bd09     postgres!main(
0000001a`18fffb20 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001a`18fffb70 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000001a`193ff9a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001a`193ff9b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000001a`193ffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`193ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001a`197ffbd8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000001a`197ffbe0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000001a`197ffc50 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000001a`197ffd50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001a`197ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c19ffb28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c19ffb30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e4`c19ffe20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c19ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c0dff170 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`c0dff1b0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000e4`c0dff1f0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000e4`c0dff230 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000e4`c0dff270 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000e4`c0dff2d0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e4`c0dffbf0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000e4`c0dffd80 00007ff6`e045bd09     postgres!main(
000000e4`c0dffdc0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e4`c0dffe10 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000e4`c11ffa78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c11ffa80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e4`c11ffd70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c11ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c15ff7e8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000e4`c15ff7f0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`c15ff860 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000e4`c15ff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c15ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`c1dffb68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`c1dffb70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e4`c1dffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`c1dffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`623ff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`623ff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000033`623ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`623ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`617fed40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000033`617fed80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000033`617fedc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000033`617fee00 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000033`617fee40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000033`617feea0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000033`617ff7c0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000033`617ff950 00007ff6`e045bd09     postgres!main(
00000033`617ff990 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000033`617ff9e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000033`61bffb58 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`61bffb60 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000033`61bffe50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`61bffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`61fff688 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000033`61fff690 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000033`61fff700 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000033`61fff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`61fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000033`627ffb48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000033`627ffb50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000033`627ffe40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000033`627ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`61dff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`61dff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000005b`61dffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`61dffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`625ff8b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`625ff8c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000005b`625ffbb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`625ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`615feef0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005b`615fef30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000005b`615fef70 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000005b`615fefb0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000005b`615feff0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000005b`615ff050 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000005b`615ff970 00007ff6`dfe4c618     postgres!PostmasterMain(
0000005b`615ffb00 00007ff6`e045bd09     postgres!main(
0000005b`615ffb40 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005b`615ffb90 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000005b`619ff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005b`619ff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000005b`619ff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`619ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005b`621ffc18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000005b`621ffc20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000005b`621ffc90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000005b`621ffd90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005b`621ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`49bffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`49bffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b5`49bffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`49bfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`4a3ff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`4a3ff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b5`4a3ff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`4a3ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`48ffee50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b5`48ffee90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b5`48ffeed0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b5`48ffef10 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000b5`48ffef50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000b5`48ffefb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b5`48fff8d0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b5`48fffa60 00007ff6`e045bd09     postgres!main(
000000b5`48fffaa0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b5`48fffaf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000b5`493ff628 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`493ff630 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b5`493ff920 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`493ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`497ff8c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b5`497ff8d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b5`497ffbc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`497ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b5`49fff9f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b5`49fffa00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b5`49fffa70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b5`49fffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b5`49fffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a3bff768 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000006b`a3bff770 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`a3bff7e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000006b`a3bff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a3bff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a37ff578 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`a37ff580 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006b`a37ff870 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a37ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a2fff010 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`a2fff050 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000006b`a2fff090 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000006b`a2fff0d0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000006b`a2fff110 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000006b`a2fff170 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006b`a2fffa90 00007ff6`dfe4c618     postgres!PostmasterMain(
0000006b`a2fffc20 00007ff6`e045bd09     postgres!main(
0000006b`a2fffc60 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006b`a2fffcb0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000006b`a33ff988 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`a33ff990 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006b`a33ffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a33ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`a3fff808 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`a3fff810 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006b`a3fffb00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`a3fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`b93ffb38 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ee`b93ffb40 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ee`b93ffbb0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ee`b93ffcb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`b93ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`b87fee30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ee`b87fee70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ee`b87feeb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ee`b87feef0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000ee`b87fef30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000ee`b87fef90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ee`b87ff8b0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ee`b87ffa40 00007ff6`e045bd09     postgres!main(
000000ee`b87ffa80 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ee`b87ffad0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ee`b8bffb38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`b8bffb40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ee`b8bffe30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`b8bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`b8fff8d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`b8fff8e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ee`b8fffbd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`b8fffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ee`b97ff568 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ee`b97ff570 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ee`b97ff860 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ee`b97ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`eedffae8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`eedffaf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ae`eedffde0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`eedffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`eddfec80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ae`eddfecc0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ae`eddfed00 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ae`eddfed40 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ae`eddfed80 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ae`eddfede0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ae`eddff700 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ae`eddff890 00007ff6`e045bd09     postgres!main(
000000ae`eddff8d0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ae`eddff920 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ae`ee1ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ee1ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ae`ee1ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ee1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ee5ff6b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ae`ee5ff6c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ae`ee5ff730 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ae`ee5ff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ee5ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ae`ee9ff828 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ae`ee9ff830 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ae`ee9ffb20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ae`ee9ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`627ff7e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`627ff7f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000004`627ffae0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`627ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`617fea00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000004`617fea40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000004`617fea80 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000004`617feac0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000004`617feb00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000004`617feb60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000004`617ff480 00007ff6`dfe4c618     postgres!PostmasterMain(
00000004`617ff610 00007ff6`e045bd09     postgres!main(
00000004`617ff650 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000004`617ff6a0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000004`61bff898 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`61bff8a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000004`61bffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`61bffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`61fff5b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000004`61fff5c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000004`61fff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`61fff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000004`623ffa48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000004`623ffa50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000004`623ffac0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000004`623ffbc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000004`623ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`469ffa48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000084`469ffa50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000084`469ffac0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000084`469ffbc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`469ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`45dff040 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000084`45dff080 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000084`45dff0c0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000084`45dff100 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000084`45dff140 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000084`45dff1a0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000084`45dffac0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000084`45dffc50 00007ff6`e045bd09     postgres!main(
00000084`45dffc90 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000084`45dffce0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000084`461ffa28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`461ffa30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`461ffd20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`461ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`465ff668 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`465ff670 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`465ff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`465ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000084`46dffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000084`46dffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000084`46dffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000084`46dffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a8bff888 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`a8bff890 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000053`a8bffb80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a8bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a7ffef30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000053`a7ffef70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000053`a7ffefb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000053`a7ffeff0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000053`a7fff030 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000053`a7fff090 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000053`a7fff9b0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000053`a7fffb40 00007ff6`e045bd09     postgres!main(
00000053`a7fffb80 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000053`a7fffbd0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000053`a83ff458 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`a83ff460 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000053`a83ff750 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a83ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a87ffb28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000053`a87ffb30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000053`a87ffba0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000053`a87ffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a87ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000053`a8fffb78 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000053`a8fffb80 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000053`a8fffe70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000053`a8fffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`787ff9a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`787ff9b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`787ffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`787ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`78fff8a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`78fff8b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`78fffba0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`78fffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`77fff000 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`77fff040 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007d`77fff080 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007d`77fff0c0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007d`77fff100 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007d`77fff160 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`77fffa80 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007d`77fffc10 00007ff6`e045bd09     postgres!main(
0000007d`77fffc50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`77fffca0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007d`783ff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`783ff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`783ffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`783ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`78bffd18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007d`78bffd20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`78bffd90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007d`78bffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`78bffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`127ff568 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`127ff570 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`127ff860 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`127ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`123fea30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`123fea70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000096`123feab0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000096`123feaf0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000096`123feb30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000096`123feb90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`123ff4b0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000096`123ff640 00007ff6`e045bd09     postgres!main(
00000096`123ff680 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`123ff6d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000096`12bff968 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`12bff970 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`12bffc60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`12bffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`12fffd28 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000096`12fffd30 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`12fffda0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000096`12fffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`12fffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`133ff5d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`133ff5e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`133ff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`133ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`193ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`193ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d8`193ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`193ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`18bffbc8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`18bffbd0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d8`18bffec0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`18bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`17ffeda0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d8`17ffede0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000d8`17ffee20 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000d8`17ffee60 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000d8`17ffeea0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000d8`17ffef00 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000d8`17fff820 00007ff6`dfe4c618     postgres!PostmasterMain(
000000d8`17fff9b0 00007ff6`e045bd09     postgres!main(
000000d8`17fff9f0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000d8`17fffa40 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000d8`183ff898 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`183ff8a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d8`183ffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`183ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`187ffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d8`187ffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000d8`187ffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`187fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d8`18fff6d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000d8`18fff6e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000d8`18fff750 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000d8`18fff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d8`18fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1bfffa98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007c`1bfffaa0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`1bfffb10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007c`1bfffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1bfffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1b3fe9f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007c`1b3fea30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007c`1b3fea70 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007c`1b3feab0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007c`1b3feaf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007c`1b3feb50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007c`1b3ff470 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007c`1b3ff600 00007ff6`e045bd09     postgres!main(
0000007c`1b3ff640 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007c`1b3ff690 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007c`1b7ff4e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`1b7ff4f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`1b7ff7e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1b7ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1bbff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`1bbff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`1bbffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1bbffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`1c3ff658 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`1c3ff660 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007c`1c3ff950 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`1c3ff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3c7ff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3c7ff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`3c7ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3c7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3bbfe9e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`3bbfea20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000013`3bbfea60 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000013`3bbfeaa0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000013`3bbfeae0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000013`3bbfeb40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000013`3bbff460 00007ff6`dfe4c618     postgres!PostmasterMain(
00000013`3bbff5f0 00007ff6`e045bd09     postgres!main(
00000013`3bbff630 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000013`3bbff680 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000013`3bfff608 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3bfff610 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`3bfff900 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3bfff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3c3ff778 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000013`3c3ff780 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`3c3ff7f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000013`3c3ff8f0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3c3ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`3cbff628 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`3cbff630 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000013`3cbff920 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`3cbff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bc3ff488 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`bc3ff490 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000059`bc3ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`bc3ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bcbff948 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`bcbff950 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000059`bcbffc40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`bcbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bbfff0d0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000059`bbfff110 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000059`bbfff150 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000059`bbfff190 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000059`bbfff1d0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000059`bbfff230 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000059`bbfffb50 00007ff6`dfe4c618     postgres!PostmasterMain(
00000059`bbfffce0 00007ff6`e045bd09     postgres!main(
00000059`bbfffd20 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000059`bbfffd70 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000059`bcfff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000059`bcfff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000059`bcfff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`bcfff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000059`bc7ffbf8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000059`bc7ffc00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000059`bc7ffc70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000059`bc7ffd70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000059`bc7ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`4d7ff918 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`4d7ff920 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000081`4d7ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`4d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`4dbff9a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`4dbff9b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000081`4dbffca0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`4dbffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`4d3ffd18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000081`4d3ffd20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000081`4d3ffd90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000081`4d3ffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`4d3ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`4cfff768 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`4cfff770 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000081`4cfffa60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`4cfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`4cbfea00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`4cbfea40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000081`4cbfea80 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000081`4cbfeac0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000081`4cbfeb00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000081`4cbfeb60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000081`4cbff480 00007ff6`dfe4c618     postgres!PostmasterMain(
00000081`4cbff610 00007ff6`e045bd09     postgres!main(
00000081`4cbff650 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000081`4cbff6a0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000068`8b5ff6b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`8b5ff6c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000068`8b5ff9b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`8b5ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`8adff9d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`8adff9e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000068`8adffcd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`8adffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`8b1ff728 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000068`8b1ff730 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`8b1ff7a0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000068`8b1ff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`8b1ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`8a5feb50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`8a5feb90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000068`8a5febd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000068`8a5fec10 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000068`8a5fec50 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000068`8a5fecb0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`8a5ff5d0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000068`8a5ff760 00007ff6`e045bd09     postgres!main(
00000068`8a5ff7a0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`8a5ff7f0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000068`8a9ffc18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`8a9ffc20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000068`8a9fff10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`8a9fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`94dffa18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`94dffa20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008a`94dffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`94dffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`955ff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`955ff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008a`955ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`955ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`945fedb0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`945fedf0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000008a`945fee30 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000008a`945fee70 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000008a`945feeb0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000008a`945fef10 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`945ff830 00007ff6`dfe4c618     postgres!PostmasterMain(
0000008a`945ff9c0 00007ff6`e045bd09     postgres!main(
0000008a`945ffa00 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`945ffa50 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000008a`949ff8b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`949ff8c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008a`949ffbb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`949ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`951ffd58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000008a`951ffd60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`951ffdd0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000008a`951ffed0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`951fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bf1ff818 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bf1ff820 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`bf1ffb10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bf1ffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bf9ff898 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bf9ff8a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`bf9ffb90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bf9ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`be9fec40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`be9fec80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000036`be9fecc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000036`be9fed00 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000036`be9fed40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000036`be9feda0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`be9ff6c0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000036`be9ff850 00007ff6`e045bd09     postgres!main(
00000036`be9ff890 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`be9ff8e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000036`bedff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`bedff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`bedffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bedffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`bf5ffd48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000036`bf5ffd50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`bf5ffdc0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000036`bf5ffec0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`bf5ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`33bffaa8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`33bffab0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ff`33bffda0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`33bffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`33fff8f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ff`33fff900 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ff`33fff970 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ff`33fffa70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`33fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`333fede0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ff`333fee20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ff`333fee60 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ff`333feea0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000ff`333feee0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000ff`333fef40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ff`333ff860 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ff`333ff9f0 00007ff6`e045bd09     postgres!main(
000000ff`333ffa30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ff`333ffa80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ff`337ff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`337ff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ff`337ff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`337ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ff`343ff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ff`343ff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ff`343ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ff`343ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`9c7ff598 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`9c7ff5a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008a`9c7ff890 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`9c7ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`9c3ff688 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000008a`9c3ff690 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`9c3ff700 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000008a`9c3ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`9c3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`9bfff498 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`9bfff4a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008a`9bfff790 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`9bfff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`9bbfeb10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`9bbfeb50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000008a`9bbfeb90 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000008a`9bbfebd0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000008a`9bbfec10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000008a`9bbfec70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008a`9bbff590 00007ff6`dfe4c618     postgres!PostmasterMain(
0000008a`9bbff720 00007ff6`e045bd09     postgres!main(
0000008a`9bbff760 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008a`9bbff7b0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000008a`9cbff538 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`9cbff540 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008a`9cbff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`9cbff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`eedfede0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e5`eedfee20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000e5`eedfee60 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000e5`eedfeea0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000e5`eedfeee0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000e5`eedfef40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e5`eedff860 00007ff6`dfe4c618     postgres!PostmasterMain(
000000e5`eedff9f0 00007ff6`e045bd09     postgres!main(
000000e5`eedffa30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e5`eedffa80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000e5`ef1ffb88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`ef1ffb90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e5`ef1ffe80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ef1ffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`ef5ff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`ef5ff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e5`ef5ff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ef5ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`ef9ff7f8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000e5`ef9ff800 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000e5`ef9ff870 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000e5`ef9ff970 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`ef9ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e5`efdff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e5`efdff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e5`efdffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e5`efdffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`ddbffb08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`ddbffb10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`ddbffe00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`ddbffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`de3ff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`de3ff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`de3ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`de3ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`ddfff698 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a5`ddfff6a0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a5`ddfff710 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a5`ddfff810 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`ddfff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`dd7ffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a5`dd7ffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a5`dd7ffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a5`dd7fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a5`dd3fee10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a5`dd3fee50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a5`dd3fee90 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a5`dd3feed0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a5`dd3fef10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a5`dd3fef70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a5`dd3ff890 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a5`dd3ffa20 00007ff6`e045bd09     postgres!main(
000000a5`dd3ffa60 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a5`dd3ffab0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000dd`3dbffa18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`3dbffa20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dd`3dbffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`3dbffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`3d3ff7e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000dd`3d3ff820 00007ff6`e0054a81     postgres!ExceptionalCondition(
000000dd`3d3ff860 00007ff6`dff877e4     postgres!dsm_set_control_handle(
000000dd`3d3ff890 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
000000dd`3d3ff900 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
000000dd`3d3ff970 00007ff6`e045bd09     postgres!main(
000000dd`3d3ff9b0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000dd`3d3ffa00 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000dd`3d3ffa70 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000dd`3d3ffaa0 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000dd`3dfff628 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000dd`3dfff630 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000dd`3dfff6a0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000dd`3dfff7a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`3dfff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000dd`3d7ff918 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000dd`3d7ff920 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000dd`3d7ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000dd`3d7ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`65dff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`65dff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`65dffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`65dffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`669ffbd8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c8`669ffbe0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c8`669ffc50 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c8`669ffd50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`669ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`665ff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`665ff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`665ff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`665ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`661ff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`661ff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`661ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`661ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c8`659fed00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c8`659fed40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c8`659fed80 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c8`659fedc0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000c8`659fee00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000c8`659fee60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c8`659ff780 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c8`659ff910 00007ff6`e045bd09     postgres!main(
000000c8`659ff950 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c8`659ff9a0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c8`66dff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c8`66dff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c8`66dffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c8`66dffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`247ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`247ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`247ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`247ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`237fecf0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000036`237fed30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000036`237fed70 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000036`237fedb0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000036`237fedf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000036`237fee50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000036`237ff770 00007ff6`dfe4c618     postgres!PostmasterMain(
00000036`237ff900 00007ff6`e045bd09     postgres!main(
00000036`237ff940 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000036`237ff990 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000036`23bff7d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`23bff7e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`23bffad0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`23bffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`23fff798 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000036`23fff7a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000036`23fffa90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`23fffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000036`243ffbc8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000036`243ffbd0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000036`243ffc40 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000036`243ffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000036`243ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`bafff448 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`bafff450 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006c`bafff740 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`bafff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`b9ffedf0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006c`b9ffee30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000006c`b9ffee70 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000006c`b9ffeeb0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000006c`b9ffeef0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000006c`b9ffef50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000006c`b9fff870 00007ff6`dfe4c618     postgres!PostmasterMain(
0000006c`b9fffa00 00007ff6`e045bd09     postgres!main(
0000006c`b9fffa40 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000006c`b9fffa90 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000006c`ba3ff958 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`ba3ff960 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006c`ba3ffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`ba3ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`ba7ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006c`ba7ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000006c`ba7ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`ba7ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006c`babffbb8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000006c`babffbc0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000006c`babffc30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000006c`babffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006c`babffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`c67ff808 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`c67ff810 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000099`c67ffb00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`c67ffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`c63ff8d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000099`c63ff8e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000099`c63ff950 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000099`c63ffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`c63ffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`c5fff6a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`c5fff6b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000099`c5fff9a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`c5fff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000099`c5bff0e0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000099`c5bff120 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000099`c5bff160 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000099`c5bff1a0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000099`c5bff1e0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000099`c5bff240 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000099`c5bffb60 00007ff6`dfe4c618     postgres!PostmasterMain(
00000099`c5bffcf0 00007ff6`e045bd09     postgres!main(
00000099`c5bffd30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000099`c5bffd80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000099`c6bffc18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000099`c6bffc20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000099`c6bfff10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000099`c6bfff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`05fff958 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`05fff960 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000068`05fffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`05fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`063ff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`063ff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000068`063ff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`063ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`067ff9a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000068`067ff9b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`067ffa20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000068`067ffb20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`067ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`06bffb48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`06bffb50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000068`06bffe40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`06bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`05bfede0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`05bfee20 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000068`05bfee60 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000068`05bfeea0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000068`05bfeee0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000068`05bfef40 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000068`05bff860 00007ff6`dfe4c618     postgres!PostmasterMain(
00000068`05bff9f0 00007ff6`e045bd09     postgres!main(
00000068`05bffa30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000068`05bffa80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ce`103ff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`103ff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ce`103ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`103ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`107ff978 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`107ff980 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ce`107ffc70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`107ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`10bff658 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000ce`10bff660 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000ce`10bff6d0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000ce`10bff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`10bff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`10fffa38 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ce`10fffa40 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000ce`10fffd30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ce`10fffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ce`0fffeb80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ce`0fffebc0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000ce`0fffec00 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000ce`0fffec40 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000ce`0fffec80 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000ce`0fffece0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000ce`0ffff600 00007ff6`dfe4c618     postgres!PostmasterMain(
000000ce`0ffff790 00007ff6`e045bd09     postgres!main(
000000ce`0ffff7d0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ce`0ffff820 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000064`24fff758 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`24fff760 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000064`24fffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`24fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`253ffd48 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000064`253ffd50 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000064`253ffdc0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000064`253ffec0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`253ffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`24bffbc8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`24bffbd0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000064`24bffec0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`24bffef0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`247ff750 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`247ff790 00007ff6`e0054a81     postgres!ExceptionalCondition(
00000064`247ff7d0 00007ff6`dff877e4     postgres!dsm_set_control_handle(
00000064`247ff800 00007ff6`dff9555b     postgres!PGSharedMemoryReAttach(void)+0x2f4 [c:\cirrus\src\backend\port\win32_sh...
00000064`247ff870 00007ff6`dfe4c5d9     postgres!SubPostmasterMain(
00000064`247ff8e0 00007ff6`e045bd09     postgres!main(
00000064`247ff920 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`247ff970 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000064`247ff9e0 00007ff6`e045bd7e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
00000064`247ffa10 00007ffd`a1a04cb0     postgres!mainCRTStartup(
core
000000e0`75bff758 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`75bff760 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e0`75bffa50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`75bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`74bfeb20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e0`74bfeb60 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000e0`74bfeba0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000e0`74bfebe0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000e0`74bfec20 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000e0`74bfec80 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e0`74bff5a0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000e0`74bff730 00007ff6`e045bd09     postgres!main(
000000e0`74bff770 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e0`74bff7c0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000e0`74fffa18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`74fffa20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e0`74fffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`74fffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`753ffa98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000e0`753ffaa0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000e0`753ffb10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000e0`753ffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`753ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e0`757ffa18 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e0`757ffa20 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e0`757ffd10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e0`757ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`409ff0f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a9`409ff130 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000a9`409ff170 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000a9`409ff1b0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000a9`409ff1f0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000a9`409ff250 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000a9`409ffb70 00007ff6`dfe4c618     postgres!PostmasterMain(
000000a9`409ffd00 00007ff6`e045bd09     postgres!main(
000000a9`409ffd40 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a9`409ffd90 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000a9`419ffb28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`419ffb30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a9`419ffe20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`419ffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`415ffc58 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000a9`415ffc60 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000a9`415ffcd0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000a9`415ffdd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`415ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`411ff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`411ff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a9`411ffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`411ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a9`40dffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a9`40dffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000a9`40dffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a9`40dfff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`61bffb68 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`61bffb70 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`61bffe60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`61bffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`61fff8b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`61fff8c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`61fffbb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`61fffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`623ff738 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000080`623ff740 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000080`623ff7b0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000080`623ff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`623ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000080`617fec70 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000080`617fecb0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000080`617fecf0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000080`617fed30 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000080`617fed70 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000080`617fedd0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000080`617ff6f0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000080`617ff880 00007ff6`e045bd09     postgres!main(
00000080`617ff8c0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000080`617ff910 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000080`627ffad8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000080`627ffae0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000080`627ffdd0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000080`627ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`a2dff948 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000046`a2dff950 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000046`a2dff9c0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000046`a2dffac0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`a2dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`a21ff0b0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000046`a21ff0f0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000046`a21ff130 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000046`a21ff170 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000046`a21ff1b0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000046`a21ff210 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000046`a21ffb30 00007ff6`dfe4c618     postgres!PostmasterMain(
00000046`a21ffcc0 00007ff6`e045bd09     postgres!main(
00000046`a21ffd00 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000046`a21ffd50 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000046`a25ff638 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`a25ff640 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000046`a25ff930 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`a25ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`a29ff548 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`a29ff550 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000046`a29ff840 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`a29ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000046`a31ff868 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000046`a31ff870 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000046`a31ffb60 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000046`a31ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`1fbffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`1fbffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`1fbffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`1fbfff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`1f7ff0a0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000da`1f7ff0e0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000da`1f7ff120 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000da`1f7ff160 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000da`1f7ff1a0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000da`1f7ff200 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000da`1f7ffb20 00007ff6`dfe4c618     postgres!PostmasterMain(
000000da`1f7ffcb0 00007ff6`e045bd09     postgres!main(
000000da`1f7ffcf0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000da`1f7ffd40 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000da`1ffffd18 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000da`1ffffd20 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000da`1ffffd90 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000da`1ffffe90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`1ffffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`203ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`203ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`203ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`203ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000da`207ffa28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000da`207ffa30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000da`207ffd20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000da`207ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`9e7ffa98 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`9e7ffaa0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000097`9e7ffd90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`9e7ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`9e3ffb08 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000097`9e3ffb10 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000097`9e3ffb80 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000097`9e3ffc80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`9e3ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`9dfff738 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`9dfff740 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000097`9dfffa30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`9dfffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`9dbff648 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`9dbff650 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000097`9dbff940 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`9dbff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`9d7ff538 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000097`9d7ff540 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000097`9d7ff830 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000097`9d7ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000097`9d3ff020 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000097`9d3ff060 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000097`9d3ff0a0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000097`9d3ff0e0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000097`9d3ff120 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000097`9d3ff180 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000097`9d3ffaa0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000097`9d3ffc30 00007ff6`e045bd09     postgres!main(
00000097`9d3ffc70 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000097`9d3ffcc0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007f`f71feb00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007f`f71feb40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007f`f71feb80 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007f`f71febc0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007f`f71fec00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007f`f71fec60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007f`f71ff580 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007f`f71ff710 00007ff6`e045bd09     postgres!main(
0000007f`f71ff750 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007f`f71ff7a0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007f`f81ff9f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`f81ffa00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007f`f81ffcf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`f81ffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`f7dff508 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`f7dff510 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007f`f7dff800 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`f7dff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`f79ff7a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007f`f79ff7b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007f`f79ff820 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007f`f79ff920 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`f79ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007f`f75ff7f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007f`f75ff800 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007f`f75ffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007f`f75ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`d19ff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`d19ff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bc`d19ff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`d19ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`d15ff608 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000bc`d15ff610 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000bc`d15ff680 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000bc`d15ff780 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`d15ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`d1dff7a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`d1dff7b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bc`d1dffaa0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`d1dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`d11ffac8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000bc`d11ffad0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000bc`d11ffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000bc`d11ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000bc`d0dfee10 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000bc`d0dfee50 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000bc`d0dfee90 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000bc`d0dfeed0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000bc`d0dfef10 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000bc`d0dfef70 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000bc`d0dff890 00007ff6`dfe4c618     postgres!PostmasterMain(
000000bc`d0dffa20 00007ff6`e045bd09     postgres!main(
000000bc`d0dffa60 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000bc`d0dffab0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000cb`d73ff6e8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000cb`d73ff6f0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000cb`d73ff760 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000cb`d73ff860 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d73ff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d7bff878 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`d7bff880 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cb`d7bffb70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d7bffba0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d77ff748 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`d77ff750 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cb`d77ffa40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d77ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d6fff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000cb`d6fff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000cb`d6fff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000cb`d6fff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000cb`d6bfef40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000cb`d6bfef80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000cb`d6bfefc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000cb`d6bff000 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000cb`d6bff040 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000cb`d6bff0a0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000cb`d6bff9c0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000cb`d6bffb50 00007ff6`e045bd09     postgres!main(
000000cb`d6bffb90 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000cb`d6bffbe0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000008c`bddff4d8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`bddff4e0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008c`bddff7d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`bddff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`be1ffbf8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000008c`be1ffc00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`be1ffc70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000008c`be1ffd70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`be1ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`bd9fee00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`bd9fee40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000008c`bd9fee80 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000008c`bd9feec0 00007ff6`dff9b35e     postgres!HandleChildCrash(
0000008c`bd9fef00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
0000008c`bd9fef60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`bd9ff880 00007ff6`dfe4c618     postgres!PostmasterMain(
0000008c`bd9ffa10 00007ff6`e045bd09     postgres!main(
0000008c`bd9ffa50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`bd9ffaa0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000008c`be5ff498 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`be5ff4a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008c`be5ff790 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`be5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`be9ffbe8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`be9ffbf0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008c`be9ffee0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`be9fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a41feb40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`a41feb80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000030`a41febc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000030`a41fec00 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000030`a41fec40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000030`a41feca0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000030`a41ff5c0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000030`a41ff750 00007ff6`e045bd09     postgres!main(
00000030`a41ff790 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000030`a41ff7e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000030`a45ff548 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a45ff550 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000030`a45ff840 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a45ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a49ffa08 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a49ffa10 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000030`a49ffd00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a49ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a4dff978 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000030`a4dff980 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`a4dff9f0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000030`a4dffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a4dffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`a51ffac8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`a51ffad0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000030`a51ffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`a51ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`bdbfeb90 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007a`bdbfebd0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007a`bdbfec10 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007a`bdbfec50 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007a`bdbfec90 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007a`bdbfecf0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007a`bdbff610 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007a`bdbff7a0 00007ff6`e045bd09     postgres!main(
0000007a`bdbff7e0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007a`bdbff830 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007a`bdfff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`bdfff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007a`bdfffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`bdfffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`be3ff928 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`be3ff930 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007a`be3ffc20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`be3ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`be7ff7e8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007a`be7ff7f0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007a`be7ff860 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007a`be7ff960 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`be7ff990 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007a`bebff7e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007a`bebff7f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007a`bebffae0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007a`bebffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`565fef50 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c2`565fef90 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000c2`565fefd0 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000c2`565ff010 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000c2`565ff050 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000c2`565ff0b0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000c2`565ff9d0 00007ff6`dfe4c618     postgres!PostmasterMain(
000000c2`565ffb60 00007ff6`e045bd09     postgres!main(
000000c2`565ffba0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000c2`565ffbf0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000c2`569ff708 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`569ff710 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`569ffa00 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`569ffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`56dff6e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`56dff6f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`56dff9e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`56dffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`571ff9a8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000c2`571ff9b0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000c2`571ffa20 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000c2`571ffb20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`571ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c2`575ffb48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c2`575ffb50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000c2`575ffe40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c2`575ffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fc3ffac8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`fc3ffad0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008c`fc3ffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`fc3ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fcfff958 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`fcfff960 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008c`fcfffc50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`fcfffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fcbffac8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000008c`fcbffad0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000008c`fcbffb40 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000008c`fcbffc40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`fcbffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fc7ff778 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008c`fc7ff780 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000008c`fc7ffa70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008c`fc7ffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008c`fbffed40 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008c`fbffed80 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000008c`fbffedc0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000008c`fbffee00 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000008c`fbffee40 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000008c`fbffeea0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000008c`fbfff7c0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000008c`fbfff950 00007ff6`e045bd09     postgres!main(
0000008c`fbfff990 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000008c`fbfff9e0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000016`b43ff588 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b43ff590 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000016`b43ff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b43ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b33fee00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000016`b33fee40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000016`b33fee80 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000016`b33feec0 00007ff6`dff9b35e     postgres!HandleChildCrash(
00000016`b33fef00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
00000016`b33fef60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000016`b33ff880 00007ff6`dfe4c618     postgres!PostmasterMain(
00000016`b33ffa10 00007ff6`e045bd09     postgres!main(
00000016`b33ffa50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000016`b33ffaa0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000016`b37ff638 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b37ff640 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000016`b37ff930 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b37ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b3bff5a8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000016`b3bff5b0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000016`b3bff8a0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b3bff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000016`b3fff6d8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000016`b3fff6e0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000016`b3fff750 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000016`b3fff850 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000016`b3fff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f75ff7e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`f75ff7f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000de`f75ffae0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f75ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f71ff868 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000de`f71ff870 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000de`f71ff8e0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000de`f71ff9e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f71ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f6dff4c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`f6dff4d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000de`f6dff7c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f6dff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f61fefe0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000de`f61ff020 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000de`f61ff060 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000de`f61ff0a0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000de`f61ff0e0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000de`f61ff140 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000de`f61ffa60 00007ff6`dfe4c618     postgres!PostmasterMain(
000000de`f61ffbf0 00007ff6`e045bd09     postgres!main(
000000de`f61ffc30 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000de`f61ffc80 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000de`f65ff858 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`f65ff860 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000de`f65ffb50 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f65ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000de`f69ff638 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000de`f69ff640 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000de`f69ff930 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000de`f69ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ff3fead0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b1`ff3feb10 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000b1`ff3feb50 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000b1`ff3feb90 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000b1`ff3febd0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000b1`ff3fec30 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000b1`ff3ff550 00007ff6`dfe4c618     postgres!PostmasterMain(
000000b1`ff3ff6e0 00007ff6`e045bd09     postgres!main(
000000b1`ff3ff720 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000b1`ff3ff770 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000b1`ff7ffbf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`ff7ffc00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b1`ff7ffef0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ff7fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`ffbffab8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000b1`ffbffac0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000b1`ffbffb30 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000b1`ffbffc30 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`ffbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`fffffa48 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`fffffa50 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b1`fffffd40 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`fffffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b1`803ffa88 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b1`803ffa90 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000b1`803ffd80 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b1`803ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`219fec30 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009c`219fec70 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000009c`219fecb0 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000009c`219fecf0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000009c`219fed30 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000009c`219fed90 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000009c`219ff6b0 00007ff6`dfe4c618     postgres!PostmasterMain(
0000009c`219ff840 00007ff6`e045bd09     postgres!main(
0000009c`219ff880 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009c`219ff8d0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000009c`21dffab8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`21dffac0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009c`21dffdb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`21dffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`221ff7f8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`221ff800 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009c`221ffaf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`221ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`225ff5e8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`225ff5f0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009c`225ff8e0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`225ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`229ff758 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000009c`229ff760 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000009c`229ff7d0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000009c`229ff8d0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`229ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009c`22dffac8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009c`22dffad0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000009c`22dffdc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009c`22dffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`be1fee00 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`be1fee40 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000002`be1fee80 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000002`be1feec0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000002`be1fef00 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000002`be1fef60 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000002`be1ff880 00007ff6`dfe4c618     postgres!PostmasterMain(
00000002`be1ffa10 00007ff6`e045bd09     postgres!main(
00000002`be1ffa50 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000002`be1ffaa0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000002`be5ff498 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`be5ff4a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000002`be5ff790 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`be5ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`be9ffa78 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000002`be9ffa80 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`be9ffaf0 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000002`be9ffbf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`be9ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`bedff5b8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`bedff5c0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000002`bedff8b0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`bedff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`bf1ff588 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`bf1ff590 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000002`bf1ff880 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`bf1ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`479fee20 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`479fee60 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
00000096`479feea0 00007ff6`dff9bfcd     postgres!HandleFatalError(
00000096`479feee0 00007ff6`dff9b3f1     postgres!HandleChildCrash(
00000096`479fef20 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
00000096`479fef80 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
00000096`479ff8a0 00007ff6`dfe4c618     postgres!PostmasterMain(
00000096`479ffa30 00007ff6`e045bd09     postgres!main(
00000096`479ffa70 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000096`479ffac0 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000096`47dffba8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`47dffbb0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`47dffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`47dffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`481ffbf8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
00000096`481ffc00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`481ffc70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
00000096`481ffd70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`481ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`485ffbb8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`485ffbc0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`485ffeb0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`485ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`489ffba8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`489ffbb0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
00000096`489ffea0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`489ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`17dfe9f0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e7`17dfea30 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000e7`17dfea70 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000e7`17dfeab0 00007ff6`dff9b35e     postgres!HandleChildCrash(
000000e7`17dfeaf0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x37e [c:\cirrus\src\backend\postmaster\pos...
000000e7`17dfeb50 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000e7`17dff470 00007ff6`dfe4c618     postgres!PostmasterMain(
000000e7`17dff600 00007ff6`e045bd09     postgres!main(
000000e7`17dff640 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000e7`17dff690 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000e7`181ff688 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`181ff690 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e7`181ff980 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`181ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`185ff998 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`185ff9a0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e7`185ffc90 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`185ffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`189ff7b8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000e7`189ff7c0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000e7`189ff830 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000e7`189ff930 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`189ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e7`18dffaf8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e7`18dffb00 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000e7`18dffdf0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e7`18dffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`da5feec0 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000007d`da5fef00 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
0000007d`da5fef40 00007ff6`dff9bfcd     postgres!HandleFatalError(
0000007d`da5fef80 00007ff6`dff9b3f1     postgres!HandleChildCrash(
0000007d`da5fefc0 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
0000007d`da5ff020 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
0000007d`da5ff940 00007ff6`dfe4c618     postgres!PostmasterMain(
0000007d`da5ffad0 00007ff6`e045bd09     postgres!main(
0000007d`da5ffb10 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000007d`da5ffb60 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000007d`da9ff8c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`da9ff8d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`da9ffbc0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`da9ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`dadffa98 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
0000007d`dadffaa0 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
0000007d`dadffb10 00007ffd`a1a04cb0     postgres!pg_signal_thread(
0000007d`dadffc10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`dadffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`db1ff5c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`db1ff5d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`db1ff8c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`db1ff8f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007d`db5ff6c8 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007d`db5ff6d0 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
0000007d`db5ff9c0 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007d`db5ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0e7ffa28 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0e7ffa30 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f7`0e7ffd20 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0e7ffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0e3fea80 00007ff6`e02de958     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`0e3feac0 00007ff6`dff9e7a2     postgres!ExceptionalCondition(
000000f7`0e3feb00 00007ff6`dff9bfcd     postgres!HandleFatalError(
000000f7`0e3feb40 00007ff6`dff9b3f1     postgres!HandleChildCrash(
000000f7`0e3feb80 00007ff6`dff9cb65     postgres!process_pm_child_exit(void)+0x411 [c:\cirrus\src\backend\postmaster\pos...
000000f7`0e3febe0 00007ff6`dff9a1c1     postgres!ServerLoop(void)+0xd5 [c:\cirrus\src\backend\postmaster\postmaster.c @ ...
000000f7`0e3ff500 00007ff6`dfe4c618     postgres!PostmasterMain(
000000f7`0e3ff690 00007ff6`e045bd09     postgres!main(
000000f7`0e3ff6d0 00007ff6`e045bc5e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f7`0e3ff720 00007ff6`e045bb1e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000f7`0ebff528 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0ebff530 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f7`0ebff820 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0ebff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0efffaf8 00007ffd`9f9a48fa     ntdll!NtFsControlFile+0x14
000000f7`0efffb00 00007ff6`dff8945b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`0efffb70 00007ffd`a1a04cb0     postgres!pg_signal_thread(
000000f7`0efffc70 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0efffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`0f3ff718 00007ffd`a23cb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`0f3ff720 00007ffd`a1a04cb0     ntdll!TppWorkerThread+0x2df
000000f7`0f3ffa10 00007ffd`a243edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`0f3ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[21:10:37.711](4.490s) Bail out!  pg_ctl start failed
tap
[21:10:36.619](3.220s) Bail out!  pg_ctl start failed
tap
[21:10:35.455](2.054s) Bail out!  pg_ctl start failed
tap
[21:10:37.559](3.661s) Bail out!  pg_ctl start failed
tap
[21:10:37.844](3.215s) Bail out!  pg_ctl start failed
tap
[21:10:41.428](2.283s) Bail out!  pg_ctl start failed
tap
[21:10:44.818](4.581s) Bail out!  pg_ctl start failed
tap
[21:10:42.495](1.789s) Bail out!  pg_ctl start failed
tap
[21:10:43.454](2.206s) Bail out!  pg_ctl start failed
tap
[21:10:48.175](6.654s) Bail out!  pg_ctl start failed
tap
[21:10:38.288](3.385s) Bail out!  pg_ctl start failed
tap
[21:10:37.477](1.536s) Bail out!  pg_ctl start failed
tap
[21:10:38.193](2.740s) Bail out!  pg_ctl start failed
tap
[21:11:04.042](4.139s) Bail out!  pg_ctl start failed
tap
[21:11:03.219](3.326s) Bail out!  pg_ctl start failed
tap
[21:11:04.408](4.059s) Bail out!  pg_ctl start failed
tap
[21:11:02.829](1.974s) Bail out!  pg_ctl start failed
tap
[21:11:04.925](3.595s) Bail out!  pg_ctl start failed
tap
[21:11:05.139](3.364s) Bail out!  pg_ctl start failed
tap
[21:11:03.763](1.970s) Bail out!  pg_ctl start failed
tap
[21:11:06.765](2.904s) Bail out!  pg_ctl start failed
tap
[21:09:55.126](4.379s) Bail out!  pg_ctl start failed
tap
[21:09:55.207](3.471s) Bail out!  pg_ctl start failed
tap
[21:09:53.177](4.186s) Bail out!  pg_ctl start failed
tap
[21:11:07.230](2.965s) Bail out!  pg_ctl start failed
tap
[21:09:52.045](2.220s) Bail out!  pg_ctl start failed
tap
[21:09:55.568](5.352s) Bail out!  pg_ctl start failed
tap
[21:09:56.497](5.895s) Bail out!  pg_ctl start failed
tap
[21:09:54.027](1.181s) Bail out!  pg_ctl start failed
tap
[21:10:01.022](6.100s) Bail out!  pg_ctl start failed
tap
[21:09:56.597](1.655s) Bail out!  pg_ctl start failed
tap
[21:10:00.674](5.075s) Bail out!  pg_ctl start failed
tap
[21:09:59.196](3.037s) Bail out!  pg_ctl start failed
tap
[21:10:01.150](3.744s) Bail out!  pg_ctl start failed
tap
[21:10:07.217](1.946s) Bail out!  pg_ctl start failed
tap
[21:09:59.584](2.198s) Bail out!  pg_ctl start failed
tap
[21:10:00.521](2.107s) Bail out!  pg_ctl start failed
tap
[21:10:01.374](1.543s) Bail out!  pg_ctl start failed
tap
[21:10:03.155](3.015s) Bail out!  pg_ctl start failed
tap
[21:10:04.496](3.228s) Bail out!  pg_ctl start failed
tap
[21:10:04.654](3.318s) Bail out!  pg_ctl start failed
tap
[21:10:03.699](2.082s) Bail out!  pg_ctl start failed
tap
[21:10:05.443](3.631s) Bail out!  pg_ctl start failed
tap
[21:10:10.546](1.785s) not ok 13 - pg_ctl start: exit code 0
[21:10:10.551](0.001s) not ok 14 - pg_ctl start: no stderr
[21:10:10.553](0.001s) not ok 15 - pg_ctl start: matches
[21:10:16.011](0.026s) not ok 17 - pg_ctl stop
[21:10:16.747](0.719s) not ok 19 - pg_ctl restart with server not running
[21:10:18.783](2.035s) not ok 25 - pg_ctl restart with server running
[21:10:18.828](0.045s) Bail out!  command "pg_ctl stop --pgdata C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_t...
tap
[21:10:05.986](0.542s) Bail out!  command "pg_ctl --log C:\cirrus\build\testrun\pg_ctl\002_status\data\tmp_test_20Hs/log...
tap
[21:10:07.349](0.632s) Bail out!  pg_ctl start failed
tap
[21:10:08.141](2.711s) Bail out!  pg_ctl start failed
tap
[21:10:09.425](2.963s) Bail out!  pg_ctl start failed
tap
[21:10:09.540](2.902s) Bail out!  pg_ctl start failed
tap
[21:10:09.113](1.224s) Bail out!  pg_ctl start failed
tap
[21:10:11.451](2.645s) Bail out!  pg_ctl start failed
tap
[21:10:14.947](5.728s) Bail out!  pg_ctl start failed
tap
[21:10:40.507](3.400s) Bail out!  pg_ctl start failed
tap
[21:10:13.049](1.802s) Bail out!  pg_ctl start failed
tap
[21:10:11.582](1.257s) Bail out!  pg_ctl start failed
tap
[21:10:16.705](4.972s) Bail out!  pg_ctl start failed
tap
[21:10:15.171](3.177s) Bail out!  pg_ctl start failed
tap
[21:10:15.521](3.047s) Bail out!  pg_ctl start failed
tap
[21:10:14.178](1.273s) Bail out!  pg_ctl start failed
tap
[21:10:17.335](2.516s) Bail out!  pg_ctl start failed
tap
[21:10:17.577](2.620s) Bail out!  pg_ctl start failed
tap
[21:10:17.438](1.805s) Bail out!  pg_ctl start failed
tap
[21:10:18.737](2.914s) Bail out!  pg_ctl start failed
tap
[21:10:40.627](3.415s) Bail out!  pg_ctl start failed
tap
[21:09:03.537](6.857s) Bail out!  pg_ctl start failed
tap
[21:08:59.755](1.725s) Bail out!  pg_ctl start failed
tap
[21:08:58.529](2.115s) Bail out!  pg_ctl start failed
tap
[21:09:01.836](2.102s) not ok 12 - run of pg_upgrade
[21:09:01.919](0.001s) not ok 15 - the default char signedness is updated during pg_upgrade: matches
tap
[21:10:20.785](2.896s) Bail out!  pg_ctl start failed
tap
[21:10:19.726](1.653s) Bail out!  pg_ctl start failed
tap
[21:10:19.711](1.625s) Bail out!  pg_ctl start failed
tap
[21:10:21.745](2.466s) Bail out!  pg_ctl start failed
tap
[21:10:22.508](2.891s) Bail out!  pg_ctl start failed
tap
[21:10:22.441](2.756s) Bail out!  pg_ctl start failed
tap
[21:10:23.289](2.930s) Bail out!  pg_ctl start failed
tap
[21:10:23.535](2.836s) Bail out!  pg_ctl start failed
tap
[21:10:40.905](2.795s) Bail out!  pg_ctl start failed
tap
[21:10:39.769](1.467s) Bail out!  pg_ctl start failed
tap
[21:10:25.885](3.437s) Bail out!  pg_ctl start failed
tap
[21:10:25.535](3.273s) Bail out!  pg_ctl start failed
tap
[21:10:26.433](3.141s) Bail out!  pg_ctl start failed
tap
[21:10:29.096](5.187s) Bail out!  pg_ctl start failed
tap
[21:10:42.270](2.022s) Bail out!  pg_ctl start failed
tap
[21:10:45.648](3.693s) Bail out!  pg_ctl start failed
tap
[21:10:45.872](3.562s) Bail out!  pg_ctl start failed
tap
[21:10:30.143](5.571s) Bail out!  pg_ctl start failed
tap
[21:08:58.417](2.003s) Bail out!  pg_ctl start failed
tap
[21:08:59.637](2.129s) Bail out!  pg_ctl start failed
tap
[21:09:02.494](3.535s) Bail out!  pg_ctl start failed
tap
[21:09:02.526](3.169s) Bail out!  pg_ctl start failed
tap
[21:09:00.989](1.629s) Bail out!  pg_ctl start failed
tap
[21:09:02.494](2.349s) Bail out!  pg_ctl start failed
tap
[21:09:01.517](0.847s) Bail out!  pg_ctl start failed
tap
[21:09:04.720](3.084s) Bail out!  pg_ctl start failed
tap
[21:09:03.815](1.712s) Bail out!  pg_ctl start failed
tap
[21:09:05.889](3.305s) Bail out!  pg_ctl start failed
tap
[21:09:06.566](3.516s) Bail out!  pg_ctl start failed
tap
[21:09:06.581](3.363s) Bail out!  pg_ctl start failed
tap
[21:09:05.278](2.057s) Bail out!  pg_ctl start failed
tap
[21:09:06.727](3.521s) Bail out!  pg_ctl start failed
tap
[21:09:08.275](3.461s) Bail out!  pg_ctl start failed
tap
[21:09:06.857](1.555s) Bail out!  pg_ctl start failed
tap
[21:09:09.189](3.932s) Bail out!  pg_ctl start failed
tap
[21:09:09.112](3.281s) Bail out!  pg_ctl start failed
tap
[21:09:09.752](3.038s) Bail out!  pg_ctl start failed
tap
[21:09:10.420](3.099s) Bail out!  pg_ctl start failed
tap
[21:09:10.447](3.112s) Bail out!  pg_ctl start failed
tap
[21:09:09.560](1.765s) Bail out!  pg_ctl start failed
tap
[21:09:11.329](3.144s) Bail out!  pg_ctl start failed
tap
[21:09:10.556](1.512s) Bail out!  pg_ctl start failed
tap
[21:09:12.703](2.988s) Bail out!  pg_ctl start failed
tap
[21:09:11.760](1.861s) Bail out!  pg_ctl start failed
tap
[21:09:13.400](3.106s) Bail out!  pg_ctl start failed
tap
[21:09:13.320](2.845s) Bail out!  pg_ctl start failed
tap
[21:09:14.055](2.877s) Bail out!  pg_ctl start failed
tap
[21:09:14.459](3.013s) Bail out!  pg_ctl start failed
tap
[21:09:12.817](1.349s) Bail out!  pg_ctl start failed
tap
[21:09:13.936](1.745s) Bail out!  pg_ctl start failed
tap
[21:09:16.031](3.195s) Bail out!  pg_ctl start failed
tap
[21:09:14.965](1.721s) Bail out!  pg_ctl start failed
tap
[21:09:16.505](2.760s) Bail out!  pg_ctl start failed
tap
[21:09:16.414](2.154s) Bail out!  pg_ctl start failed
tap
[21:09:16.348](2.118s) Bail out!  pg_ctl start failed
tap
[21:09:17.753](3.107s) Bail out!  pg_ctl start failed
tap
[21:09:17.979](3.145s) Bail out!  pg_ctl start failed
tap
[21:09:18.379](2.834s) Bail out!  pg_ctl start failed
tap
[21:09:18.486](2.593s) Bail out!  pg_ctl start failed
tap
[21:10:28.435](2.774s) Bail out!  pg_ctl start failed
tap
[21:10:27.249](1.814s) Bail out!  pg_ctl start failed
tap
[21:10:30.244](3.407s) Bail out!  pg_ctl start failed
tap
[21:10:30.221](3.087s) Bail out!  pg_ctl start failed
tap
[21:10:30.276](2.896s) Bail out!  pg_ctl start failed
tap
[21:10:29.442](1.395s) Bail out!  pg_ctl start failed
tap
[21:10:32.680](2.388s) Bail out!  pg_ctl start failed
tap
[21:10:32.891](2.735s) Bail out!  pg_ctl start failed
tap
[21:10:33.188](2.958s) Bail out!  pg_ctl start failed
tap
[21:10:32.865](1.531s) Bail out!  pg_ctl start failed
tap
[21:10:34.129](2.911s) Bail out!  pg_ctl start failed
tap
[21:10:32.854](1.786s) Bail out!  pg_ctl start failed
tap
[21:10:35.201](4.147s) Bail out!  pg_ctl start failed
tap
[21:11:06.111](1.809s) Bail out!  pg_ctl start failed
tap
[21:11:16.067](2.428s) Bail out!  pg_ctl start failed
tap
[21:11:16.499](2.403s) Bail out!  pg_ctl start failed
tap
[21:11:16.665](2.430s) Bail out!  pg_ctl start failed
tap
[21:10:45.888](2.907s) Bail out!  pg_ctl start failed
tap
[21:10:44.731](1.602s) Bail out!  pg_ctl start failed
tap
[21:10:46.985](3.336s) Bail out!  pg_ctl start failed
tap
[21:10:48.403](3.112s) Bail out!  pg_ctl start failed
tap
[21:10:51.951](6.485s) Bail out!  pg_ctl start failed
tap
[21:10:49.755](3.390s) Bail out!  pg_ctl start failed
tap
[21:10:48.520](2.132s) Bail out!  pg_ctl start failed
tap
[21:10:48.799](2.241s) Bail out!  pg_ctl start failed
tap
[21:10:50.278](3.651s) Bail out!  pg_ctl start failed
tap
[21:10:49.658](1.689s) Bail out!  pg_ctl start failed
tap
[21:10:52.521](3.710s) Bail out!  pg_ctl start failed
tap
[21:10:51.029](1.953s) Bail out!  pg_ctl start failed
tap
[21:10:51.187](1.703s) Bail out!  pg_ctl start failed
tap
[21:10:53.669](3.630s) Bail out!  pg_ctl start failed
tap
[21:10:53.971](3.702s) Bail out!  pg_ctl start failed
tap
[21:10:53.829](3.168s) Bail out!  pg_ctl start failed
tap
[21:10:53.971](2.930s) Bail out!  pg_ctl start failed
tap
[21:10:52.899](1.315s) Bail out!  pg_ctl start failed
tap
[21:10:55.263](3.252s) Bail out!  pg_ctl start failed
tap
[21:10:55.710](3.104s) Bail out!  pg_ctl start failed
tap
[21:10:55.066](1.948s) Bail out!  pg_ctl start failed
tap
[21:10:56.469](2.751s) Bail out!  pg_ctl start failed
tap
[21:10:58.020](3.502s) Bail out!  pg_ctl start failed
tap
[21:10:57.536](3.013s) Bail out!  pg_ctl start failed
tap
[21:10:58.014](3.190s) Bail out!  pg_ctl start failed
tap
[21:10:59.702](3.632s) Bail out!  pg_ctl start failed
tap
[21:10:59.606](3.381s) Bail out!  pg_ctl start failed
tap
[21:10:59.071](3.197s) Bail out!  pg_ctl start failed
tap
[21:10:58.222](1.798s) Bail out!  pg_ctl start failed
tap
[21:10:59.027](1.634s) Bail out!  pg_ctl start failed
tap
[21:11:01.042](2.768s) Bail out!  pg_ctl start failed
tap
[21:11:03.642](3.702s) Bail out!  pg_ctl start failed
tap
[21:11:00.356](1.800s) Bail out!  pg_ctl start failed
tap
[21:11:00.530](1.458s) Bail out!  pg_ctl start failed
tap
[21:11:07.915](2.995s) Bail out!  pg_ctl start failed
tap
[21:10:40.935](2.271s) Bail out!  pg_ctl start failed
tap
[21:11:07.920](2.912s) Bail out!  pg_ctl start failed
tap
[21:11:08.760](1.737s) Bail out!  pg_ctl start failed
tap
[21:11:09.325](1.895s) Bail out!  pg_ctl start failed
tap
[21:11:09.325](1.923s) Bail out!  pg_ctl start failed
tap
[21:11:10.198](2.146s) Bail out!  pg_ctl start failed
tap
[21:11:11.980](3.457s) Bail out!  pg_ctl start failed
tap
[21:11:12.252](3.403s) Bail out!  pg_ctl start failed
tap
[21:11:13.399](3.105s) Bail out!  pg_ctl start failed
tap
[21:11:13.607](3.053s) Bail out!  pg_ctl start failed
tap
[21:11:14.210](3.379s) Bail out!  pg_ctl start failed
tap
[21:11:14.717](3.677s) Bail out!  pg_ctl start failed
test
[21:11:56.298]   5/319 postgresql:isolation / isolation/isolation                                      ERROR            ...
[21:11:56.298]   6/319 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[21:11:56.298]   7/319 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[21:11:56.298]   8/319 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[21:11:56.298]   9/319 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[21:11:56.298]  10/319 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[21:11:56.298]  11/319 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[21:11:56.298]  12/319 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[21:11:56.298]  13/319 postgresql:regress / regress/regress                                            ERROR            ...
[21:11:56.298]  14/319 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[21:11:56.298]  15/319 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[21:11:56.298]  16/319 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[21:11:56.298]  17/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[21:11:56.298]  18/319 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[21:11:56.298]  19/319 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[21:11:56.298]  21/319 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[21:11:56.298]  22/319 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[21:11:56.298]  23/319 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[21:11:56.298]  24/319 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[21:11:56.298]  25/319 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[21:11:56.298]  26/319 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[21:11:56.298]  28/319 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[21:11:56.298]  29/319 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[21:11:56.298]  30/319 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[21:11:56.298]  31/319 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[21:11:56.298]  32/319 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[21:11:56.298]  34/319 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[21:11:56.298]  33/319 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[21:11:56.298]  35/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[21:11:56.298]  36/319 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[21:11:56.298]  37/319 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[21:11:56.298]  38/319 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[21:11:56.298]  39/319 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[21:11:56.298]  40/319 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[21:11:56.298]  41/319 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[21:11:56.298]  42/319 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[21:11:56.298]  43/319 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[21:11:56.298]  44/319 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[21:11:56.298]  45/319 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[21:11:56.298]  46/319 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[21:11:56.298]  47/319 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[21:11:56.298]  48/319 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[21:11:56.298]  49/319 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[21:11:56.298]  50/319 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[21:11:56.298]  51/319 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[21:11:56.298]  52/319 postgresql:plpython / plpython/regress                                          ERROR            ...
[21:11:56.298]  53/319 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[21:11:56.298]  54/319 postgresql:recovery / recovery/043_no_contrecord_switch                         ERROR            ...
[21:11:56.298]  55/319 postgresql:recovery / recovery/044_invalidate_inactive_slots                    ERROR            ...
[21:11:56.298]  56/319 postgresql:plperl / plperl/regress                                              ERROR            ...
[21:11:56.298]  57/319 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[21:11:56.298]  58/319 postgresql:cube / cube/regress                                                  ERROR            ...
[21:11:56.298]  59/319 postgresql:bloom / bloom/regress                                                ERROR            ...
[21:11:56.304]  60/319 postgresql:dblink / dblink/regress                                              ERROR            ...
[21:11:56.304]  61/319 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[21:11:56.304]  62/319 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[21:11:56.304]  63/319 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[21:11:56.304]  64/319 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[21:11:56.304]  65/319 postgresql:citext / citext/regress                                              ERROR            ...
[21:11:56.304]  66/319 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[21:11:56.304]  67/319 postgresql:hstore / hstore/regress                                              ERROR            ...
[21:11:56.304]  68/319 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[21:11:56.304]  69/319 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[21:11:56.304]  71/319 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[21:11:56.304]  70/319 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[21:11:56.304]  73/319 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[21:11:56.304]  72/319 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[21:11:56.304]  74/319 postgresql:intarray / intarray/regress                                          ERROR            ...
[21:11:56.304]  75/319 postgresql:isn / isn/regress                                                    ERROR            ...
[21:11:56.304]  76/319 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[21:11:56.304]  77/319 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[21:11:56.304]  78/319 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[21:11:56.304]  79/319 postgresql:ltree / ltree/regress                                                ERROR            ...
[21:11:56.304]  80/319 postgresql:lo / lo/regress                                                      ERROR            ...
[21:11:56.304]  81/319 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[21:11:56.304]  82/319 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[21:11:56.304]  83/319 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[21:11:56.304]  84/319 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[21:11:56.304]  85/319 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[21:11:56.304]  86/319 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[21:11:56.304]  87/319 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[21:11:56.304]  88/319 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[21:11:56.304]  89/319 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[21:11:56.304]  90/319 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[21:11:56.304]  91/319 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[21:11:56.304]  92/319 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[21:11:56.304]  93/319 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[21:11:56.304]  94/319 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[21:11:56.304]  95/319 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[21:11:56.304]  96/319 postgresql:seg / seg/regress                                                    ERROR            ...
[21:11:56.304]  97/319 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[21:11:56.304]  98/319 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[21:11:56.304]  99/319 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[21:11:56.304] 100/319 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[21:11:56.304] 102/319 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[21:11:56.304] 101/319 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[21:11:56.304] 103/319 postgresql:brin / brin/isolation                                                ERROR            ...
[21:11:56.304] 104/319 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[21:11:56.304] 105/319 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[21:11:56.304] 106/319 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[21:11:56.304] 107/319 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[21:11:56.304] 108/319 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[21:11:56.304] 109/319 postgresql:gin / gin/regress                                                    ERROR            ...
[21:11:56.304] 110/319 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[21:11:56.304] 111/319 postgresql:injection_points / injection_points/regress                          ERROR            ...
[21:11:56.304] 112/319 postgresql:plsample / plsample/regress                                          ERROR            ...
[21:11:56.304] 113/319 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[21:11:56.304] 114/319 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[21:11:56.304] 115/319 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[21:11:56.304] 116/319 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[21:11:56.304] 117/319 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[21:11:56.304] 118/319 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[21:11:56.304] 119/319 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[21:11:56.304] 120/319 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[21:11:56.304] 121/319 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[21:11:56.304] 122/319 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[21:11:56.305] 123/319 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[21:11:56.305] 124/319 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[21:11:56.305] 125/319 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[21:11:56.305] 126/319 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[21:11:56.305] 127/319 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[21:11:56.305] 128/319 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[21:11:56.305] 129/319 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[21:11:56.305] 130/319 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[21:11:56.305] 131/319 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[21:11:56.305] 133/319 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[21:11:56.305] 134/319 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[21:11:56.305] 135/319 postgresql:typcache / typcache/regress                                          ERROR            ...
[21:11:56.305] 136/319 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[21:11:56.305] 137/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[21:11:56.305] 139/319 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[21:11:56.305] 140/319 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[21:11:56.305] 141/319 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[21:11:56.305] 144/319 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[21:11:56.305] 145/319 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[21:11:56.305] 146/319 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[21:11:56.305] 147/319 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[21:11:56.305] 148/319 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[21:11:56.305] 151/319 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[21:11:56.305] 152/319 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[21:11:56.305] 153/319 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[21:11:56.305] 154/319 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[21:11:56.305] 155/319 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[21:11:56.305] 156/319 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[21:11:56.305] 157/319 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[21:11:56.305] 159/319 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[21:11:56.305] 160/319 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[21:11:56.305] 161/319 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[21:11:56.305] 162/319 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[21:11:56.305] 164/319 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[21:11:56.305] 165/319 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[21:11:56.305] 166/319 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[21:11:56.305] 167/319 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[21:11:56.305] 168/319 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[21:11:56.305] 169/319 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[21:11:56.305] 170/319 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[21:11:56.305] 171/319 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[21:11:56.305] 173/319 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[21:11:56.305] 174/319 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[21:11:56.305] 176/319 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[21:11:56.305] 178/319 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[21:11:56.305] 179/319 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[21:11:56.305] 180/319 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[21:11:56.305] 181/319 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[21:11:56.305] 183/319 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[21:11:56.305] 184/319 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[21:11:56.305] 186/319 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[21:11:56.305] 188/319 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[21:11:56.305] 189/319 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[21:11:56.305] 190/319 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[21:11:56.307] 191/319 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[21:11:56.307] 192/319 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[21:11:56.307] 193/319 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[21:11:56.307] 194/319 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[21:11:56.307] 195/319 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[21:11:56.307] 196/319 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[21:11:56.307] 197/319 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[21:11:56.307] 199/319 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[21:11:56.307] 204/319 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[21:11:56.307] 205/319 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[21:11:56.307] 206/319 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[21:11:56.307] 207/319 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[21:11:56.307] 208/319 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[21:11:56.307] 209/319 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[21:11:56.307] 210/319 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[21:11:56.307] 211/319 postgresql:psql / psql/001_basic                                                ERROR            ...
[21:11:56.307] 212/319 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[21:11:56.307] 213/319 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[21:11:56.307] 214/319 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[21:11:56.307] 216/319 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[21:11:56.307] 218/319 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[21:11:56.307] 217/319 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[21:11:56.307] 219/319 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[21:11:56.307] 220/319 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[21:11:56.307] 221/319 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[21:11:56.307] 223/319 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[21:11:56.307] 224/319 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[21:11:56.307] 226/319 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[21:11:56.307] 227/319 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[21:11:56.307] 228/319 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[21:11:56.307] 229/319 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[21:11:56.307] 230/319 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[21:11:56.307] 231/319 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[21:11:56.307] 232/319 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[21:11:56.307] 234/319 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[21:11:56.307] 235/319 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[21:11:56.307] 236/319 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[21:11:56.307] 237/319 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[21:11:56.307] 238/319 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[21:11:56.307] 240/319 postgresql:authentication / authentication/001_password                         ERROR            ...
[21:11:56.307] 242/319 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[21:11:56.307] 243/319 postgresql:authentication / authentication/003_peer                             ERROR            ...
[21:11:56.307] 244/319 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[21:11:56.307] 245/319 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[21:11:56.307] 246/319 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
[21:11:56.307] 247/319 postgresql:subscription / subscription/002_types                                ERROR            ...
[21:11:56.307] 248/319 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
[21:11:56.307] 249/319 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[21:11:56.307] 250/319 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[21:11:56.307] 251/319 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[21:11:56.307] 252/319 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[21:11:56.335] 253/319 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[21:11:56.335] 254/319 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[21:11:56.335] 256/319 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[21:11:56.335] 257/319 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[21:11:56.335] 258/319 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[21:11:56.335] 259/319 postgresql:subscription / subscription/013_partition                            ERROR            ...
[21:11:56.335] 260/319 postgresql:subscription / subscription/014_binary                               ERROR            ...
[21:11:56.335] 261/319 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[21:11:56.335] 262/319 postgresql:subscription / subscription/011_generated                            ERROR            ...
[21:11:56.335] 263/319 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[21:11:56.335] 264/319 postgresql:subscription / subscription/015_stream                               ERROR            ...
[21:11:56.335] 265/319 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[21:11:56.335] 266/319 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[21:11:56.335] 267/319 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[21:11:56.335] 268/319 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[21:11:56.335] 269/319 postgresql:subscription / subscription/020_messages                             ERROR            ...
[21:11:56.335] 270/319 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[21:11:56.335] 271/319 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[21:11:56.335] 272/319 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[21:11:56.335] 274/319 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[21:11:56.335] 273/319 postgresql:subscription / subscription/026_stats                                ERROR            ...
[21:11:56.335] 275/319 postgresql:subscription / subscription/030_origin                               ERROR            ...
[21:11:56.335] 276/319 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[21:11:56.335] 277/319 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[21:11:56.335] 278/319 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[21:11:56.335] 279/319 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[21:11:56.335] 280/319 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[21:11:56.335] 281/319 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[21:11:56.335] 282/319 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[21:11:56.335] 283/319 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[21:11:56.335] 284/319 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[21:11:56.335] 286/319 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[21:11:56.335] 287/319 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[21:11:56.335] 288/319 postgresql:brin / brin/01_workitems                                             ERROR            ...
[21:11:56.335] 290/319 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[21:11:56.335] 291/319 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[21:11:56.335] 292/319 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[21:11:56.335] 293/319 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[21:11:56.335] 295/319 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[21:11:56.335] 297/319 postgresql:oauth_validator / oauth_validator/002_client                         ERROR            ...
[21:11:56.335] 298/319 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[21:11:56.335] 299/319 postgresql:test_escape / test_escape/001_test_escape                            ERROR            ...
[21:11:56.335] 300/319 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[21:11:56.335] 301/319 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[21:11:56.335] 302/319 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[21:11:56.335] 303/319 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[21:11:56.335] 304/319 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[21:11:56.335] 305/319 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[21:11:56.335] 308/319 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[21:11:56.335] 310/319 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[21:11:56.335] 311/319 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[21:11:56.340] 313/319 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[21:11:56.340] 315/319 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[21:11:56.340] 316/319 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[21:11:56.340] 317/319 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
52/5319 Changing shared_buffers without restart
CompilerWarnings
compiler
[04:14:45.785] pg_shmem.c:155:6: error: no previous extern declaration for non-static variable 'SHMEM_EXTRA_SIZE_LIMIT' ...
compiler
[04:13:46.388] pg_shmem.c:155:6: error: no previous extern declaration for non-static variable 'SHMEM_EXTRA_SIZE_LIMIT' ...
linker
[04:17:33.690] /usr/bin/x86_64-w64-mingw32-ld: utils/misc/guc_tables.o:guc_tables.c:(.data+0x80a0): undefined reference ...
linker
[04:17:33.664] /usr/bin/x86_64-w64-mingw32-ld: postmaster/launch_backend.o:launch_backend:(.rdata$.refptr.ShmemLock[.ref...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("buf_state & BM_TAG_VALID"), File: "bufmgr.c", Line: 1992, PID: 62409
assertion
TRAP: failed Assert("RelFileNumberIsValid(rlocator.relNumber)"), File: "smgr.c", Line: 207, PID: 62337
core
[04:32:13.275] #0  0x00007f413cddbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:13.275] #1  0x00007f413cd8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:13.275] #2  0x00007f413cd77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:13.275] #3  0x0000561710219b93 in ExceptionalCondition (conditionName=conditionName@entry=0x5617105f2500 "RelFile...
[04:32:13.275] #4  0x000056170feec638 in smgropen (rlocator=..., backend=backend@entry=-1) at smgr.c:207
[04:32:13.275] #5  0x000056170fe5ee26 in FlushBuffer (buf=buf@entry=0x7f3e59209b40, reln=reln@entry=0x0, io_object=io_ob...
[04:32:13.275] #6  0x000056170fe6bf0c in SyncOneBuffer (buf_id=buf_id@entry=127, skip_recently_used=skip_recently_used@e...
[04:32:13.275] #7  0x000056170fe6cda2 in BufferSync (flags=flags@entry=124) at bufmgr.c:3119
[04:32:13.275] #8  0x000056170fe6d06d in CheckPointBuffers (flags=flags@entry=124) at bufmgr.c:3709
[04:32:13.275] #9  0x000056170f6a663c in CheckPointGuts (checkPointRedo=73418816, flags=flags@entry=124) at xlog.c:7547
core
[04:32:12.377] #0  0x00007fe01beabebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:12.377] #1  0x00007fe01be5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:12.377] #2  0x00007fe01be47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:12.377] #3  0x00007fe01ced650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:32:12.377] #4  0x00007fe01cee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:32:12.377] #5  0x00007fe01cec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff8d36cc26, __in_ch...
[04:32:12.377] #6  0x00007fe01cec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735562569872, sp...
[04:32:12.377] #7  0x00007fe01cec290f in __asan::__asan_report_store8 (addr=<optimized out>) at ../../../../src/libsanit...
[04:32:12.377] #8  0x0000555dd4d9acdc in PGSharedMemoryCreate (size=size@entry=109199360, shim=shim@entry=0x7fff8d36da60...
[04:32:12.377] #9  0x0000555dd4ee8ba6 in CreateSharedMemoryAndSemaphores () at ipci.c:236
core
[04:32:12.836] #0  0x00007f8c988abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:12.836] #1  0x00007f8c9885cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:12.836] #2  0x00007f8c98847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:12.836] #3  0x00007f8c99ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:32:12.836] #4  0x00007f8c99ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:32:12.836] #5  0x00007f8c99ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffeb78246d6, __in_ch...
[04:32:12.836] #6  0x00007f8c99ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140731977192256, sp...
[04:32:12.836] #7  0x00007f8c99ac290f in __asan::__asan_report_store8 (addr=<optimized out>) at ../../../../src/libsanit...
[04:32:12.836] #8  0x000055e6aa8f3cdc in PGSharedMemoryCreate (size=size@entry=109199360, shim=shim@entry=0x7ffeb7825510...
[04:32:12.836] #9  0x000055e6aaa41ba6 in CreateSharedMemoryAndSemaphores () at ipci.c:236
core
[04:32:13.735] #0  0x00007fba5c4abebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:13.735] #1  0x00007fba5c45cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:13.735] #2  0x00007fba5c447472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:13.735] #3  0x00007fba5d6d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:32:13.735] #4  0x00007fba5d6e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:32:13.735] #5  0x00007fba5d6c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd7eacebb6, __in_ch...
[04:32:13.735] #6  0x00007fba5d6c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726728718368, sp...
[04:32:13.735] #7  0x00007fba5d6c290f in __asan::__asan_report_store8 (addr=<optimized out>) at ../../../../src/libsanit...
[04:32:13.735] #8  0x00005561424ebcdc in PGSharedMemoryCreate (size=size@entry=119209984, shim=shim@entry=0x7ffd7eacf9f0...
[04:32:13.735] #9  0x0000556142639ba6 in CreateSharedMemoryAndSemaphores () at ipci.c:236
core
[04:32:15.148] #0  0x00007f413cddbebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:15.148] #1  0x00007f413cd8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:15.148] #2  0x00007f413cd77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:32:15.148] #3  0x0000561710219b93 in ExceptionalCondition (conditionName=conditionName@entry=0x5617105cd840 "buf_sta...
[04:32:15.148] #4  0x000056170fe64225 in GetVictimBuffer (strategy=strategy@entry=0x0, io_context=io_context@entry=IOCON...
[04:32:15.148] #5  0x000056170fe65e1f in BufferAlloc (io_context=IOCONTEXT_NORMAL, foundPtr=0x7ffcb7eb5ee0, strategy=0x0...
[04:32:15.148] #6  PinBufferForBlock (foundPtr=0x7ffcb7eb5ee0, strategy=0x0, blockNum=1, forkNum=MAIN_FORKNUM, persisten...
[04:32:15.148] #7  StartReadBuffersImpl (flags=0, nblocks=<synthetic pointer>, blockNum=1, buffers=0x7ffcb7eb6000, opera...
[04:32:15.148] #8  StartReadBuffer (operation=operation@entry=0x7ffcb7eb6050, buffer=buffer@entry=0x7ffcb7eb6000, blockn...
[04:32:15.148] #9  0x000056170fe67b1d in ReadBuffer_common (strategy=0x0, mode=RBM_NORMAL, blockNum=1, forkNum=MAIN_FORK...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out	2025-02-21 04:08:17.478976424 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/numeric.out	2025-02-21 04:25:01.485739224 +0000
@@ -3753,24 +3753,20 @@
 ROLLBACK;
 -- case where sum of squares would overflow but variance does not
 DELETE FROM num_variance;
+ERROR:  index "pg_statistic_ext_relid_index" contains corrupted page at block 4294967295
+HINT:  Please REINDEX it.
 INSERT INTO num_variance SELECT 9e131071 + x FROM generate_series(1, 5) x;
 SELECT variance(a) FROM num_variance;
-      variance      
---------------------
- 2.5000000000000000
-(1 row)
-
+ERROR:  index "pg_statistic_ext_relid_index" contains corrupted page at block 4294967295
+HINT:  Please REINDEX it.
 -- check that parallel execution produces the same result
 BEGIN;
...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/backend/port/pg_shmem.c:1024 in PGSharedMemor...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/backend/port/pg_shmem.c:1024 in PGSharedMemor...
sanitizer
SUMMARY: AddressSanitizer: global-buffer-overflow /tmp/cirrus-ci-build/src/backend/port/pg_shmem.c:1024 in PGSharedMemor...
tap
[04:16:50.344](0.464s) Bail out!  pg_ctl start failed
tap
[04:25:10.773](11.334s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("!(buf_state & (BM_TAG_VALID | BM_VALID | BM_DIRTY))"), File: "../src/backend/storage/buffer/bufmgr....
assertion
TRAP: failed Assert("BufferGetBlockNumber(buffer) == blkno"), File: "../src/backend/access/heap/heapam.c", Line: 1669, P...
core
[04:20:05.314] #0  0x00007f12dbd4d244 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.314] #1  0x00007f12dbd47b35 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.314] #2  0x00007f12dbd46957 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.314] #3  0x00007f12dbd4638c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.314] #4  0x00005617277169dd in ?? ()
[04:20:05.314] #5  0x00007f12dbd3b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.314] #6  0x00007f12dbd3b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.314] #7  0x0000561727717171 in ?? ()
[04:20:05.755] #0  0x00007f490bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:20:08.208] #0  0x00007f3c824a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:08.208] #1  0x00007f3c8245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:08.208] #2  0x00007f3c82445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:08.208] #3  0x00007f3c8261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:08.208] #4  0x00007f3c8262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:08.208] #5  0x00007f3c8260db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ebb6a7d080, In...
[04:20:08.208] #6  0x000055ebb5d751e8 in CreateAnonymousSegment (mapping=mapping@entry=0x55ebb6df9940 <AutovacuumLaunche...
[04:20:08.208] #7  0x000055ebb5d75a87 in PGSharedMemoryCreate (size=size@entry=109199360, shim=shim@entry=0x7ffdb0eae8e8...
[04:20:08.208] #8  0x000055ebb5e7ca74 in CreateSharedMemoryAndSemaphores () at ../src/backend/storage/ipc/ipci.c:236
[04:20:08.208] #9  0x000055ebb5d8a11f in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:3173
core
[04:20:08.732] #0  0x00007f55576a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:08.732] #1  0x00007f555765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:08.732] #2  0x00007f5557645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:08.732] #3  0x00005585f16152a2 in ExceptionalCondition (conditionName=conditionName@entry=0x5585f1844008 "BufferG...
[04:20:08.732] #4  0x00005585f0cabe7b in heap_hot_search_buffer (tid=tid@entry=0x55862926a4e0, relation=0x7f5554a93f08, ...
[04:20:08.732] #5  0x00005585f0cafe23 in heapam_index_fetch_tuple (scan=0x55862926a6d0, tid=0x55862926a4e0, snapshot=0x5...
[04:20:08.732] #6  0x00005585f0cd3c53 in table_index_fetch_tuple (scan=<optimized out>, tid=tid@entry=0x55862926a4e0, sn...
[04:20:08.732] #7  0x00005585f0cd6200 in index_fetch_heap (scan=scan@entry=0x55862926a480, slot=<optimized out>) at ../s...
[04:20:08.732] #8  0x00005585f0fd4ae5 in IndexOnlyNext (node=node@entry=0x55862923dec0) at ../src/backend/executor/nodeI...
[04:20:08.732] #9  0x00005585f0f8cad3 in ExecScanFetch (recheckMtd=0x5585f0fd416d <IndexOnlyRecheck>, accessMtd=0x5585f0...
core
[04:20:07.744] #0  0x00007f7e89f7bb93 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.744] #1  0x0000559a8e36dcc0 in ?? ()
[04:20:07.744] #2  0x0000559a8e36defa in ?? ()
[04:20:07.744] #3  0x0000559a8e36f630 in ?? ()
[04:20:07.744] #4  0x0000559a8e369371 in ?? ()
[04:20:07.744] #5  0x0000559a8e36820f in ?? ()
[04:20:07.744] #6  0x0000559a8e368c3b in ?? ()
[04:20:07.744] #7  0x0000559a8e36666f in ?? ()
[04:20:07.744] #8  0x00007f7e89ecf24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.744] #9  0x00007f7e89ecf305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:20:07.616] #0  0x00007ff4f6aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.616] #1  0x00007ff4f6a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.616] #2  0x00007ff4f6a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.616] #3  0x00007ff4f6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:07.616] #4  0x00007ff4f6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:07.616] #5  0x00007ff4f6c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559b1f018080, In...
[04:20:07.616] #6  0x0000559b1e3101e8 in CreateAnonymousSegment (mapping=mapping@entry=0x559b1f394940 <AutovacuumLaunche...
[04:20:07.616] #7  0x0000559b1e310a87 in PGSharedMemoryCreate (size=size@entry=109199360, shim=shim@entry=0x7fffb782edf8...
[04:20:07.616] #8  0x0000559b1e417a74 in CreateSharedMemoryAndSemaphores () at ../src/backend/storage/ipc/ipci.c:236
[04:20:07.616] #9  0x0000559b1e32511f in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:3173
core
[04:20:07.143] #0  0x00007f55576a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.143] #1  0x00007f555765afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.143] #2  0x00007f5557645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:07.143] #3  0x00005585f16152a2 in ExceptionalCondition (conditionName=conditionName@entry=0x5585f18d7be0 "!(buf_s...
[04:20:07.143] #4  0x00005585f12fb57c in GetVictimBuffer (strategy=strategy@entry=0x0, io_context=io_context@entry=IOCON...
[04:20:07.143] #5  0x00005585f12fc1cc in BufferAlloc (io_context=IOCONTEXT_NORMAL, foundPtr=0x7ffed13bbf9f, strategy=0x0...
[04:20:07.143] #6  PinBufferForBlock (foundPtr=0x7ffed13bbf9f, strategy=0x0, blockNum=13, forkNum=MAIN_FORKNUM, persiste...
[04:20:07.143] #7  StartReadBuffersImpl (flags=<optimized out>, nblocks=0x7ffed13bbfbc, blockNum=13, buffers=0x7ffed13bc...
[04:20:07.143] #8  StartReadBuffer (operation=operation@entry=0x7ffed13bc030, buffer=buffer@entry=0x7ffed13bc02c, blockn...
[04:20:07.143] #9  0x00005585f12fd978 in ReadBuffer_common (strategy=0x0, mode=RBM_NORMAL, blockNum=13, forkNum=MAIN_FOR...
core
[04:20:05.814] #0  0x00007f490bea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.814] #1  0x00007f490be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.814] #2  0x00007f490be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:20:05.814] #3  0x00007f490c01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:20:05.814] #4  0x00007f490c02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:20:05.814] #5  0x00007f490c00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5586d1d22080, In...
[04:20:05.814] #6  0x00005586d101a1e8 in CreateAnonymousSegment (mapping=mapping@entry=0x5586d209e940 <AutovacuumLaunche...
[04:20:05.814] #7  0x00005586d101aa87 in PGSharedMemoryCreate (size=size@entry=119209984, shim=shim@entry=0x7ffdf6307908...
[04:20:05.814] #8  0x00005586d1121a74 in CreateSharedMemoryAndSemaphores () at ../src/backend/storage/ipc/ipci.c:236
[04:20:05.814] #9  0x00005586d102f11f in PostmasterStateMachine () at ../src/backend/postmaster/postmaster.c:3173
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/numeric.out	2025-02-21 04:08:19.388526714 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/numeric.out	2025-02-21 04:13:41.92260614...
@@ -3754,132 +3754,7 @@
 -- case where sum of squares would overflow but variance does not
 DELETE FROM num_variance;
 INSERT INTO num_variance SELECT 9e131071 + x FROM generate_series(1, 5) x;
-SELECT variance(a) FROM num_variance;
-      variance      
---------------------
- 2.5000000000000000
-(1 row)
-
--- check that parallel execution produces the same result
-BEGIN;
-ALTER TABLE num_variance SET (parallel_workers = 4);
-SET LOCAL parallel_setup_cost = 0;
-SET LOCAL max_parallel_workers_per_gather = 4;
-SELECT variance(a) FROM num_variance;
-      variance      
...
tap
[04:14:58.972](0.269s) Bail out!  pg_ctl start failed
tap
[04:13:55.727](20.458s) not ok 2 - regression tests pass
tap
[04:13:56.831](0.314s) Bail out!  pg_ctl start failed
test
[04:17:33.435]  37/324 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[04:17:33.435]  39/324 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[04:17:33.435] 171/324 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[04:17:33.435] 322/324 postgresql:recovery / recovery/013_crash_restart                                ERROR           2...
[04:17:33.435] 323/324 postgresql:recovery / recovery/022_crash_temp_files                             ERROR           2...
[04:17:33.435] 324/324 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:09:36.801] postmaster_launch_backend.c.obj : error LNK2001: unresolved external symbol ShmemLock
compiler
[04:09:36.801] utils_misc_guc_tables.c.obj : error LNK2001: unresolved external symbol AnonymousShmemResize
52/5483 Don't dirty pages while they are getting flushed out
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:15:02.343](0.001s) not ok 4 - connecting to an invalid database: matches
test
[18:19:13.345] 172/315 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
51/4314 Unlinking Parallel Hash Join inner batch files sooner
Windows - Server 2019, VS 2019 - Meson & ninja
test
[13:20:29.132] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5263 removes attndims and typndims entirely
Windows - Server 2019, VS 2019 - Meson & ninja
test
[07:46:30.792] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4738 psql: Rethinking of \du command
Windows - Server 2019, VS 2019 - Meson & ninja
test
[07:21:35.757] 132/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5158 Blast-RADIUS mitigation
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:58:59.759] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4716 COPY TO json
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:53:57.257] 135/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5462 history of vacuum / checkpoint runs
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:23:17.572] 132/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[04:55:49.558] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[04:55:49.558] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[04:55:41.240] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[04:55:41.240] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[04:55:10.591] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[04:55:10.591] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[04:55:02.469] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[04:55:02.469] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[04:56:12.728] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[04:56:12.728] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
Windows - Server 2019, VS 2019 - Meson & ninja
test
[05:07:16.721] 135/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4952 Use WALReadFromBuffers in more places
Windows - Server 2019, VS 2019 - Meson & ninja
test
[03:55:25.026] 135/315 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5231 Consider the number of columns in the sort cost model
FreeBSD - 13 - Meson
core
[02:45:47.948] #0  0x000000082bceb8fa in _sigprocmask () from /lib/libc.so.7
[02:45:47.948] #1  0x000000082bd24f91 in _system () from /lib/libc.so.7
[02:45:47.948] #2  0x000000082afc49d3 in ?? () from /lib/libthr.so.3
[02:45:47.948] #3  0x000000000066a435 in RestoreArchivedFile (path=path@entry=0x8217691d0 "P\222v!\b", xlogfname=xlogfna...
[02:45:47.948] #4  0x0000000000675abe in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR...
[02:45:47.948] #5  0x00000000006717fc in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[02:45:47.948] #6  WaitForWALToBecomeAvailable (RecPtr=67199088, tliRecPtr=67199064, replayTLI=2, replayLSN=67199064, ra...
[02:45:47.948] #7  XLogPageRead (xlogreader=0x83609a130, targetPagePtr=67198976, reqLen=112, targetRecPtr=67199064, read...
[02:45:47.948] #8  0x00000000006787a2 in ReadPageInternal (state=state@entry=0x83609a130, pageptr=67198976, reqLen=112) ...
[02:45:47.948] #9  0x0000000000677612 in XLogDecodeNextRecord (state=0x83609a130, nonblocking=false) at ../src/backend/a...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2025-02-01 02:38:28.566114000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-02-01 02:41:07.0340200...
@@ -383,26 +383,24 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:43:29.200]  88/319 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	2025-02-01 02:38:28.410197114 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out	2025-02-01 02:43:52.556550480 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
Linux - Debian Bookworm - Meson
core
[02:47:55.730] #0  <unavailable> in ?? ()
core
[02:47:55.730] #0  0x00007f124d083da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.730] #1  0x00007f124d030239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.730] #2  0x00007f124d030497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.730] #3  0x0000555a5c2355f3 in ?? ()
[02:47:55.730] #4  0x0000555a5c22f369 in ?? ()
[02:47:55.730] #5  0x0000555a5c22e20f in ?? ()
[02:47:55.730] #6  0x0000555a5c22ec3b in ?? ()
[02:47:55.730] #7  0x0000555a5c22c66f in ?? ()
[02:47:55.730] #8  0x00007f124d01b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.730] #9  0x00007f124d01b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[02:47:55.845] #0  0x00007f124d083da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.845] #1  0x00007f124d030239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.845] #2  0x00007f124d030497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.845] #3  0x0000555a5c2355c1 in ?? ()
[02:47:55.845] #4  0x0000555a5c22f369 in ?? ()
[02:47:55.845] #5  0x0000555a5c22e20f in ?? ()
[02:47:55.845] #6  0x0000555a5c22ec3b in ?? ()
[02:47:55.845] #7  0x0000555a5c22c66f in ?? ()
[02:47:55.845] #8  0x00007f124d01b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[02:47:55.845] #9  0x00007f124d01b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out	2025-02-01 02:38:29.263760882 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-02-01 02:43:31.7688094...
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:45:36.832]  86/320 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	2025-02-01 02:45:11
+++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-02-01 02:50:53
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:54:44.255]  88/319 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	2025-02-01 02:38:29.023790600 +0000
+++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out	2025-02-01 02:45:10.947490000 +0000
@@ -383,25 +383,23 @@
 (1 row)
 
 EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5;
+      QUERY PLAN       
+-----------------------
+ HashAggregate
+   Group Key: (1), (2)
+   ->  Append
+         ->  Result
+         ->  Result
+(5 rows)
+
          QUERY PLAN         
 ----------------------------
- Unique
-   ->  Sort
...
test
[02:52:18.610]  87/314 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[02:52:18.610] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5061 New function rand_array() to contrib/tablefunc
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:21:18.779] 135/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5358 Shave a few cycles off our ilog10 implementation
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:20:54.243] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[01:55:13.874] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[01:54:37.090] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[01:58:12.833] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:06:27.304] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5426 Add a warning message when using unencrypted passwords
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-02-01 01:49:23.500703000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2025-02-01 01:52:15.611475000 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[01:54:16.553] 142/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-02-01 01:49:20.015261848 +0000
+++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr	2025-02-01 01:51:24.157005816 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
Linux - Debian Bookworm - Meson
core
[01:56:52.887] #0  0x00007f86a6c52da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:52.887] #1  0x00007f86a6bff239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:52.887] #2  0x00007f86a6bff497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:52.887] #3  0x000055ccd01195c1 in ?? ()
[01:56:52.887] #4  0x000055ccd0113369 in ?? ()
[01:56:52.887] #5  0x000055ccd011220f in ?? ()
[01:56:52.887] #6  0x000055ccd0112c3b in ?? ()
[01:56:52.887] #7  0x000055ccd011066f in ?? ()
[01:56:52.887] #8  0x00007f86a6bea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:52.887] #9  0x00007f86a6bea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:56:53.006] #0  0x00007f86a6c52da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:53.006] #1  0x00007f86a6bff239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:53.006] #2  0x00007f86a6bff497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:53.006] #3  0x000055ccd01195f3 in ?? ()
[01:56:53.006] #4  0x000055ccd0113369 in ?? ()
[01:56:53.006] #5  0x000055ccd011220f in ?? ()
[01:56:53.006] #6  0x000055ccd0112c3b in ?? ()
[01:56:53.006] #7  0x000055ccd011066f in ?? ()
[01:56:53.006] #8  0x00007f86a6bea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[01:56:53.006] #9  0x00007f86a6bea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[01:56:53.006] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/...
--- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr	2025-02-01 01:49:18.536829002 +0000
+++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr	2025-02-01 01:52:49.741836860 +0000
@@ -4,16 +4,24 @@
 [NO_PID]: sqlca: code: 0, state: 00000
 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query
 [NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: raising sqlcode 0
+[NO_PID]: sqlca: code: 0, state: 01000
+[NO_PID]: ecpg_execute on line 24: using PQexec
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE
-[NO_PID]: sqlca: code: 0, state: 00000
+[NO_PID]: sqlca: code: 0, state: 01000
 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete...
 [NO_PID]: sqlca: code: 0, state: 00000
-[NO_PID]: ecpg_execute on line 25: using PQexec
...
test
[01:54:39.075] 144/320 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
macOS - Sonoma - Meson
test
[02:14:15.630] 142/319 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[02:02:29.052] 132/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5122 REINDEX not updating partition progress
Windows - Server 2019, VS 2019 - Meson & ninja
test
[01:44:11.341] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5477 Allow EXPLAIN to Output Page Fault Information
Windows - Server 2019, VS 2019 - Meson & ninja
test
[01:19:17.643] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4950 Show WAL stats on pg_stat_io
Windows - Server 2019, VS 2019 - Meson & ninja
test
[00:51:49.077] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
52/5128 Allow partition-wise join when whole row var is needed
Windows - Server 2019, VS 2019 - Meson & ninja
test
[00:48:38.509] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5421 Use streaming read API in pgstattuple.
Linux - Debian Bookworm - Meson
core
[00:39:06.171] #0  0x00007f63e5230da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.171] #1  0x00007f63e51dd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.171] #2  0x00007f63e51dd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.171] #3  0x00005638738a65f3 in ?? ()
[00:39:06.171] #4  0x00005638738a0369 in ?? ()
[00:39:06.171] #5  0x000056387389f20f in ?? ()
[00:39:06.171] #6  0x000056387389fc3b in ?? ()
[00:39:06.171] #7  0x000056387389d66f in ?? ()
[00:39:06.171] #8  0x00007f63e51c824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.171] #9  0x00007f63e51c8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:39:05.803] #0  0x00007fd5aa89ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.803] #1  0x00007fd5aa847239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.803] #2  0x00007fd5aa847497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.803] #3  0x000055781f0c75c1 in ?? ()
[00:39:05.803] #4  0x000055781f0c1369 in ?? ()
[00:39:05.803] #5  0x000055781f0c020f in ?? ()
[00:39:05.803] #6  0x000055781f0c0c3b in ?? ()
[00:39:05.803] #7  0x000055781f0be66f in ?? ()
[00:39:05.803] #8  0x00007fd5aa83224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.803] #9  0x00007fd5aa832305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:39:05.927] #0  0x00007f63e5230da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.927] #1  0x00007f63e51dd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.927] #2  0x00007f63e51dd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.927] #3  0x00005638738a65c1 in ?? ()
[00:39:05.927] #4  0x00005638738a0369 in ?? ()
[00:39:05.927] #5  0x000056387389f20f in ?? ()
[00:39:05.927] #6  0x000056387389fc3b in ?? ()
[00:39:05.927] #7  0x000056387389d66f in ?? ()
[00:39:05.927] #8  0x00007f63e51c824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:05.927] #9  0x00007f63e51c8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:39:06.051] #0  <unavailable> in ?? ()
core
[00:39:06.051] #0  0x00007fd5aa89ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.051] #1  0x00007fd5aa847239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.051] #2  0x00007fd5aa847497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.051] #3  0x000055781f0c75f3 in ?? ()
[00:39:06.051] #4  0x000055781f0c1369 in ?? ()
[00:39:06.051] #5  0x000055781f0c020f in ?? ()
[00:39:06.051] #6  0x000055781f0c0c3b in ?? ()
[00:39:06.051] #7  0x000055781f0be66f in ?? ()
[00:39:06.051] #8  0x00007fd5aa83224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[00:39:06.051] #9  0x00007fd5aa832305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[00:39:06.171] #0  <unavailable> in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt...
--- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out	2025-02-01 00:26:18.955607478 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out	2025-02-01 00:34:33.819519131 +000...
@@ -134,7 +134,7 @@
 select * from pgstathashindex('test_hashidx');
  version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent 
 ---------+--------------+----------------+--------------+--------------+------------+------------+--------------
-       4 |            4 |              0 |            1 |            0 |          0 |          0 |          100
+       4 |            2 |              0 |            1 |            0 |          0 |          0 |          100
 (1 row)
 
 create index test_gistidx ON test USING gist(c);
@@ -166,7 +166,7 @@
 select pgstattuple('test_hashidx');
            pgstattuple           
 ---------------------------------
- (49152,0,0,0,0,0,0,32608,66.34)
+ (32768,0,0,0,0,0,0,16304,49.76)
 (1 row)
 
...
test
[00:36:43.687]  84/320 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[00:39:55.574] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5391 Code cleanup for detoast a expanded datum.
Windows - Server 2019, VS 2019 - Meson & ninja
test
[23:36:39.941] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4476 Extract numeric field in JSONB more effectively
Windows - Server 2019, VS 2019 - Meson & ninja
test
[23:13:12.657] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5446 Improving default column names/aliases of subscript text expressions
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul...
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2025-01-31 22:47:15.913050000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out	2025-01-31 22:49:29.533569000 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:17.453576000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2025-01-31 22:48:50.480975000 +0...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:17.453576000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2025-01-31 22:49:38.224223000 ...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:17.453576000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2025-01-31 22:48:52.261387000 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[22:49:12.994](69.146s) not ok 5 - regression tests pass
tap
[22:49:58.176](78.058s) not ok 2 - regression tests pass
test
[22:51:58.869]  44/319 postgresql:regress / regress/regress                                            ERROR            ...
[22:51:58.869]  69/319 postgresql:hstore / hstore/regress                                              ERROR            ...
[22:51:58.869]  95/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:51:58.869] 156/319 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2025-01-31 22:47:13.594812974 +0000
+++ /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out	2025-01-31 22:49:55.072732913 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:15.487227431 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/jsonb.out	2025-01-31 22:52:00.069083270 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/regress/results/jsonb.ou...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:15.487227431 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/jsonb.out	2025-01-31 22:50:16.421560904 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[22:52:12.317](118.604s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul...
--- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out	2025-01-31 22:47:13.669986652 +0000
+++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out	2025-01-31 22:50:03.333232574 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:15.510288965 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2025-01-31 22:49:37.797238657 +0...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:15.510288965 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2025-01-31 22:50:15.785219578 ...
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out	2025-01-31 22:47:15.510288965 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out	2025-01-31 22:49:31.593233529 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[22:49:53.625](75.118s) not ok 5 - regression tests pass
tap
[22:50:28.846](76.983s) not ok 2 - regression tests pass
test
[22:52:09.857]  43/320 postgresql:regress / regress/regress                                            ERROR            ...
[22:52:09.857]  75/320 postgresql:hstore / hstore/regress                                              ERROR            ...
[22:52:09.857] 134/320 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[22:52:09.857] 157/320 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/contrib/hstore/expected/hstore.out /Users/admin/pgsql/build/testrun/hstore/regress/results/h...
--- /Users/admin/pgsql/contrib/hstore/expected/hstore.out	2025-01-31 22:58:12
+++ /Users/admin/pgsql/build/testrun/hstore/regress/results/hstore.out	2025-01-31 23:02:56
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2025-01-31 22:58:15
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2025-01-31 23:01:25
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2025-01-31 22:58:15
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2025-01-31 23:03:03
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/jsonb.out	2025-01-31 22:58:15
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/jsonb.out	2025-01-31 23:01:25
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[23:01:45.897](96.642s) not ok 5 - regression tests pass
tap
[23:03:22.893](106.959s) not ok 2 - regression tests pass
test
[23:06:16.019]  30/319 postgresql:regress / regress/regress                                            ERROR           1...
[23:06:16.019]  58/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:06:16.019]  70/319 postgresql:hstore / hstore/regress                                              ERROR            ...
[23:06:16.019] 152/319 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/hstore/expected/hstore.out C:/cirrus/build/testrun/hstore/regress/results...
--- C:/cirrus/contrib/hstore/expected/hstore.out	2025-01-31 22:47:14.429352200 +0000
+++ C:/cirrus/build/testrun/hstore/regress/results/hstore.out	2025-01-31 22:53:24.056520800 +0000
@@ -1597,7 +1597,7 @@
 -- Test subscripting
 insert into test_json_agg default values;
 select f2['d'], f2['x'] is null as x_isnull from test_json_agg;
-   f2   | x_isnull 
+   d    | x_isnull 
 --------+----------
  12345  | t
  -12345 | t
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2025-01-31 22:47:18.744331700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out	2025-01-31 22:50:57.101447400 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2025-01-31 22:47:18.744331700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out	2025-01-31 22:53:25.986635700 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/jsonb.out	2025-01-31 22:47:18.744331700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out	2025-01-31 22:50:40.910527100 +0000
@@ -4934,8 +4934,8 @@
 HINT:  Try using the function jsonb_set to replace key value.
 -- jsonb subscript
 select ('123'::jsonb)['a'];
- jsonb 
--------
+ a 
+---
  
 (1 row)
 
@@ -4952,8 +4952,8 @@
 (1 row)
 
 select ('{"a": 1}'::jsonb)['a'];
- jsonb 
--------
...
tap
[22:51:19.274](124.308s) not ok 5 - regression tests pass
tap
[22:53:51.493](141.785s) not ok 2 - regression tests pass
test
[23:02:15.812]  17/314 postgresql:regress / regress/regress                                            ERROR           1...
[23:02:15.812]  42/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[23:02:15.812]  68/314 postgresql:hstore / hstore/regress                                              ERROR            ...
[23:02:15.812] 110/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[23:02:15.812] 132/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5225 Vectored IO in XLogWrite()
Windows - Server 2019, VS 2019 - Meson & ninja
test
[22:26:58.520] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[22:14:30.409] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[22:14:30.409] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[22:14:30.409] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[22:14:30.409] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Linux - Debian Bookworm - Autoconf
tap
[22:07:12.674](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[22:08:46.321](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[22:10:21.643] 170/320 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:06:34.943] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[22:06:24.416] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[22:06:24.416] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[22:06:34.943] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
51/4777 Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:49:03.151] 135/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5148 Recovery of .partial WAL segments
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:44:28.309] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5333 Document how to run only specific regress tests
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:12:10.436] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/5308 doc: virtual envs with Pl/Python
Windows - Server 2019, VS 2019 - Meson & ninja
test
[21:10:43.029] 132/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/4763 Change prefetch and read strategies to use range in pg_prewarm
Windows - Server 2019, VS 2019 - Meson & ninja
test
[20:59:09.211] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
51/3705 ALTER TABLE and CLUSTER fail to use a BulkInsertState for toast tables
Windows - Server 2019, VS 2019 - Meson & ninja
test
[20:46:24.429] 133/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
52/5505 Allow to use an index for ILIKE in more cases
Windows - Server 2019, VS 2019 - Meson & ninja
test
[19:58:52.254] 134/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
52/5129 Asynchronous MergeAppend Execution
FreeBSD - 13 - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:55:01.116276000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-01-29 17:57:07.971658000...
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:55:01.116276000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-01-29 17:57:53.7440780...
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:55:01.116276000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2025-01-29 17:57:04.155082000 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[17:57:50.175](71.570s) not ok 5 - regression tests pass
tap
[17:58:40.231](84.397s) not ok 2 - regression tests pass
test
[18:00:37.764]  28/319 postgresql:regress / regress/regress                                            ERROR            ...
[18:00:37.764]  95/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:00:37.764] 163/319 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:54:57.373774839 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out	2025-01-29 18:02:32.894877293 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:54:57.373774839 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/sysviews.out	2025-01-29 18:04:07.311500397 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/test/regress/results/sysvi...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:54:57.373774839 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/sysviews.out	2025-01-29 17:59:28.715208055 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[18:03:12.468](105.517s) not ok 5 - regression tests pass
tap
[18:04:42.075](71.642s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:55:03.577484649 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-01-29 17:59:46.678253735...
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:55:03.577484649 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-01-29 18:00:31.0985385...
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/regress/regress/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out	2025-01-29 17:55:03.577484649 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2025-01-29 17:59:43.190248262 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[18:00:30.675](77.069s) not ok 5 - regression tests pass
tap
[18:01:06.331](78.690s) not ok 2 - regression tests pass
test
[18:02:45.893]  32/320 postgresql:regress / regress/regress                                            ERROR            ...
[18:02:45.893] 139/320 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:02:45.893] 157/320 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2025-01-29 17:54:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-01-29 17:56:37
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/recovery/027_stream_...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2025-01-29 17:54:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-01-29 17:57:26
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/regress/regress/resu...
--- /Users/admin/pgsql/src/test/regress/expected/sysviews.out	2025-01-29 17:54:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/sysviews.out	2025-01-29 17:56:35
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[17:57:01.753](48.625s) not ok 5 - regression tests pass
tap
[17:57:57.623](58.937s) not ok 2 - regression tests pass
test
[18:00:06.891]  30/319 postgresql:regress / regress/regress                                            ERROR            ...
[18:00:06.891]  48/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:00:06.891] 146/319 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/sysviews.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2025-01-29 17:55:06.702610200 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-01-29 17:58:02.780137300 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/recovery/027_strea...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2025-01-29 17:55:06.702610200 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-01-29 18:00:16.798021400 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/sysviews.out	2025-01-29 17:55:06.702610200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/sysviews.out	2025-01-29 17:57:58.185310500 +0000
@@ -172,7 +172,7 @@
  enable_seqscan                 | on
  enable_sort                    | on
  enable_tidscan                 | on
-(23 rows)
+(24 rows)
 
 -- There are always wait event descriptions for various types.  InjectionPoint
 -- may be present or absent, depending on history since last postmaster start.
tap
[18:02:01.830](0.000s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
tap
[17:58:57.145](117.116s) not ok 5 - regression tests pass
tap
[18:01:15.699](129.544s) not ok 2 - regression tests pass
test
[18:08:00.795]  21/314 postgresql:regress / regress/regress                                            ERROR           1...
[18:08:00.795]  39/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:08:00.795]  97/314 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[18:08:00.795] 135/314 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[18:08:00.795] 138/314 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
51/5284 database-specific role memberships
FreeBSD - 13 - Meson
core
[03:30:44.034] #0  0x0000461d4e53f5da in ?? () from /libexec/ld-elf.so.1
[03:30:44.034] #1  0x0000461d4e53b6ec in ?? () from /libexec/ld-elf.so.1
[03:30:44.034] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni...
--- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out	2025-01-06 03:21:59.302064000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out	2025-01-06 03:27:58.458701000 +00...
@@ -756,9 +756,10 @@
 DROP DATABASE regression_db_0;
 DROP ROLE regress_role_admin;
 SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%';
- datname 
----------
-(0 rows)
+      datname      
+-------------------
+ regression_dblink
+(1 row)
 
 SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%';
  rolname 
test
[03:28:20.605] 75/76 postgresql:regress-running / regress-running/regress                         ERROR            27.57...
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[13:40:45.441](1.643s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:40:56.064] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[13:39:58.902](0.776s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
core
[13:43:18.555] #0  0x00007f2524139da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #1  0x00007f25240e6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #2  0x00007f25240e6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #3  0x000055c3b42a55f3 in ?? ()
[13:43:18.555] #4  0x000055c3b429f369 in ?? ()
[13:43:18.555] #5  0x000055c3b429e20f in ?? ()
[13:43:18.555] #6  0x000055c3b429ec3b in ?? ()
[13:43:18.555] #7  0x000055c3b429c66f in ?? ()
[13:43:18.555] #8  0x00007f25240d124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.555] #9  0x00007f25240d1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:43:18.555] #0  <unavailable> in ?? ()
core
[13:43:18.427] #0  0x00007f2524139da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #1  0x00007f25240e6239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #2  0x00007f25240e6497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #3  0x000055c3b42a55c1 in ?? ()
[13:43:18.427] #4  0x000055c3b429f369 in ?? ()
[13:43:18.427] #5  0x000055c3b429e20f in ?? ()
[13:43:18.427] #6  0x000055c3b429ec3b in ?? ()
[13:43:18.427] #7  0x000055c3b429c66f in ?? ()
[13:43:18.427] #8  0x00007f25240d124a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:43:18.427] #9  0x00007f25240d1305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
tap
[13:41:58.925](0.482s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:42:14.265] 294/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
macOS - Sonoma - Meson
tap
[13:40:52.249](0.916s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:41:04.103] 295/315 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:48:28.243](1.950s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[13:49:37.777] 290/310 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
51/4912 CSN snapshots in hot standby
Linux - Debian Bookworm - Meson
test
[15:48:56.426] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
macOS - Sonoma - Meson
test
[15:44:25.522] 315/315 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           1...
Windows - Server 2019, VS 2019 - Meson & ninja
test
[15:55:58.792] 310/310 postgresql:test_misc / test_misc/000_csn_perf                                   ERROR           3...
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[14:32:42.948] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:32:33.496] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:32:03.685] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:31:50.593] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:33:07.274] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
Linux - Debian Bookworm - Meson
core
[14:41:38.243] #0  0x00007fa8082aeda4 in ?? ()
[14:41:38.243] #1  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-29 14:31:16.474625998 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out	2024-11-29 14:37:31....
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-29 14:31:16.474625998 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/jsonb_jsonpath.out	2024-11-29 14:38:1...
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build-32/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out	2024-11-29 14:31:16.474625998 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/jsonb_jsonpath.out	2024-11-29 14:37:28.656595197 +0000
@@ -3082,7 +3082,7 @@
 select jsonb_path_query('"abc~@~def~@~ghi"', '$.split_part("~@~", 2)');
  jsonb_path_query 
 ------------------
- "def"
+ ""
 (1 row)
 
 -- Test string methods play nicely together
tap
[14:37:53.833](77.884s) not ok 5 - regression tests pass
tap
[14:38:32.669](79.727s) not ok 2 - regression tests pass
test
[14:40:24.385]  42/314 postgresql:regress / regress/regress                                            ERROR            ...
[14:40:24.385] 129/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:40:24.385] 153/314 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[16:24:50.130](0.020s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:50.188](0.056s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:27:14.506] 136/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[16:22:49.527](0.042s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:22:49.565](0.038s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
core
[16:27:32.755] #0  <unavailable> in ?? ()
core
[16:27:32.755] #0  0x00007ff5106aeda4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #1  0x00007ff51065b239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #2  0x00007ff510716204 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[16:27:32.755] #3  0x00007ff51072885c in ?? () from /lib/x86_64-linux-gnu/libc.so.6
tap
[16:24:36.068](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:36.090](0.021s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:26:22.100] 134/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
macOS - Sonoma - Meson
tap
[16:54:02.406](0.012s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:54:02.418](0.012s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:55:37.351] 133/314 postgresql:libpq / libpq/001_uri                                                ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:29:42.282](0.049s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:29:42.328](0.045s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
test
[16:35:58.347] 135/309 postgresql:libpq / libpq/001_uri                                                ERROR            ...
52/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/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...
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...