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.

56/5947 Adding per backend commit and rollback counters
Windows - Server 2019, MinGW64 - Meson
tap
[11:31:27.452](285.476s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/035_conflicts.pl line 445.
test
[11:31:27.972] 348/348 postgresql:subscription / subscription/035_conflicts                            ERROR           2...
56/5942 Adding locks statistics
NetBSD - Meson
tap
[10:41:38.778](0.001s) not ok 874 - unescaped control: stderr has correct number of entries
[10:41:38.783](0.000s) not ok 888 - unescaped control, chunk size 7: correct error output
[10:41:38.783](0.000s) not ok 890 - unescaped control, chunk size 6: correct error output
[10:41:38.785](0.000s) not ok 892 - unescaped control, chunk size 5: correct error output
[10:41:38.786](0.000s) not ok 894 - unescaped control, chunk size 4: correct error output
[10:41:38.786](0.000s) not ok 896 - unescaped control, chunk size 3: correct error output
[10:41:38.790](0.000s) not ok 898 - unescaped control, chunk size 2: correct error output
[10:41:38.791](0.000s) not ok 900 - unescaped control, chunk size 1: correct error output
test
[10:41:51.254] 324/350 postgresql:test_json_parser / test_json_parser/002_inline                       ERROR            ...
56/5526 Add storage I/O tracking to EXPLAIN BUFFERS
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain_1.out	2025-10-02 08:17:58.743801972 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out	2025-10-02 08:24:18.647026423 ...
@@ -54,6 +54,14 @@
 -- enabled.
 set track_io_timing = off;
 -- Simple cases
+explain (costs off) select 1 as a, 2 as b having false;
+        QUERY PLAN        
+--------------------------
+ Result
+   Replaces: Aggregate
+   One-Time Filter: false
+(3 rows)
+
 select explain_filter('explain select * from int8_tbl i8');
                      explain_filter                      
 ---------------------------------------------------------
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain_1.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain_1.out	2025-10-02 08:17:58.743801972 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/explain.out	2025-10-02 08:25:46.94695257...
@@ -54,6 +54,14 @@
 -- enabled.
 set track_io_timing = off;
 -- Simple cases
+explain (costs off) select 1 as a, 2 as b having false;
+        QUERY PLAN        
+--------------------------
+ Result
+   Replaces: Aggregate
+   One-Time Filter: false
+(3 rows)
+
 select explain_filter('explain select * from int8_tbl i8');
                      explain_filter                      
 ---------------------------------------------------------
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain_1.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/explain_1.out	2025-10-02 08:17:58.743801972 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/explain.out	2025-10-02 08:24:19.723025495 +0000
@@ -54,6 +54,14 @@
 -- enabled.
 set track_io_timing = off;
 -- Simple cases
+explain (costs off) select 1 as a, 2 as b having false;
+        QUERY PLAN        
+--------------------------
+ Result
+   Replaces: Aggregate
+   One-Time Filter: false
+(3 rows)
+
 select explain_filter('explain select * from int8_tbl i8');
                      explain_filter                      
 ---------------------------------------------------------
tap
[08:24:27.155](85.357s) not ok 5 - regression tests pass
tap
[08:25:56.454](86.546s) not ok 2 - regression tests pass
test
[08:29:16.187]  29/352 postgresql:regress / regress/regress                                            ERROR            ...
[08:29:16.187]  31/352 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:29:16.187] 111/352 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
54/5829 VCI (columnar store extension)
Linux - Debian Bookworm - Meson
core
[04:02:01.083] #0  0x00007f415fca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.083] #1  0x00007f415fc59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.083] #2  0x00007f415fc44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.083] #3  0x00007f415fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:01.083] #4  0x00007f415fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:01.083] #5  0x00007f415fe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55968121713...
[04:02:01.083] #6  0x000055968114b918 in addBoundaryDependencies (dobjs=0x5596a38a7270, numObjs=4040, boundaryObjs=bound...
[04:02:01.083] #7  0x0000559681181601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:01.330] #0  0x00007f20c84a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:01:58.680] #0  0x00007f1dc04a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.680] #1  0x00007f1dc0459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.680] #2  0x00007f1dc0444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.680] #3  0x00007f1dc061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:01:58.680] #4  0x00007f1dc062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:01:58.680] #5  0x00007f1dc060d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f1dbda47d40,...
[04:01:58.680] #6  0x00007f1dbd9d95df in InitializeTidCridUpdateList (relOid=<optimized out>) at ../contrib/vci/storage/...
[04:01:58.680] #7  0x00007f1dbd9dbbe9 in vci_InitializeTidCridUpdateLists (info=info@entry=0x56185946a318) at ../contrib...
[04:01:58.680] #8  0x00007f1dbd9bfbb6 in vci_inner_build (heapRel=0x7f1db3f81598, indexRel=indexRel@entry=0x7f1db3d4a0a8...
[04:01:58.680] #9  0x00007f1dbd9bfcde in vci_build (heapRel=<optimized out>, indexRel=0x7f1db3d4a0a8, indexInfo=<optimiz...
core
[04:01:58.839] #0  <unavailable> in ?? ()
core
[04:01:58.839] #0  0x00007fbb1d206dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.839] #1  0x00007fbb1d1b3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.839] #2  0x00007fbb1d1b3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.839] #3  0x000055a0be5e35f3 in ?? ()
[04:01:58.839] #4  0x000055a0be5dd369 in ?? ()
[04:01:58.839] #5  0x000055a0be5dc20f in ?? ()
[04:01:58.839] #6  0x000055a0be5dcc3b in ?? ()
[04:01:58.839] #7  0x000055a0be5da66f in ?? ()
[04:01:58.839] #8  0x00007fbb1d19e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:58.839] #9  0x00007fbb1d19e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:01:59.100] #0  0x00007fbb18ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.100] #1  0x00007fbb18c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.100] #2  0x00007fbb18c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.100] #3  0x00007fbb18e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:01:59.100] #4  0x00007fbb18e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:01:59.100] #5  0x00007fbb18e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c8a411a13...
[04:01:59.100] #6  0x000055c8a404e918 in addBoundaryDependencies (dobjs=0x55c8a9612480, numObjs=4032, boundaryObjs=bound...
[04:01:59.100] #7  0x000055c8a4084601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:01:59.366] #0  0x00007f3ea54a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:01:59.389] #0  0x00007f3ea54a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.389] #1  0x00007f3ea5459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.389] #2  0x00007f3ea5444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.389] #3  0x00007f3ea561e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:01:59.389] #4  0x00007f3ea562aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:01:59.389] #5  0x00007f3ea560dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bf0d84813...
[04:01:59.389] #6  0x000055bf0d77c918 in addBoundaryDependencies (dobjs=0x55bf495d9480, numObjs=4032, boundaryObjs=bound...
[04:01:59.389] #7  0x000055bf0d7b2601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:01:59.657] #0  0x00007fd3068a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:01:59.680] #0  0x00007fd3068a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.680] #1  0x00007fd306859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.680] #2  0x00007fd306844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.680] #3  0x00007fd306a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:01:59.680] #4  0x00007fd306a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:01:59.680] #5  0x00007fd306a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560443ed513...
[04:01:59.680] #6  0x0000560443e09918 in addBoundaryDependencies (dobjs=0x56045d0a6420, numObjs=4032, boundaryObjs=bound...
[04:01:59.680] #7  0x0000560443e3f601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:01:59.933] #0  0x00007f23d6ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:01:59.954] #0  0x00007f23d6ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.954] #1  0x00007f23d6e59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.954] #2  0x00007f23d6e44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:01:59.954] #3  0x00007f23d701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:01:59.954] #4  0x00007f23d702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:01:59.954] #5  0x00007f23d700dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556324aa713...
[04:01:59.954] #6  0x00005563249db918 in addBoundaryDependencies (dobjs=0x55633e00d7c0, numObjs=4027, boundaryObjs=bound...
[04:01:59.954] #7  0x0000556324a11601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:00.204] #0  0x00007fd0210a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:00.226] #0  0x00007fd0210a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.226] #1  0x00007fd021059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.226] #2  0x00007fd021044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.226] #3  0x00007fd02121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:00.226] #4  0x00007fd02122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:00.226] #5  0x00007fd02120dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555e8399013...
[04:02:00.226] #6  0x0000555e838c4918 in addBoundaryDependencies (dobjs=0x555ea6350120, numObjs=4027, boundaryObjs=bound...
[04:02:00.226] #7  0x0000555e838fa601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:00.491] #0  0x00007efcf72a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:00.513] #0  0x00007efcf72a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.513] #1  0x00007efcf7259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.513] #2  0x00007efcf7244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.513] #3  0x00007efcf741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:00.513] #4  0x00007efcf742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:00.513] #5  0x00007efcf740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556ab7bbd13...
[04:02:00.513] #6  0x0000556ab7af1918 in addBoundaryDependencies (dobjs=0x556ab9a2a7d0, numObjs=7736, boundaryObjs=bound...
[04:02:00.513] #7  0x0000556ab7b27601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:00.781] #0  0x00007f67962a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:00.804] #0  0x00007f67962a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.804] #1  0x00007f6796259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.804] #2  0x00007f6796244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:00.804] #3  0x00007f679641e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:00.804] #4  0x00007f679642aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:00.804] #5  0x00007f679640dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a87bcef13...
[04:02:00.804] #6  0x000055a87bc23918 in addBoundaryDependencies (dobjs=0x55a8b78f2270, numObjs=4525, boundaryObjs=bound...
[04:02:00.804] #7  0x000055a87bc59601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:01.061] #0  0x00007f415fca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:01.352] #0  0x00007f20c84a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.352] #1  0x00007f20c8459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.352] #2  0x00007f20c8444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.352] #3  0x00007f20c861e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:01.352] #4  0x00007f20c862aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:01.352] #5  0x00007f20c860dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ab27b0213...
[04:02:01.352] #6  0x000055ab27a36918 in addBoundaryDependencies (dobjs=0x55ab2d464c80, numObjs=4027, boundaryObjs=bound...
[04:02:01.352] #7  0x000055ab27a6c601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:01.613] #0  0x00007fb4d44a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:01.634] #0  0x00007fb4d44a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.634] #1  0x00007fb4d4459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.634] #2  0x00007fb4d4444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.634] #3  0x00007fb4d461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:01.634] #4  0x00007fb4d462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:01.634] #5  0x00007fb4d460dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560d9114513...
[04:02:01.634] #6  0x0000560d91079918 in addBoundaryDependencies (dobjs=0x560dcc61d850, numObjs=4103, boundaryObjs=bound...
[04:02:01.634] #7  0x0000560d910af601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:01.882] #0  0x00007f5abf8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:01.906] #0  0x00007f5abf8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.906] #1  0x00007f5abf859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.906] #2  0x00007f5abf844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:01.906] #3  0x00007f5abfa1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:01.906] #4  0x00007f5abfa2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:01.906] #5  0x00007f5abfa0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559bffeb213...
[04:02:01.906] #6  0x0000559bffde6918 in addBoundaryDependencies (dobjs=0x559c2cb9a420, numObjs=4032, boundaryObjs=bound...
[04:02:01.906] #7  0x0000559bffe1c601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:02.443] #0  0x00007f1dc04a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:03.441] #0  0x00007f1dc04a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:03.441] #1  0x00007f1dc0459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:03.441] #2  0x00007f1dc0444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:03.441] #3  0x00007f1dc061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:03.441] #4  0x00007f1dc062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:03.441] #5  0x00007f1dc060d6f8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x7f1dbda47d40,...
[04:02:03.441] #6  0x00007f1dbd9d95df in InitializeTidCridUpdateList (relOid=<optimized out>) at ../contrib/vci/storage/...
[04:02:03.441] #7  0x00007f1dbd9dbbe9 in vci_InitializeTidCridUpdateLists (info=info@entry=0x56185938e7a8) at ../contrib...
[04:02:03.441] #8  0x00007f1dbd9bfbb6 in vci_inner_build (heapRel=0x7f1db3fd1d70, indexRel=indexRel@entry=0x7f1db3fd2940...
[04:02:03.441] #9  0x00007f1dbd9bfcde in vci_build (heapRel=<optimized out>, indexRel=0x7f1db3fd2940, indexInfo=<optimiz...
core
[04:02:03.741] #0  0x00007fb2c3ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:03.741] #1  0x00007fb2c3e59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:03.741] #2  0x00007fb2c3e44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:03.741] #3  0x00007fb2c401e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:03.741] #4  0x00007fb2c402aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:03.741] #5  0x00007fb2c400dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f06fba313...
[04:02:03.741] #6  0x000055f06fad7918 in addBoundaryDependencies (dobjs=0x55f0949ba270, numObjs=4032, boundaryObjs=bound...
[04:02:03.741] #7  0x000055f06fb0d601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:04.029] #0  0x00007f4e39aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:04.051] #0  0x00007f4e39aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.051] #1  0x00007f4e39a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.051] #2  0x00007f4e39a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.051] #3  0x00007f4e39c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:04.051] #4  0x00007f4e39c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:04.051] #5  0x00007f4e39c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55bca3f3313...
[04:02:04.051] #6  0x000055bca3e67918 in addBoundaryDependencies (dobjs=0x55bcb0fba850, numObjs=4103, boundaryObjs=bound...
[04:02:04.051] #7  0x000055bca3e9d601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:04.299] #0  0x00007f13c82a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:04.320] #0  0x00007f13c82a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.320] #1  0x00007f13c8259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.320] #2  0x00007f13c8244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.320] #3  0x00007f13c841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:04.320] #4  0x00007f13c842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:04.320] #5  0x00007f13c840dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5605b619313...
[04:02:04.320] #6  0x00005605b60c7918 in addBoundaryDependencies (dobjs=0x5605cf8ac270, numObjs=4039, boundaryObjs=bound...
[04:02:04.320] #7  0x00005605b60fd601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:04.594] #0  0x00007f11758a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:04.616] #0  0x00007f11758a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.616] #1  0x00007f1175859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.616] #2  0x00007f1175844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.616] #3  0x00007f1175a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:04.616] #4  0x00007f1175a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:04.616] #5  0x00007f1175a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55aab83b013...
[04:02:04.616] #6  0x000055aab82e4918 in addBoundaryDependencies (dobjs=0x55aaba1ec2a0, numObjs=4084, boundaryObjs=bound...
[04:02:04.616] #7  0x000055aab831a601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:04.863] #0  0x00007f148d6a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:04.885] #0  0x00007f148d6a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.885] #1  0x00007f148d659fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.885] #2  0x00007f148d644472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:04.885] #3  0x00007f148d81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:04.885] #4  0x00007f148d82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:04.885] #5  0x00007f148d80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564a72e9113...
[04:02:04.885] #6  0x0000564a72dc5918 in addBoundaryDependencies (dobjs=0x564a79da0480, numObjs=4032, boundaryObjs=bound...
[04:02:04.885] #7  0x0000564a72dfb601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:05.139] #0  0x00007f4f044a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:05.162] #0  0x00007f4f044a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.162] #1  0x00007f4f04459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.162] #2  0x00007f4f04444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.162] #3  0x00007f4f0461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:05.162] #4  0x00007f4f0462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:05.162] #5  0x00007f4f0460dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ed02fff13...
[04:02:05.162] #6  0x000055ed02f33918 in addBoundaryDependencies (dobjs=0x55ed060f7190, numObjs=4027, boundaryObjs=bound...
[04:02:05.162] #7  0x000055ed02f69601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:05.408] #0  0x00007f337a0a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:05.429] #0  0x00007f337a0a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.429] #1  0x00007f337a059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.429] #2  0x00007f337a044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.429] #3  0x00007f337a21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:05.429] #4  0x00007f337a22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:05.429] #5  0x00007f337a20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c1a313513...
[04:02:05.429] #6  0x000055c1a3069918 in addBoundaryDependencies (dobjs=0x55c1bc328420, numObjs=4032, boundaryObjs=bound...
[04:02:05.429] #7  0x000055c1a309f601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:05.694] #0  0x00007f5519ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:05.717] #0  0x00007f5519ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.717] #1  0x00007f5519c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.717] #2  0x00007f5519c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:05.717] #3  0x00007f5519e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:05.717] #4  0x00007f5519e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:05.717] #5  0x00007f5519e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5611d291713...
[04:02:05.717] #6  0x00005611d284b918 in addBoundaryDependencies (dobjs=0x5611d53dec40, numObjs=4027, boundaryObjs=bound...
[04:02:05.717] #7  0x00005611d2881601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:05.979] #0  0x00007f1db14a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:06.000] #0  0x00007f1db14a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.000] #1  0x00007f1db1459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.000] #2  0x00007f1db1444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.000] #3  0x00007f1db161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:06.000] #4  0x00007f1db162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:06.000] #5  0x00007f1db160dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5629b7ce113...
[04:02:06.000] #6  0x00005629b7c15918 in addBoundaryDependencies (dobjs=0x5629d2f15c20, numObjs=4027, boundaryObjs=bound...
[04:02:06.000] #7  0x00005629b7c4b601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:06.249] #0  0x00007ff4eb6a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:06.271] #0  0x00007ff4eb6a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.271] #1  0x00007ff4eb659fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.271] #2  0x00007ff4eb644472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.271] #3  0x00007ff4eb81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:06.271] #4  0x00007ff4eb82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:06.271] #5  0x00007ff4eb80dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55722595f13...
[04:02:06.271] #6  0x0000557225893918 in addBoundaryDependencies (dobjs=0x55725df41480, numObjs=4032, boundaryObjs=bound...
[04:02:06.271] #7  0x00005572258c9601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:06.543] #0  0x00007fa2f40a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:06.565] #0  0x00007fa2f40a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.565] #1  0x00007fa2f4059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.565] #2  0x00007fa2f4044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.565] #3  0x00007fa2f421e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:06.565] #4  0x00007fa2f422aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:06.565] #5  0x00007fa2f420dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a4bf41a13...
[04:02:06.565] #6  0x000055a4bf34e918 in addBoundaryDependencies (dobjs=0x55a4faf22c80, numObjs=4027, boundaryObjs=bound...
[04:02:06.565] #7  0x000055a4bf384601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:06.837] #0  0x00007f54910a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:06.860] #0  0x00007f54910a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.860] #1  0x00007f5491059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.860] #2  0x00007f5491044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:06.860] #3  0x00007f549121e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:06.860] #4  0x00007f549122aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:06.860] #5  0x00007f549120dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56495dab213...
[04:02:06.860] #6  0x000056495d9e6918 in addBoundaryDependencies (dobjs=0x56499d70cc40, numObjs=4027, boundaryObjs=bound...
[04:02:06.860] #7  0x000056495da1c601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:07.139] #0  0x00007f0410ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:07.160] #0  0x00007f0410ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.160] #1  0x00007f0410c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.160] #2  0x00007f0410c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.160] #3  0x00007f0410e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:07.160] #4  0x00007f0410e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:07.160] #5  0x00007f0410e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5594181ce13...
[04:02:07.160] #6  0x0000559418102918 in addBoundaryDependencies (dobjs=0x559435df17d0, numObjs=7736, boundaryObjs=bound...
[04:02:07.160] #7  0x0000559418138601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:07.418] #0  0x00007f8aefca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:07.440] #0  0x00007f8aefca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.440] #1  0x00007f8aefc59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.440] #2  0x00007f8aefc44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.440] #3  0x00007f8aefe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:07.440] #4  0x00007f8aefe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:07.440] #5  0x00007f8aefe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5561eb1d513...
[04:02:07.440] #6  0x00005561eb109918 in addBoundaryDependencies (dobjs=0x55620e3a6100, numObjs=4069, boundaryObjs=bound...
[04:02:07.440] #7  0x00005561eb13f601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:07.697] #0  0x00007fa896ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:07.719] #0  0x00007fa896ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.719] #1  0x00007fa896c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.719] #2  0x00007fa896c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.719] #3  0x00007fa896e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:07.719] #4  0x00007fa896e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:07.719] #5  0x00007fa896e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55af2230313...
[04:02:07.719] #6  0x000055af22237918 in addBoundaryDependencies (dobjs=0x55af3a856b30, numObjs=4882, boundaryObjs=bound...
[04:02:07.719] #7  0x000055af2226d601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:07.973] #0  0x00007fa1a70a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:07.995] #0  0x00007fa1a70a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.995] #1  0x00007fa1a7059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.995] #2  0x00007fa1a7044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:07.995] #3  0x00007fa1a721e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:07.995] #4  0x00007fa1a722aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:07.995] #5  0x00007fa1a720dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559de1ab113...
[04:02:07.995] #6  0x0000559de19e5918 in addBoundaryDependencies (dobjs=0x559de8769420, numObjs=4032, boundaryObjs=bound...
[04:02:07.995] #7  0x0000559de1a1b601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:08.116] #0  0x00007fbb1d206dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:08.117] #0  0x00007fbb1d206dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.117] #1  0x00007fbb1d1b3239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.117] #2  0x00007fbb1d1b3497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.117] #3  0x000055a0be5e35c1 in ?? ()
[04:02:08.117] #4  0x000055a0be5dd369 in ?? ()
[04:02:08.117] #5  0x000055a0be5dc20f in ?? ()
[04:02:08.117] #6  0x000055a0be5dcc3b in ?? ()
[04:02:08.117] #7  0x000055a0be5da66f in ?? ()
[04:02:08.117] #8  0x00007fbb1d19e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.117] #9  0x00007fbb1d19e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:08.564] #0  <unavailable> in ?? ()
core
[04:02:08.564] #0  0x00007fb6c60addd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.564] #1  0x00007fb6c605a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.564] #2  0x00007fb6c6115284 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.564] #3  0x00007fb6c61278dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.838] #0  0x00007ff681713eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:08.860] #0  0x00007ff681713eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.860] #1  0x00007ff6816c4fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.860] #2  0x00007ff6816af472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:08.860] #3  0x00007ff680a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:08.860] #4  0x00007ff680a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:08.860] #5  0x00007ff680a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55819393813...
[04:02:08.860] #6  0x000055819386c918 in addBoundaryDependencies (dobjs=0x558198e68c20, numObjs=4027, boundaryObjs=bound...
[04:02:08.860] #7  0x00005581938a2601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:09.117] #0  0x00007feac1ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:09.140] #0  0x00007feac1ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.140] #1  0x00007feac1c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.140] #2  0x00007feac1c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.140] #3  0x00007feac1e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:09.140] #4  0x00007feac1e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:09.140] #5  0x00007feac1e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561bd553013...
[04:02:09.140] #6  0x0000561bd5464918 in addBoundaryDependencies (dobjs=0x561c12991420, numObjs=4032, boundaryObjs=bound...
[04:02:09.140] #7  0x0000561bd549a601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:09.389] #0  0x00007fa86aaa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:09.412] #0  0x00007fa86aaa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.412] #1  0x00007fa86aa59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.412] #2  0x00007fa86aa44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.412] #3  0x00007fa86ac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:09.412] #4  0x00007fa86ac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:09.412] #5  0x00007fa86ac0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556ad5f5a13...
[04:02:09.412] #6  0x0000556ad5e8e918 in addBoundaryDependencies (dobjs=0x556aeed45480, numObjs=4032, boundaryObjs=bound...
[04:02:09.412] #7  0x0000556ad5ec4601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
[04:02:09.661] #0  0x00007f9c594a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[04:02:09.682] #0  0x00007f9c594a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.682] #1  0x00007f9c59459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.682] #2  0x00007f9c59444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[04:02:09.682] #3  0x00007f9c5961e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[04:02:09.682] #4  0x00007f9c5962aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[04:02:09.682] #5  0x00007f9c5960dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5604807e013...
[04:02:09.682] #6  0x0000560480714918 in addBoundaryDependencies (dobjs=0x560487a79760, numObjs=4027, boundaryObjs=bound...
[04:02:09.682] #7  0x000056048074a601 in main (argc=<optimized out>, argv=<optimized out>) at ../src/bin/pg_dump/pg_dump...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/vci/expected/vci.out /tmp/cirrus-ci-build/build/testrun/vci/regress/results/vci.ou...
--- /tmp/cirrus-ci-build/contrib/vci/expected/vci.out	2025-10-02 03:48:17.299505678 +0000
+++ /tmp/cirrus-ci-build/build/testrun/vci/regress/results/vci.out	2025-10-02 03:56:26.032758919 +0000
@@ -88,41 +88,7 @@
 INSERT INTO testtable (key, cond, c01a, c01b, c02, c03, c05, c06, c07, c08, c09, c10, c13, c15, c16, c17, c18, c19, c20...
 -- Create an index which uses VCI index access method
 CREATE INDEX testindex ON testtable USING vci (key, cond, c01a, c01b, c02, c03, c05, c06, c07, c08, c09, c10, c13, c15,...
--- We expect VCI plans are chosen here
-EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF)
-SELECT key, count(*) AS count_star, count(c05) AS count_c05 FROM testtable WHERE NOT cond = 0 GROUP BY key ORDER BY key...
-                                           QUERY PLAN                                           
-------------------------------------------------------------------------------------------------
- Sort (actual rows=14.00 loops=1)
-   Sort Key: key
-   Sort Method: quicksort  Memory: 25kB
-   ->  Custom Scan (VCI HashAggregate) (actual rows=14.00 loops=1)
-         Group Key: key
-         ->  Custom Scan (VCI Scan) using testindex on testtable (actual rows=10221.00 loops=1)
-               Filter: (cond <> 0)
-               Rows Removed by Filter: 476
...
tap
[03:57:07.089](3.786s) not ok 4 - dump from PITR 1
[03:57:07.770](0.680s) not ok 5 - dump from PITR 2
tap
[03:57:19.975](0.474s) not ok 21 - pg_dump: option -n pg_catalog
[03:57:20.513](0.538s) not ok 22 - pg_dumpall: option --exclude-database handles database names with embedded dots
[03:57:21.328](0.405s) not ok 39 - binary_upgrade: pg_dump runs
[03:57:21.364](0.036s) not ok 40 - binary_upgrade: pg_restore runs
tap
[03:57:18.649](0.000s) not ok 2 - newline in dbname: stderr matches
[03:57:19.258](0.001s) not ok 5 - correctly fails to dump a foreign table from a dummy FDW: matches
[03:57:19.526](0.267s) not ok 6 - dump foreign server with no tables
tap
[03:57:19.193](2.737s) not ok 1 - parallel dump
[03:57:19.228](0.034s) not ok 2 - parallel restore
[03:57:19.596](0.368s) not ok 3 - parallel dump as inserts
[03:57:19.619](0.023s) not ok 4 - parallel restore as inserts
tap
[03:57:21.119](3.828s) not ok 1 - filter file without patterns
tap
[03:57:22.318](0.648s) not ok 7 - parallel dump
[03:57:22.555](0.237s) not ok 8 - parallel restore
[03:57:22.642](0.086s) not ok 9 - parallel restore with create
[03:57:23.159](0.517s) not ok 10 - take full dump
tap
[03:55:13.016](0.606s) not ok 7 - dump before running pg_upgrade
[03:55:23.245](4.356s) not ok 16 - run of pg_upgrade for new instance
[03:55:23.246](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[03:55:23.707](0.060s) not ok 18 - check that locales in new cluster match original cluster
[03:55:24.393](0.686s) not ok 19 - dump after running pg_upgrade
[03:55:24.395](0.001s) not ok 20 - old and new dumps match after pg_upgrade
tap
[03:53:47.633](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou...
[03:53:56.157](6.841s) not ok 10 - run of pg_upgrade of old cluster
[03:53:56.444](0.286s) not ok 11 - check the slot exists on new cluster
tap
[03:54:00.823](3.183s) not ok 12 - run of pg_upgrade for old instance when the subscription tables are in init/ready sta...
[03:54:00.824](0.000s) not ok 13 - pg_upgrade_output.d/ removed after successful pg_upgrade
[03:54:01.312](0.488s) not ok 14 - check that the subscription's running status, failover, and retain_dead_tuples are pr...
[03:54:01.371](0.059s) not ok 15 - there should be 2 rows in pg_subscription_rel(representing tab_upgraded1 and tab_upgr...
tap
[03:53:47.583](2.459s) not ok 13 - run of pg_upgrade
[03:53:47.605](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches
tap
[03:53:49.162](8.687s) not ok 1 - pg_upgrade with transfer mode --clone: stdout matches
[03:54:02.560](9.206s) not ok 3 - pg_upgrade with transfer mode --copy: stdout matches
[03:54:17.017](10.558s) not ok 5 - pg_upgrade with transfer mode --copy-file-range: stdout matches
[03:54:26.915](7.846s) not ok 7 - pg_upgrade with transfer mode --link: stdout matches
[03:54:36.863](7.656s) not ok 9 - pg_upgrade with transfer mode --swap: stdout matches
tap
[03:56:28.548](0.653s) not ok 5 - dump primary server
[03:56:29.011](0.462s) not ok 6 - dump standby server
[03:56:30.342](1.327s) not ok 8 - dump catalogs of primary server
[03:56:30.958](0.616s) not ok 9 - dump catalogs of standby server
[03:56:30.959](0.000s) not ok 10 - compare primary and standby catalog dumps
tap
[03:59:23.023](2.787s) not ok 1 - binary_upgrade: pg_dump runs
test
[03:59:33.136]   5/353 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[03:59:33.136]   6/353 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[03:59:33.136]  10/353 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[03:59:33.136]   7/353 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[03:59:33.136]  40/353 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:59:33.136] 115/353 postgresql:vci / vci/regress                                                    ERROR            ...
[03:59:33.136] 118/353 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[03:59:33.136] 174/353 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[03:59:33.136] 191/353 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[03:59:33.136] 192/353 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[03:59:33.136] 196/353 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[03:59:33.136] 194/353 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[03:59:33.136] 199/353 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[03:59:33.136] 343/353 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:50:41.604] ../contrib/vci/storage/vci_ros_command.c(506): warning C4146: unary minus operator applied to unsigned ty...
tap
[04:00:13.005](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
test
[04:03:17.388] 230/346 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
OpenBSD - Meson
assertion
TRAP: failed Assert("lockmode != NoLock || IsBootstrapProcessingMode() || CheckRelationLockedByMe(r, AccessShareLock, tr...
core
[04:01:31.157]   * frame #0: 0x0000049b6a4d618b
[04:01:31.157]     frame #1: 0xf2093aa88c49a1bc
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/create_index.out /home/postgres/postgres/build/testrun/regres...
--- /home/postgres/postgres/src/test/regress/expected/create_index.out	Thu Oct  2 03:48:44 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/create_index.out	Thu Oct  2 03:52:15 2025
@@ -1252,2318 +1252,10 @@
 
 RESET enable_seqscan;
 DROP INDEX hash_tuplesort_idx;
-RESET maintenance_work_mem;
---
--- Test unique null behavior
---
-CREATE TABLE unique_tbl (i int, t text);
-CREATE UNIQUE INDEX unique_idx1 ON unique_tbl (i) NULLS DISTINCT;
-CREATE UNIQUE INDEX unique_idx2 ON unique_tbl (i) NULLS NOT DISTINCT;
-INSERT INTO unique_tbl VALUES (1, 'one');
-INSERT INTO unique_tbl VALUES (2, 'two');
-INSERT INTO unique_tbl VALUES (3, 'three');
-INSERT INTO unique_tbl VALUES (4, 'four');
-INSERT INTO unique_tbl VALUES (5, 'one');
-INSERT INTO unique_tbl (t) VALUES ('six');
...
test
[03:59:01.454]   6/351 postgresql:regress / regress/regress                                            ERROR            ...
56/6089 let ALTER COLUMN SET DATA TYPE cope with trigger dependency
FreeBSD - Meson
core
[01:38:22.806] #0  0x00003379e21fd75a in ?? () from /libexec/ld-elf.so.1
[01:38:22.806] #1  0x00003379e21f77fc in ?? () from /libexec/ld-elf.so.1
[01:38:22.806] #2  0x0000000000000000 in ?? ()
tap
[01:34:24.354](0.006s) not ok 23 - connect : matches
test
[01:35:50.353] 268/351 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
55/5868 Making libpq OpenSSL support threadsafe
NetBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/interval.out /home/postgres/postgres/build/testrun/regress/re...
--- /home/postgres/postgres/src/test/regress/expected/interval.out	2025-10-01 23:35:39.972399380 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/interval.out	2025-10-01 23:36:45.544053185 +0000
@@ -1,2328 +1,2 @@
---
--- INTERVAL
---
-SET DATESTYLE = 'ISO';
-SET IntervalStyle to postgres;
--- check acceptance of "time zone style"
-SELECT INTERVAL '01:00' AS "One hour";
- One hour 
-----------
- 01:00:00
-(1 row)
-
-SELECT INTERVAL '+02:00' AS "Two hours";
- Two hours 
------------
- 02:00:00
...
test
[23:40:16.224]   5/350 postgresql:regress / regress/regress                                            ERROR            ...
54/6045 RFC: adding pytest as a supported test framework
Windows - Server 2019, MinGW64 - Meson
test
[22:35:56.167]  4/10 postgresql:pytest / pytest/test_something FAIL              0.62s   1/2 subtests passed
Windows - Server 2019, VS 2019 - Meson & ninja
test
[22:36:08.412]  4/10 postgresql:pytest / pytest/test_something FAIL              0.60s   1/2 subtests passed
macOS - Sonoma - Meson
test
[22:33:51.608]  4/10 postgresql:pytest / pytest/test_something FAIL              0.71s   1/2 subtests passed
Linux - Debian Bookworm - Meson
test
[22:34:58.048]  4/10 postgresql:pytest / pytest/test_something FAIL              0.31s   1/2 subtests passed
NetBSD - Meson
test
[22:35:04.148]  4/10 postgresql:pytest / pytest/test_something FAIL              0.82s   1/2 subtests passed
FreeBSD - Meson
test
[22:34:08.757]  4/10 postgresql:pytest / pytest/test_something FAIL              0.30s   1/2 subtests passed
OpenBSD - Meson
test
[22:35:13.361]  4/10 postgresql:pytest / pytest/test_something FAIL              0.79s   1/2 subtests passed
56/6041 Fix pg_rewind false positives caused by shutdown-only WAL
CompilerWarnings
compiler
[21:37:00.222] parsexlog.c:264:54: error: declaration of ‘checkPoint’ shadows a previous local [-Werror=shadow=compatibl...
compiler
[21:36:48.244] parsexlog.c:264:54: error: declaration of ‘checkPoint’ shadows a previous local [-Werror=shadow=compatibl...
compiler
[21:38:27.002] parsexlog.c:264:54: error: declaration of ‘checkPoint’ shadows a previous local [-Werror=shadow=compatibl...
55/1608 declarative session variables, LET command
OpenBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/session_variables_acl.out /home/postgres/postgres/build/testr...
--- /home/postgres/postgres/src/test/regress/expected/session_variables_acl.out	Wed Oct  1 21:20:38 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/session_variables_acl.out	Wed Oct  1 ...
@@ -161,8 +161,12 @@
 
 SET ROLE TO DEFAULT;
 DROP VARIABLE svartest_acl.sesvar20;
+ERROR:  cache lookup failed for function 47652
 DROP VARIABLE svartest_acl.sesvar21;
 DROP SCHEMA svartest_acl;
+ERROR:  cannot drop schema svartest_acl because other objects depend on it
+DETAIL:  session variable svartest_acl.sesvar20 depends on schema svartest_acl
+HINT:  Use DROP ... CASCADE to drop the dependent objects too.
 --
 -- end of test: GRANT|REVOKE SELECT|UPDATE ON ALL VARIABLES IN SCHEMA
 --
@@ -333,3 +337,6 @@
 DROP ROLE regress_variable_r2_acl;
 REVOKE ALL ON SCHEMA public FROM regress_variable_owner_acl;
 DROP ROLE regress_variable_owner_acl;
...
tap
[21:28:25.170](183.997s) not ok 2 - regression tests pass
test
[21:31:41.548] 181/350 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
55/6000 Optimize JsonbContainerTypeName by reordering type checks
NetBSD - Meson
tap
[20:27:55.193](0.001s) not ok 2304 - second numeric key: stderr has correct number of entries
[20:27:55.195](0.000s) not ok 2306 - second numeric key, chunk size 19: correct error output
[20:27:55.196](0.000s) not ok 2308 - second numeric key, chunk size 18: correct error output
[20:27:55.197](0.000s) not ok 2310 - second numeric key, chunk size 17: correct error output
[20:27:55.198](0.000s) not ok 2312 - second numeric key, chunk size 16: correct error output
[20:27:55.199](0.000s) not ok 2314 - second numeric key, chunk size 15: correct error output
[20:27:55.199](0.000s) not ok 2316 - second numeric key, chunk size 14: correct error output
[20:27:55.200](0.000s) not ok 2318 - second numeric key, chunk size 13: correct error output
[20:27:55.201](0.000s) not ok 2320 - second numeric key, chunk size 12: correct error output
[20:27:55.225](0.001s) not ok 2322 - second numeric key, chunk size 11: correct error output
[20:27:55.226](0.000s) not ok 2324 - second numeric key, chunk size 10: correct error output
[20:27:55.228](0.000s) not ok 2326 - second numeric key, chunk size 9: correct error output
[20:27:55.229](0.000s) not ok 2328 - second numeric key, chunk size 8: correct error output
[20:27:55.231](0.000s) not ok 2330 - second numeric key, chunk size 7: correct error output
[20:27:55.232](0.000s) not ok 2332 - second numeric key, chunk size 6: correct error output
[20:27:55.233](0.000s) not ok 2334 - second numeric key, chunk size 5: correct error output
[20:27:55.235](0.000s) not ok 2336 - second numeric key, chunk size 4: correct error output
[20:27:55.236](0.000s) not ok 2338 - second numeric key, chunk size 3: correct error output
[20:27:55.239](0.000s) not ok 2340 - second numeric key, chunk size 2: correct error output
[20:27:55.241](0.000s) not ok 2342 - second numeric key, chunk size 1: correct error output
test
[20:28:04.987] 331/350 postgresql:test_json_parser / test_json_parser/002_inline                       ERROR            ...
56/5573 Introduce RWSpin lock and use it in sinvaladt.c and xlogrecovery.c
NetBSD - Meson
tap
[20:16:56.289](0.001s) not ok 65 - nested arrays and objects, up to parse limit: stderr matches
test
[20:17:03.919] 341/350 postgresql:oauth_validator / oauth_validator/001_server                         ERROR            ...
56/5885 Decouple C++ support in Meson's PGXS from LLVM enablement
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:52:29.904](0.001s) not ok 4 - connecting to an invalid database: matches
test
[18:57:17.946] 184/345 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
Linux - Debian Bookworm - Meson
tap
[18:50:39.821](0.020s) Bail out!  pg_config failed: 
tap
[18:50:39.974](0.036s) Bail out!  pg_config failed: 
tap
[18:50:40.017](0.054s) Bail out!  pg_config failed: 
tap
[18:50:40.059](0.067s) Bail out!  pg_config failed: 
tap
[18:50:40.009](0.046s) Bail out!  pg_config failed: 
tap
[18:50:40.097](0.047s) Bail out!  pg_config failed: 
tap
[18:50:40.643](0.051s) Bail out!  pg_config failed: 
tap
[18:50:40.675](0.036s) Bail out!  pg_config failed: 
tap
[18:50:40.701](0.039s) Bail out!  pg_config failed: 
tap
[18:50:40.706](0.037s) Bail out!  pg_config failed: 
tap
[18:50:40.851](0.045s) Bail out!  pg_config failed: 
tap
[18:50:40.876](0.049s) Bail out!  pg_config failed: 
tap
[18:50:40.043](0.049s) Bail out!  pg_config failed: 
tap
[18:50:40.167](0.043s) Bail out!  pg_config failed: 
tap
[18:50:40.138](0.042s) Bail out!  pg_config failed: 
tap
[18:50:42.451](0.128s) Bail out!  pg_config failed: 
tap
[18:50:42.419](0.091s) Bail out!  pg_config failed: 
tap
[18:50:42.507](0.085s) Bail out!  pg_config failed: 
tap
[18:50:42.621](0.135s) Bail out!  pg_config failed: 
tap
[18:50:42.648](0.125s) Bail out!  pg_config failed: 
tap
[18:50:42.627](0.045s) Bail out!  pg_config failed: 
tap
[18:50:40.206](0.105s) Bail out!  pg_config failed: 
tap
[18:50:44.017](0.020s) Bail out!  pg_config failed: 
tap
[18:50:42.754](0.048s) Bail out!  pg_config failed: 
tap
[18:50:35.370](0.014s) Bail out!  pg_config failed: 
tap
[18:50:42.929](0.015s) Bail out!  pg_config failed: 
tap
[18:50:44.030](0.007s) Bail out!  pg_config failed: 
tap
[18:50:43.994](0.009s) Bail out!  pg_config failed: 
tap
[18:50:44.018](0.064s) Bail out!  pg_config failed: 
tap
[18:50:42.735](0.043s) Bail out!  pg_config failed: 
tap
[18:50:36.484](0.153s) Bail out!  pg_config failed: 
tap
[18:50:36.429](0.123s) Bail out!  pg_config failed: 
tap
[18:50:36.429](0.136s) Bail out!  pg_config failed: 
tap
[18:50:36.499](0.096s) Bail out!  pg_config failed: 
tap
[18:50:42.842](0.051s) Bail out!  pg_config failed: 
tap
[18:50:36.682](0.042s) Bail out!  pg_config failed: 
tap
[18:50:36.786](0.053s) Bail out!  pg_config failed: 
tap
[18:50:36.733](0.020s) Bail out!  pg_config failed: 
tap
[18:50:36.880](0.055s) Bail out!  pg_config failed: 
tap
[18:50:36.974](0.057s) Bail out!  pg_config failed: 
tap
[18:50:37.153](0.047s) Bail out!  pg_config failed: 
tap
[18:50:37.185](0.029s) Bail out!  pg_config failed: 
tap
[18:50:37.229](0.023s) Bail out!  pg_config failed: 
tap
[18:50:37.261](0.025s) Bail out!  pg_config failed: 
tap
[18:50:37.281](0.015s) Bail out!  pg_config failed: 
tap
[18:50:37.328](0.012s) Bail out!  pg_config failed: 
tap
[18:50:37.359](0.031s) Bail out!  pg_config failed: 
tap
[18:50:37.471](0.034s) Bail out!  pg_config failed: 
tap
[18:50:37.451](0.025s) Bail out!  pg_config failed: 
tap
[18:50:37.552](0.038s) Bail out!  pg_config failed: 
tap
[18:50:37.772](0.039s) Bail out!  pg_config failed: 
tap
[18:50:37.846](0.026s) Bail out!  pg_config failed: 
tap
[18:50:37.841](0.019s) Bail out!  pg_config failed: 
tap
[18:50:37.910](0.047s) Bail out!  pg_config failed: 
tap
[18:50:37.958](0.071s) Bail out!  pg_config failed: 
tap
[18:50:40.292](0.052s) Bail out!  pg_config failed: 
tap
[18:50:38.054](0.039s) Bail out!  pg_config failed: 
tap
[18:50:38.057](0.123s) Bail out!  pg_config failed: 
tap
[18:50:38.132](0.119s) Bail out!  pg_config failed: 
tap
[18:50:38.182](0.143s) Bail out!  pg_config failed: 
tap
[18:50:38.235](0.139s) Bail out!  pg_config failed: 
tap
[18:50:38.266](0.159s) Bail out!  pg_config failed: 
tap
[18:50:38.295](0.120s) Bail out!  pg_config failed: 
tap
[18:50:38.378](0.028s) Bail out!  pg_config failed: 
tap
[18:50:38.380](0.139s) Bail out!  pg_config failed: 
tap
[18:50:38.371](0.064s) Bail out!  pg_config failed: 
tap
[18:50:40.386](0.051s) Bail out!  pg_config failed: 
tap
[18:50:33.332](0.027s) Bail out!  pg_config failed: 
tap
[18:50:33.309](0.020s) Bail out!  pg_config failed: 
tap
[18:50:33.304](0.062s) Bail out!  pg_config failed: 
tap
[18:50:33.338](0.042s) Bail out!  pg_config failed: 
tap
[18:50:33.318](0.047s) Bail out!  pg_config failed: 
tap
[18:50:38.648](0.044s) Bail out!  pg_config failed: 
tap
[18:50:38.618](0.031s) Bail out!  pg_config failed: 
tap
[18:50:38.633](0.054s) Bail out!  pg_config failed: 
tap
[18:50:38.733](0.045s) Bail out!  pg_config failed: 
tap
[18:50:38.792](0.064s) Bail out!  pg_config failed: 
tap
[18:50:38.774](0.046s) Bail out!  pg_config failed: 
tap
[18:50:38.840](0.044s) Bail out!  pg_config failed: 
tap
[18:50:38.912](0.034s) Bail out!  pg_config failed: 
tap
[18:50:40.374](0.049s) Bail out!  pg_config failed: 
tap
[18:50:40.478](0.055s) Bail out!  pg_config failed: 
tap
[18:50:38.932](0.049s) Bail out!  pg_config failed: 
tap
[18:50:39.057](0.036s) Bail out!  pg_config failed: 
tap
[18:50:39.114](0.061s) Bail out!  pg_config failed: 
tap
[18:50:40.503](0.151s) Bail out!  pg_config failed: 
tap
[18:50:40.921](0.040s) Bail out!  pg_config failed: 
tap
[18:50:40.991](0.043s) Bail out!  pg_config failed: 
tap
[18:50:39.238](0.037s) Bail out!  pg_config failed: 
tap
[18:50:33.333](0.046s) Bail out!  pg_config failed: 
tap
[18:50:33.454](0.052s) Bail out!  pg_config failed: 
tap
[18:50:33.489](0.032s) Bail out!  pg_config failed: 
tap
[18:50:33.547](0.040s) Bail out!  pg_config failed: 
tap
[18:50:33.533](0.024s) Bail out!  pg_config failed: 
tap
[18:50:33.618](0.048s) Bail out!  pg_config failed: 
tap
[18:50:33.727](0.052s) Bail out!  pg_config failed: 
tap
[18:50:33.714](0.043s) Bail out!  pg_config failed: 
tap
[18:50:33.774](0.046s) Bail out!  pg_config failed: 
tap
[18:50:33.815](0.051s) Bail out!  pg_config failed: 
tap
[18:50:33.771](0.024s) Bail out!  pg_config failed: 
tap
[18:50:33.869](0.041s) Bail out!  pg_config failed: 
tap
[18:50:33.929](0.060s) Bail out!  pg_config failed: 
tap
[18:50:33.988](0.066s) Bail out!  pg_config failed: 
tap
[18:50:34.068](0.048s) Bail out!  pg_config failed: 
tap
[18:50:34.012](0.061s) Bail out!  pg_config failed: 
tap
[18:50:34.027](0.035s) Bail out!  pg_config failed: 
tap
[18:50:34.137](0.153s) Bail out!  pg_config failed: 
tap
[18:50:34.173](0.050s) Bail out!  pg_config failed: 
tap
[18:50:34.206](0.044s) Bail out!  pg_config failed: 
tap
[18:50:34.220](0.047s) Bail out!  pg_config failed: 
tap
[18:50:34.281](0.060s) Bail out!  pg_config failed: 
tap
[18:50:34.259](0.019s) Bail out!  pg_config failed: 
tap
[18:50:34.401](0.051s) Bail out!  pg_config failed: 
tap
[18:50:34.397](0.044s) Bail out!  pg_config failed: 
tap
[18:50:34.483](0.059s) Bail out!  pg_config failed: 
tap
[18:50:34.528](0.039s) Bail out!  pg_config failed: 
tap
[18:50:34.517](0.072s) Bail out!  pg_config failed: 
tap
[18:50:34.547](0.044s) Bail out!  pg_config failed: 
tap
[18:50:34.542](0.044s) Bail out!  pg_config failed: 
tap
[18:50:34.613](0.039s) Bail out!  pg_config failed: 
tap
[18:50:34.671](0.039s) Bail out!  pg_config failed: 
tap
[18:50:34.708](0.053s) Bail out!  pg_config failed: 
tap
[18:50:34.790](0.054s) Bail out!  pg_config failed: 
tap
[18:50:34.791](0.037s) Bail out!  pg_config failed: 
tap
[18:50:34.935](0.051s) Bail out!  pg_config failed: 
tap
[18:50:34.983](0.055s) Bail out!  pg_config failed: 
tap
[18:50:34.853](0.023s) Bail out!  pg_config failed: 
tap
[18:50:35.050](0.046s) Bail out!  pg_config failed: 
tap
[18:50:34.961](0.045s) Bail out!  pg_config failed: 
tap
[18:50:35.143](0.068s) Bail out!  pg_config failed: 
tap
[18:50:35.113](0.126s) Bail out!  pg_config failed: 
tap
[18:50:35.165](0.040s) Bail out!  pg_config failed: 
tap
[18:50:35.182](0.038s) Bail out!  pg_config failed: 
tap
[18:50:35.201](0.020s) Bail out!  pg_config failed: 
tap
[18:50:35.247](0.018s) Bail out!  pg_config failed: 
tap
[18:50:39.344](0.056s) Bail out!  pg_config failed: 
tap
[18:50:39.565](0.031s) Bail out!  pg_config failed: 
tap
[18:50:39.724](0.068s) Bail out!  pg_config failed: 
tap
[18:50:39.701](0.045s) Bail out!  pg_config failed: 
tap
[18:50:39.738](0.029s) Bail out!  pg_config failed: 
tap
[18:50:42.955](0.147s) Bail out!  pg_config failed: 
tap
[18:50:41.047](0.045s) Bail out!  pg_config failed: 
tap
[18:50:41.068](0.046s) Bail out!  pg_config failed: 
tap
[18:50:41.141](0.050s) Bail out!  pg_config failed: 
tap
[18:50:41.144](0.035s) Bail out!  pg_config failed: 
tap
[18:50:41.118](0.048s) Bail out!  pg_config failed: 
tap
[18:50:41.166](0.034s) Bail out!  pg_config failed: 
tap
[18:50:41.252](0.034s) Bail out!  pg_config failed: 
tap
[18:50:41.253](0.029s) Bail out!  pg_config failed: 
tap
[18:50:41.347](0.028s) Bail out!  pg_config failed: 
tap
[18:50:41.424](0.048s) Bail out!  pg_config failed: 
tap
[18:50:41.418](0.048s) Bail out!  pg_config failed: 
tap
[18:50:41.478](0.041s) Bail out!  pg_config failed: 
tap
[18:50:41.504](0.053s) Bail out!  pg_config failed: 
tap
[18:50:41.509](0.035s) Bail out!  pg_config failed: 
tap
[18:50:41.594](0.043s) Bail out!  pg_config failed: 
tap
[18:50:41.608](0.038s) Bail out!  pg_config failed: 
tap
[18:50:41.622](0.052s) Bail out!  pg_config failed: 
tap
[18:50:41.778](0.044s) Bail out!  pg_config failed: 
tap
[18:50:41.688](0.030s) Bail out!  pg_config failed: 
tap
[18:50:41.877](0.048s) Bail out!  pg_config failed: 
tap
[18:50:41.794](0.021s) Bail out!  pg_config failed: 
tap
[18:50:41.815](0.043s) Bail out!  pg_config failed: 
tap
[18:50:41.932](0.040s) Bail out!  pg_config failed: 
tap
[18:50:41.948](0.057s) Bail out!  pg_config failed: 
tap
[18:50:41.968](0.041s) Bail out!  pg_config failed: 
tap
[18:50:42.033](0.061s) Bail out!  pg_config failed: 
tap
[18:50:42.013](0.040s) Bail out!  pg_config failed: 
tap
[18:50:42.066](0.036s) Bail out!  pg_config failed: 
tap
[18:50:42.105](0.019s) Bail out!  pg_config failed: 
tap
[18:50:42.193](0.041s) Bail out!  pg_config failed: 
tap
[18:50:42.279](0.049s) Bail out!  pg_config failed: 
tap
[18:50:42.254](0.042s) Bail out!  pg_config failed: 
tap
[18:50:42.327](0.055s) Bail out!  pg_config failed: 
tap
[18:50:42.338](0.055s) Bail out!  pg_config failed: 
tap
[18:50:42.418](0.054s) Bail out!  pg_config failed: 
tap
[18:50:42.399](0.042s) Bail out!  pg_config failed: 
tap
[18:50:42.995](0.056s) Bail out!  pg_config failed: 
tap
[18:50:42.984](0.055s) Bail out!  pg_config failed: 
tap
[18:50:43.035](0.050s) Bail out!  pg_config failed: 
tap
[18:50:40.535](0.025s) Bail out!  pg_config failed: 
tap
[18:50:42.968](0.089s) Bail out!  pg_config failed: 
tap
[18:50:43.138](0.045s) Bail out!  pg_config failed: 
tap
[18:50:43.301](0.027s) Bail out!  pg_config failed: 
tap
[18:50:43.407](0.047s) Bail out!  pg_config failed: 
tap
[18:50:43.456](0.050s) Bail out!  pg_config failed: 
tap
[18:50:43.441](0.043s) Bail out!  pg_config failed: 
tap
[18:50:43.555](0.043s) Bail out!  pg_config failed: 
tap
[18:50:43.522](0.036s) Bail out!  pg_config failed: 
tap
[18:50:43.549](0.038s) Bail out!  pg_config failed: 
tap
[18:50:43.571](0.034s) Bail out!  pg_config failed: 
tap
[18:50:43.496](0.022s) Bail out!  pg_config failed: 
tap
[18:50:43.691](0.053s) Bail out!  pg_config failed: 
tap
[18:50:43.722](0.061s) Bail out!  pg_config failed: 
test
[18:50:44.041]   1/352 postgresql:setup / tmp_install                                                  FAIL             ...
[18:50:44.041]   2/352 postgresql:setup / install_test_files                                           FAIL             ...
[18:50:44.041]   3/352 postgresql:setup / initdb_cache                                                 FAIL             ...
[18:50:44.041]   4/352 postgresql:regress / regress/regress                                            ERROR            ...
[18:50:44.041]   5/352 postgresql:isolation / isolation/isolation                                      ERROR            ...
[18:50:44.041]   6/352 postgresql:pg_upgrade / pg_upgrade/001_basic                                    ERROR            ...
[18:50:44.041]   7/352 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[18:50:44.041]   8/352 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[18:50:44.041]   9/352 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[18:50:44.041]  10/352 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:50:44.041]  11/352 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[18:50:44.041]  12/352 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[18:50:44.041]  13/352 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[18:50:44.041]  14/352 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[18:50:44.041]  15/352 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[18:50:44.041]  16/352 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[18:50:44.041]  17/352 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[18:50:44.041]  18/352 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[18:50:44.041]  19/352 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[18:50:44.041]  20/352 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[18:50:44.041]  21/352 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[18:50:44.041]  22/352 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[18:50:44.041]  23/352 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[18:50:44.041]  24/352 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[18:50:44.041]  25/352 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[18:50:44.041]  26/352 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[18:50:44.041]  27/352 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[18:50:44.041]  28/352 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[18:50:44.041]  29/352 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[18:50:44.041]  30/352 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[18:50:44.041]  31/352 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[18:50:44.041]  32/352 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[18:50:44.041]  33/352 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[18:50:44.041]  34/352 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[18:50:44.041]  35/352 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[18:50:44.041]  36/352 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[18:50:44.041]  37/352 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:50:44.041]  38/352 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[18:50:44.041]  39/352 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[18:50:44.041]  40/352 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[18:50:44.041]  41/352 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[18:50:44.041]  42/352 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[18:50:44.041]  43/352 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[18:50:44.041]  44/352 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[18:50:44.041]  45/352 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[18:50:44.041]  46/352 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[18:50:44.041]  47/352 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[18:50:44.041]  48/352 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[18:50:44.041]  49/352 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[18:50:44.041]  50/352 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[18:50:44.041]  51/352 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[18:50:44.041]  52/352 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[18:50:44.041]  53/352 postgresql:recovery / recovery/044_invalidate_inactive_slots                    ERROR            ...
[18:50:44.042]  54/352 postgresql:recovery / recovery/043_no_contrecord_switch                         ERROR            ...
[18:50:44.042]  57/352 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[18:50:44.042]  55/352 postgresql:recovery / recovery/045_archive_restartpoint                         ERROR            ...
[18:50:44.042]  56/352 postgresql:recovery / recovery/046_checkpoint_logical_slot                      ERROR            ...
[18:50:44.042]  58/352 postgresql:plperl / plperl/regress                                              ERROR            ...
[18:50:44.042]  59/352 postgresql:recovery / recovery/047_checkpoint_physical_slot                     ERROR            ...
[18:50:44.042]  61/352 postgresql:plpython / plpython/regress                                          ERROR            ...
[18:50:44.042]  60/352 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR            ...
[18:50:44.042]  62/352 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[18:50:44.042]  63/352 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[18:50:44.042]  64/352 postgresql:auto_explain / auto_explain/regress                                  ERROR            ...
[18:50:44.042]  65/352 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[18:50:44.042]  66/352 postgresql:bloom / bloom/regress                                                ERROR            ...
[18:50:44.042]  67/352 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[18:50:44.042]  68/352 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[18:50:44.042]  69/352 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[18:50:44.042]  71/352 postgresql:citext / citext/regress                                              ERROR            ...
[18:50:44.042]  72/352 postgresql:cube / cube/regress                                                  ERROR            ...
[18:50:44.042]  70/352 postgresql:kerberos / kerberos/001_auth                                         ERROR            ...
[18:50:44.042]  73/352 postgresql:dblink / dblink/regress                                              ERROR            ...
[18:50:44.042]  74/352 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[18:50:44.042]  75/352 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[18:50:44.042]  76/352 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[18:50:44.042]  77/352 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[18:50:44.042]  78/352 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[18:50:44.042]  79/352 postgresql:hstore / hstore/regress                                              ERROR            ...
[18:50:44.042]  80/352 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[18:50:44.042]  81/352 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[18:50:44.042]  82/352 postgresql:intarray / intarray/regress                                          ERROR            ...
[18:50:44.042]  83/352 postgresql:isn / isn/regress                                                    ERROR            ...
[18:50:44.042]  84/352 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[18:50:44.042]  85/352 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[18:50:44.042]  86/352 postgresql:lo / lo/regress                                                      ERROR            ...
[18:50:44.042]  87/352 postgresql:ltree / ltree/regress                                                ERROR            ...
[18:50:44.042]  88/352 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[18:50:44.042]  89/352 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[18:50:44.042]  90/352 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[18:50:44.042]  91/352 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[18:50:44.042]  92/352 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[18:50:44.042]  93/352 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[18:50:44.042]  94/352 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[18:50:44.042]  95/352 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[18:50:44.042]  96/352 postgresql:pg_prewarm / pg_prewarm/regress                                      ERROR            ...
[18:50:44.042]  97/352 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[18:50:44.042]  98/352 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[18:50:44.042]  99/352 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[18:50:44.042] 100/352 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[18:50:44.042] 101/352 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[18:50:44.042] 102/352 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[18:50:44.042] 103/352 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[18:50:44.042] 104/352 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[18:50:44.042] 105/352 postgresql:seg / seg/regress                                                    ERROR            ...
[18:50:44.042] 106/352 postgresql:spi / spi/regress                                                    ERROR            ...
[18:50:44.042] 107/352 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[18:50:44.042] 108/352 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[18:50:44.042] 109/352 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[18:50:44.042] 110/352 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[18:50:44.042] 111/352 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[18:50:44.042] 112/352 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[18:50:44.042] 113/352 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[18:50:44.042] 114/352 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[18:50:44.042] 115/352 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR            ...
[18:50:44.043] 116/352 postgresql:brin / brin/isolation                                                ERROR            ...
[18:50:44.043] 117/352 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[18:50:44.043] 118/352 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[18:50:44.043] 119/352 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[18:50:44.043] 120/352 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[18:50:44.043] 121/352 postgresql:gin / gin/regress                                                    ERROR            ...
[18:50:44.043] 122/352 postgresql:injection_points / injection_points/regress                          ERROR            ...
[18:50:44.043] 123/352 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[18:50:44.043] 124/352 postgresql:plsample / plsample/regress                                          ERROR            ...
[18:50:44.043] 125/352 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[18:50:44.043] 126/352 postgresql:test_binaryheap / test_binaryheap/regress                            ERROR            ...
[18:50:44.043] 127/352 postgresql:test_bitmapset / test_bitmapset/regress                              ERROR            ...
[18:50:44.043] 128/352 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[18:50:44.043] 129/352 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[18:50:44.043] 130/352 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[18:50:44.043] 131/352 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[18:50:44.043] 132/352 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[18:50:44.043] 133/352 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[18:50:44.043] 134/352 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[18:50:44.043] 135/352 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[18:50:44.043] 136/352 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[18:50:44.043] 137/352 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress                  ERROR            ...
[18:50:44.043] 138/352 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[18:50:44.043] 139/352 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[18:50:44.043] 140/352 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[18:50:44.043] 141/352 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[18:50:44.043] 142/352 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[18:50:44.043] 143/352 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[18:50:44.043] 144/352 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[18:50:44.043] 145/352 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[18:50:44.043] 146/352 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[18:50:44.043] 147/352 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[18:50:44.043] 148/352 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[18:50:44.043] 149/352 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[18:50:44.043] 150/352 postgresql:typcache / typcache/regress                                          ERROR            ...
[18:50:44.043] 151/352 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[18:50:44.043] 152/352 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[18:50:44.043] 153/352 postgresql:libpq / libpq/001_uri                                                ERROR            ...
[18:50:44.043] 154/352 postgresql:libpq / libpq/002_api                                                ERROR            ...
[18:50:44.043] 155/352 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[18:50:44.043] 156/352 postgresql:libpq / libpq/004_load_balance_dns                                   ERROR            ...
[18:50:44.043] 157/352 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[18:50:44.043] 158/352 postgresql:libpq / libpq/006_service                                            ERROR            ...
[18:50:44.043] 159/352 postgresql:libpq-oauth / libpq-oauth/001_oauth                                  ERROR            ...
[18:50:44.043] 160/352 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[18:50:44.043] 161/352 postgresql:pg_amcheck / pg_amcheck/001_basic                                    ERROR            ...
[18:50:44.043] 162/352 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[18:50:44.043] 163/352 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[18:50:44.043] 164/352 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[18:50:44.043] 165/352 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup          ERROR            ...
[18:50:44.043] 166/352 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[18:50:44.043] 167/352 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[18:50:44.043] 168/352 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[18:50:44.043] 169/352 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[18:50:44.043] 170/352 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[18:50:44.043] 171/352 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[18:50:44.043] 172/352 postgresql:pg_combinebackup / pg_combinebackup/001_basic                        ERROR            ...
[18:50:44.043] 173/352 postgresql:pg_checksums / pg_checksums/001_basic                                ERROR            ...
[18:50:44.043] 174/352 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[18:50:44.043] 175/352 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[18:50:44.043] 176/352 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[18:50:44.043] 177/352 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[18:50:44.043] 178/352 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[18:50:44.043] 179/352 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[18:50:44.043] 180/352 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[18:50:44.043] 181/352 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[18:50:44.043] 182/352 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[18:50:44.043] 183/352 postgresql:pg_config / pg_config/001_pg_config                                  ERROR            ...
[18:50:44.043] 184/352 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink                     ERROR            ...
[18:50:44.043] 185/352 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[18:50:44.043] 186/352 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[18:50:44.043] 187/352 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[18:50:44.043] 188/352 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[18:50:44.043] 189/352 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[18:50:44.043] 190/352 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[18:50:44.043] 191/352 postgresql:pg_dump / pg_dump/001_basic                                          ERROR            ...
[18:50:44.043] 192/352 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[18:50:44.043] 193/352 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[18:50:44.043] 195/352 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[18:50:44.043] 194/352 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[18:50:44.043] 196/352 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[18:50:44.043] 197/352 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[18:50:44.043] 198/352 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[18:50:44.043] 199/352 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[18:50:44.043] 200/352 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[18:50:44.043] 201/352 postgresql:pg_rewind / pg_rewind/006_options                                    ERROR            ...
[18:50:44.043] 202/352 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[18:50:44.043] 203/352 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[18:50:44.043] 204/352 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[18:50:44.043] 205/352 postgresql:pg_test_fsync / pg_test_fsync/001_basic                              ERROR            ...
[18:50:44.043] 206/352 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[18:50:44.043] 207/352 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[18:50:44.043] 208/352 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[18:50:44.043] 209/352 postgresql:pg_test_timing / pg_test_timing/001_basic                            ERROR            ...
[18:50:44.043] 210/352 postgresql:pg_verifybackup / pg_verifybackup/001_basic                          ERROR            ...
[18:50:44.043] 211/352 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[18:50:44.043] 212/352 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[18:50:44.043] 213/352 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[18:50:44.043] 214/352 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest                   ERROR            ...
[18:50:44.043] 215/352 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[18:50:44.043] 216/352 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[18:50:44.043] 217/352 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[18:50:44.043] 218/352 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[18:50:44.043] 219/352 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[18:50:44.043] 220/352 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[18:50:44.043] 221/352 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[18:50:44.043] 222/352 postgresql:pg_walsummary / pg_walsummary/001_basic                              ERROR            ...
[18:50:44.043] 223/352 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[18:50:44.043] 224/352 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[18:50:44.043] 225/352 postgresql:pgbench / pgbench/002_pgbench_no_server                              ERROR            ...
[18:50:44.043] 227/352 postgresql:psql / psql/001_basic                                                ERROR            ...
[18:50:44.043] 228/352 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[18:50:44.043] 229/352 postgresql:psql / psql/020_cancel                                               ERROR            ...
[18:50:44.043] 230/352 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[18:50:44.043] 231/352 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[18:50:44.043] 232/352 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[18:50:44.043] 233/352 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[18:50:44.044] 234/352 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[18:50:44.044] 235/352 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[18:50:44.044] 236/352 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[18:50:44.044] 237/352 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[18:50:44.044] 238/352 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[18:50:44.044] 239/352 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[18:50:44.044] 240/352 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[18:50:44.044] 242/352 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg                                    ERROR            ...
[18:50:44.044] 241/352 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[18:50:44.044] 243/352 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix                           ERROR            ...
[18:50:44.044] 244/352 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent                      ERROR            ...
[18:50:44.044] 245/352 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[18:50:44.044] 246/352 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[18:50:44.044] 247/352 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[18:50:44.044] 248/352 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[18:50:44.044] 249/352 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[18:50:44.044] 250/352 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[18:50:44.044] 251/352 postgresql:amcheck / amcheck/006_verify_gin                                     ERROR            ...
[18:50:44.044] 252/352 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[18:50:44.044] 253/352 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[18:50:44.044] 254/352 postgresql:dblink / dblink/001_auth_scram                                       ERROR            ...
[18:50:44.044] 255/352 postgresql:oid2name / oid2name/001_basic                                        ERROR            ...
[18:50:44.044] 256/352 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[18:50:44.044] 257/352 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[18:50:44.044] 258/352 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[18:50:44.044] 260/352 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[18:50:44.044] 261/352 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[18:50:44.044] 262/352 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[18:50:44.044] 263/352 postgresql:vacuumlo / vacuumlo/001_basic                                        ERROR            ...
[18:50:44.044] 264/352 postgresql:authentication / authentication/001_password                         ERROR            ...
[18:50:44.044] 265/352 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[18:50:44.044] 266/352 postgresql:authentication / authentication/003_peer                             ERROR            ...
[18:50:44.044] 267/352 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[18:50:44.044] 270/352 postgresql:postmaster / postmaster/001_basic                                    ERROR            ...
[18:50:44.044] 269/352 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[18:50:44.044] 271/352 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
[18:50:44.044] 272/352 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
[18:50:44.044] 273/352 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
[18:50:44.044] 274/352 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[18:50:44.044] 275/352 postgresql:subscription / subscription/002_types                                ERROR            ...
[18:50:44.044] 276/352 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[18:50:44.044] 277/352 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[18:50:44.044] 278/352 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[18:50:44.044] 279/352 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[18:50:44.044] 281/352 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[18:50:44.044] 280/352 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[18:50:44.044] 282/352 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[18:50:44.044] 283/352 postgresql:subscription / subscription/011_generated                            ERROR            ...
[18:50:44.044] 284/352 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[18:50:44.044] 285/352 postgresql:subscription / subscription/012_collation                            ERROR            ...
[18:50:44.044] 286/352 postgresql:subscription / subscription/013_partition                            ERROR            ...
[18:50:44.044] 287/352 postgresql:subscription / subscription/014_binary                               ERROR            ...
[18:50:44.044] 288/352 postgresql:subscription / subscription/015_stream                               ERROR            ...
[18:50:44.044] 289/352 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[18:50:44.045] 290/352 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[18:50:44.045] 291/352 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[18:50:44.045] 292/352 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[18:50:44.045] 293/352 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[18:50:44.045] 294/352 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[18:50:44.045] 295/352 postgresql:subscription / subscription/020_messages                             ERROR            ...
[18:50:44.045] 296/352 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[18:50:44.045] 297/352 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[18:50:44.045] 298/352 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[18:50:44.045] 299/352 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[18:50:44.045] 300/352 postgresql:subscription / subscription/026_stats                                ERROR            ...
[18:50:44.045] 301/352 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[18:50:44.045] 302/352 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[18:50:44.045] 303/352 postgresql:subscription / subscription/030_origin                               ERROR            ...
[18:50:44.045] 304/352 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[18:50:44.045] 305/352 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[18:50:44.045] 306/352 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[18:50:44.045] 307/352 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[18:50:44.045] 308/352 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[18:50:44.045] 309/352 postgresql:subscription / subscription/035_conflicts                            ERROR            ...
[18:50:44.045] 310/352 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[18:50:44.045] 311/352 postgresql:brin / brin/01_workitems                                             ERROR            ...
[18:50:44.045] 312/352 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[18:50:44.045] 313/352 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[18:50:44.045] 314/352 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[18:50:44.045] 315/352 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[18:50:44.045] 316/352 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[18:50:44.045] 317/352 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[18:50:44.045] 318/352 postgresql:oauth_validator / oauth_validator/001_server                         ERROR            ...
[18:50:44.045] 319/352 postgresql:oauth_validator / oauth_validator/002_client                         ERROR            ...
[18:50:44.045] 320/352 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[18:50:44.045] 321/352 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[18:50:44.045] 322/352 postgresql:test_escape / test_escape/001_test_escape                            ERROR            ...
[18:50:44.045] 323/352 postgresql:test_aio / test_aio/002_io_workers                                   ERROR            ...
[18:50:44.045] 324/352 postgresql:test_aio / test_aio/001_aio                                          ERROR            ...
[18:50:44.045] 325/352 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[18:50:44.045] 326/352 postgresql:test_int128 / test_int128/001_test_int128                            ERROR            ...
[18:50:44.045] 327/352 postgresql:test_extensions / test_extensions/001_extension_control_path         ERROR            ...
[18:50:44.045] 328/352 postgresql:test_json_parser / test_json_parser/003_test_semantic                ERROR            ...
[18:50:44.045] 329/352 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental ERROR            ...
[18:50:44.045] 330/352 postgresql:test_json_parser / test_json_parser/002_inline                       ERROR            ...
[18:50:44.045] 331/352 postgresql:test_json_parser / test_json_parser/004_test_parser_perf             ERROR            ...
[18:50:44.045] 332/352 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[18:50:44.045] 333/352 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[18:50:44.045] 334/352 postgresql:test_misc / test_misc/004_io_direct                                  ERROR            ...
[18:50:44.045] 335/352 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[18:50:44.045] 336/352 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[18:50:44.045] 337/352 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[18:50:44.045] 338/352 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[18:50:44.045] 339/352 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[18:50:44.045] 340/352 postgresql:test_misc / test_misc/008_replslot_single_user                       ERROR            ...
[18:50:44.045] 341/352 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[18:50:44.045] 342/352 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[18:50:44.062] 346/352 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[18:50:44.062] 347/352 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[18:50:44.062] 348/352 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[18:50:44.062] 349/352 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[18:50:44.062] 350/352 postgresql:icu / icu/010_database                                               ERROR            ...
[18:50:44.062] 351/352 postgresql:ldap / ldap/003_ldap_connection_param_lookup                         ERROR            ...
[18:50:44.062] 352/352 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
56/5570 Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup
CompilerWarnings
compiler
[18:20:40.277] shell_archive.c:78:7: error: implicit declaration of function 'pg_system' is invalid in C99 [-Werror,-Wim...
compiler
[18:20:23.327] shell_archive.c:78:7: error: implicit declaration of function 'pg_system' is invalid in C99 [-Werror,-Wim...
compiler
[18:19:44.670] shell_archive.c:78:14: error: implicit declaration of function ‘pg_system’; did you mean ‘system’? [-Werr...
compiler
[18:19:28.735] shell_archive.c:78:14: error: implicit declaration of function ‘pg_system’; did you mean ‘system’? [-Werr...
compiler
[18:21:11.907] shell_archive.c:78:14: error: implicit declaration of function ‘pg_system’; did you mean ‘_wsystem’? [-We...
OpenBSD - Meson
tap
[18:25:20.232](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
test
[18:28:55.293] 167/350 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
55/5907 no table rewrite when set column type to constrained domain
NetBSD - Meson
test
[17:42:37.093] 134/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               TIMEOUT        10...
[17:42:37.093] 197/350 postgresql:recovery / recovery/027_stream_regress                               TIMEOUT        10...
56/5431 Add XMLDocument (SQL/XML X030)
Windows - Server 2019, MinGW64 - Meson
tap
[13:13:20.244](0.002s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
test
[13:19:46.737] 157/348 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5938 Enhancing Memory Context Statistics Reporting
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:53:17.260](0.000s) not ok 13 - reindexdb cannot target invalid database: matches
test
[11:56:44.722] 228/345 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
55/5955 pg_waldump: support decoding of WAL inside tarfile
OpenBSD - Meson
tap
[10:50:10.075](0.001s) not ok 95 - path option requires start location: matches
[10:50:10.088](0.013s) not ok 96 - runs with path option and start and end locations: exit code 0
[10:50:10.090](0.001s) not ok 97 - runs with path option and start and end locations: no stderr
[10:50:10.090](0.000s) not ok 98 - runs with path option and start and end locations: matches
[10:50:10.106](0.001s) not ok 100 - falling off the end of the WAL results in an error: matches
[10:50:10.123](0.001s) not ok 102 - errors are shown with --quiet: matches
[10:50:10.143](0.018s) not ok 103 - pg_waldump : runs ok
[10:50:10.144](0.001s) not ok 104 - pg_waldump : no stderr
[10:50:10.144](0.000s) not ok 105 - pg_waldump : some lines are output
[10:50:10.189](0.044s) not ok 107 - pg_waldump --limit 6: runs ok
[10:50:10.190](0.001s) not ok 108 - pg_waldump --limit 6: no stderr
[10:50:10.191](0.000s) not ok 109 - pg_waldump --limit 6: some lines are output
[10:50:10.191](0.000s) not ok 110 - limit option observed
[10:50:10.215](0.024s) not ok 111 - pg_waldump --fullpage: runs ok
[10:50:10.218](0.001s) not ok 112 - pg_waldump --fullpage: no stderr
[10:50:10.220](0.001s) not ok 113 - pg_waldump --fullpage: some lines are output
[10:50:10.274](0.053s) not ok 115 - pg_waldump --stats: runs ok
[10:50:10.278](0.001s) not ok 116 - pg_waldump --stats: no stderr
[10:50:10.309](0.025s) not ok 117 - pg_waldump --stats: some lines are output
[10:50:10.313](0.001s) not ok 118 - statistics on stdout
[10:50:10.329](0.016s) not ok 120 - pg_waldump --stats=record: runs ok
[10:50:10.331](0.001s) not ok 121 - pg_waldump --stats=record: no stderr
[10:50:10.339](0.001s) not ok 122 - pg_waldump --stats=record: some lines are output
[10:50:10.340](0.000s) not ok 123 - statistics on stdout
[10:50:10.378](0.037s) not ok 125 - pg_waldump --rmgr Btree: runs ok
[10:50:10.380](0.001s) not ok 126 - pg_waldump --rmgr Btree: no stderr
[10:50:10.381](0.000s) not ok 127 - pg_waldump --rmgr Btree: some lines are output
[10:50:10.428](0.046s) not ok 129 - pg_waldump --fork init: runs ok
[10:50:10.429](0.001s) not ok 130 - pg_waldump --fork init: no stderr
[10:50:10.430](0.000s) not ok 131 - pg_waldump --fork init: some lines are output
[10:50:10.463](0.033s) not ok 133 - pg_waldump --relation 1663/5/16385: runs ok
[10:50:10.464](0.001s) not ok 134 - pg_waldump --relation 1663/5/16385: no stderr
[10:50:10.464](0.000s) not ok 135 - pg_waldump --relation 1663/5/16385: some lines are output
[10:50:10.481](0.017s) not ok 137 - pg_waldump --relation 1663/5/16391 --block 1: runs ok
[10:50:10.482](0.000s) not ok 138 - pg_waldump --relation 1663/5/16391 --block 1: no stderr
[10:50:10.483](0.000s) not ok 139 - pg_waldump --relation 1663/5/16391 --block 1: some lines are output
[10:50:13.874](0.001s) not ok 143 - path option requires start location: matches
[10:50:13.895](0.020s) not ok 144 - runs with path option and start and end locations: exit code 0
[10:50:13.896](0.001s) not ok 145 - runs with path option and start and end locations: no stderr
[10:50:13.896](0.000s) not ok 146 - runs with path option and start and end locations: matches
[10:50:13.913](0.001s) not ok 148 - falling off the end of the WAL results in an error: matches
[10:50:13.954](0.001s) not ok 150 - errors are shown with --quiet: matches
[10:50:13.988](0.034s) not ok 151 - pg_waldump : runs ok
[10:50:13.990](0.001s) not ok 152 - pg_waldump : no stderr
[10:50:13.992](0.000s) not ok 153 - pg_waldump : some lines are output
[10:50:14.052](0.033s) not ok 155 - pg_waldump --limit 6: runs ok
[10:50:14.053](0.001s) not ok 156 - pg_waldump --limit 6: no stderr
[10:50:14.053](0.000s) not ok 157 - pg_waldump --limit 6: some lines are output
[10:50:14.054](0.000s) not ok 158 - limit option observed
[10:50:14.072](0.018s) not ok 159 - pg_waldump --fullpage: runs ok
[10:50:14.073](0.000s) not ok 160 - pg_waldump --fullpage: no stderr
[10:50:14.073](0.000s) not ok 161 - pg_waldump --fullpage: some lines are output
[10:50:14.091](0.018s) not ok 163 - pg_waldump --stats: runs ok
[10:50:14.092](0.001s) not ok 164 - pg_waldump --stats: no stderr
[10:50:14.093](0.000s) not ok 165 - pg_waldump --stats: some lines are output
[10:50:14.093](0.000s) not ok 166 - statistics on stdout
[10:50:14.113](0.019s) not ok 168 - pg_waldump --stats=record: runs ok
[10:50:14.114](0.001s) not ok 169 - pg_waldump --stats=record: no stderr
[10:50:14.115](0.000s) not ok 170 - pg_waldump --stats=record: some lines are output
[10:50:14.115](0.000s) not ok 171 - statistics on stdout
[10:50:14.251](0.135s) not ok 173 - pg_waldump --rmgr Btree: runs ok
[10:50:14.252](0.001s) not ok 174 - pg_waldump --rmgr Btree: no stderr
[10:50:14.252](0.000s) not ok 175 - pg_waldump --rmgr Btree: some lines are output
[10:50:14.278](0.025s) not ok 177 - pg_waldump --fork init: runs ok
[10:50:14.279](0.001s) not ok 178 - pg_waldump --fork init: no stderr
[10:50:14.280](0.000s) not ok 179 - pg_waldump --fork init: some lines are output
[10:50:14.334](0.053s) not ok 181 - pg_waldump --relation 1663/5/16385: runs ok
[10:50:14.335](0.001s) not ok 182 - pg_waldump --relation 1663/5/16385: no stderr
[10:50:14.336](0.000s) not ok 183 - pg_waldump --relation 1663/5/16385: some lines are output
[10:50:14.355](0.019s) not ok 185 - pg_waldump --relation 1663/5/16391 --block 1: runs ok
[10:50:14.356](0.001s) not ok 186 - pg_waldump --relation 1663/5/16391 --block 1: no stderr
[10:50:14.357](0.000s) not ok 187 - pg_waldump --relation 1663/5/16391 --block 1: some lines are output
test
[10:52:27.662] 216/350 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
56/6087 CREATE TABLE LIKE INCLUDING TRIGGERS
Windows - Server 2019, MinGW64 - Meson
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/pg_upgrade/002_pg_...
--- C:/cirrus/src/test/regress/expected/triggers.out	2025-10-01 09:34:20.567313400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/triggers.out	2025-10-01 09:40:23.083387300 +0000
@@ -407,6 +407,7 @@
 --create table like tests
 COMMENT ON TRIGGER before_ins_stmt_trig ON main_table IS 'trigger before_ins_stmt_trig';
 CREATE TABLE main_table1(c INT, LIKE main_table INCLUDING TRIGGERS INCLUDING COMMENTS);
+ERROR:  trigger "before_upd_a_row_trig" for relation "main_table1" already exists
 \d main_table
              Table "public.main_table"
  Column |  Type   | Collation | Nullable | Default 
@@ -424,22 +425,6 @@
     before_upd_a_stmt_trig BEFORE UPDATE OF a ON main_table FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('before_up...
 
 \d main_table1
-            Table "public.main_table1"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- c      | integer |           |          | 
- a      | integer |           |          | 
...
tap
[09:41:10.208](62.607s) not ok 5 - regression tests pass
test
[09:52:33.968]   9/348 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/triggers.out C:/cirrus/build/testrun/regress/regress/re...
--- C:/cirrus/src/test/regress/expected/triggers.out	2025-10-01 09:34:09.272753200 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/triggers.out	2025-10-01 09:36:59.649017200 +0000
@@ -407,6 +407,7 @@
 --create table like tests
 COMMENT ON TRIGGER before_ins_stmt_trig ON main_table IS 'trigger before_ins_stmt_trig';
 CREATE TABLE main_table1(c INT, LIKE main_table INCLUDING TRIGGERS INCLUDING COMMENTS);
+ERROR:  trigger "before_upd_a_row_trig" for relation "main_table1" already exists
 \d main_table
              Table "public.main_table"
  Column |  Type   | Collation | Nullable | Default 
@@ -424,22 +425,6 @@
     before_upd_a_stmt_trig BEFORE UPDATE OF a ON main_table FOR EACH STATEMENT EXECUTE FUNCTION trigger_func('before_up...
 
 \d main_table1
-            Table "public.main_table1"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- c      | integer |           |          | 
- a      | integer |           |          | 
...
test
[09:49:25.431]   6/345 postgresql:regress / regress/regress                                            ERROR           1...
56/6088 create table like including storage parameter
Windows - Server 2019, MinGW64 - Meson
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_table_like.out C:/cirrus/build/testrun/pg_upgrad...
--- C:/cirrus/src/test/regress/expected/create_table_like.out	2025-10-01 09:12:13.538748700 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table_like.out	2025-10-01 09:18:44.184509900 +...
@@ -709,14 +709,17 @@
     toast.vacuum_truncate = false,
     log_autovacuum_min_duration = 100,
     toast.log_autovacuum_min_duration = 100);
+ERROR:  relation "t" already exists
 create table t1(like t including storage parameter) with (fillfactor = 100); --error
-ERROR:  parameter "fillfactor" specified more than once
 create table t1(like t excluding storage parameter) with (fillfactor = 100); --ok
+ERROR:  relation "t1" already exists
 \d+ t1
-                                   Table "public.t1"
- Column | Type | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+------+-----------+----------+---------+----------+--------------+-------------
- a      | text |           |          |         | extended |              | 
+                                    Table "public.t1"
+ Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
+--------+---------+-----------+----------+---------+---------+--------------+-------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_table_like.out C:/cirrus/build/testrun/recovery/...
--- C:/cirrus/src/test/regress/expected/create_table_like.out	2025-10-01 09:12:13.538748700 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_table_like.out	2025-10-01 09:21:46.982582200...
@@ -709,14 +709,17 @@
     toast.vacuum_truncate = false,
     log_autovacuum_min_duration = 100,
     toast.log_autovacuum_min_duration = 100);
+ERROR:  relation "t" already exists
 create table t1(like t including storage parameter) with (fillfactor = 100); --error
-ERROR:  parameter "fillfactor" specified more than once
 create table t1(like t excluding storage parameter) with (fillfactor = 100); --ok
+ERROR:  relation "t1" already exists
 \d+ t1
-                                   Table "public.t1"
- Column | Type | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+------+-----------+----------+---------+----------+--------------+-------------
- a      | text |           |          |         | extended |              | 
+                                    Table "public.t1"
+ Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
+--------+---------+-----------+----------+---------+---------+--------------+-------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_table_like.out C:/cirrus/build/testrun/regress/r...
--- C:/cirrus/src/test/regress/expected/create_table_like.out	2025-10-01 09:12:13.538748700 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/create_table_like.out	2025-10-01 09:18:41.235522000 +0000
@@ -709,14 +709,17 @@
     toast.vacuum_truncate = false,
     log_autovacuum_min_duration = 100,
     toast.log_autovacuum_min_duration = 100);
+ERROR:  relation "t" already exists
 create table t1(like t including storage parameter) with (fillfactor = 100); --error
-ERROR:  parameter "fillfactor" specified more than once
 create table t1(like t excluding storage parameter) with (fillfactor = 100); --ok
+ERROR:  relation "t1" already exists
 \d+ t1
-                                   Table "public.t1"
- Column | Type | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+------+-----------+----------+---------+----------+--------------+-------------
- a      | text |           |          |         | extended |              | 
+                                    Table "public.t1"
+ Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
+--------+---------+-----------+----------+---------+---------+--------------+-------------
...
tap
[09:19:17.322](67.078s) not ok 5 - regression tests pass
tap
[09:22:24.256](78.090s) not ok 2 - regression tests pass
test
[09:31:16.794]   6/348 postgresql:regress / regress/regress                                            ERROR            ...
[09:31:16.794]   9/348 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[09:31:16.794]  47/348 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/create_table_like.out C:/cirrus/build/testrun/pg_upgrad...
--- C:/cirrus/src/test/regress/expected/create_table_like.out	2025-10-01 09:12:19.379255600 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table_like.out	2025-10-01 09:15:55.522766900 +...
@@ -709,14 +709,17 @@
     toast.vacuum_truncate = false,
     log_autovacuum_min_duration = 100,
     toast.log_autovacuum_min_duration = 100);
+ERROR:  relation "t" already exists
 create table t1(like t including storage parameter) with (fillfactor = 100); --error
-ERROR:  parameter "fillfactor" specified more than once
 create table t1(like t excluding storage parameter) with (fillfactor = 100); --ok
+ERROR:  relation "t1" already exists
 \d+ t1
-                                   Table "public.t1"
- Column | Type | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+------+-----------+----------+---------+----------+--------------+-------------
- a      | text |           |          |         | extended |              | 
+                                    Table "public.t1"
+ Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
+--------+---------+-----------+----------+---------+---------+--------------+-------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/create_table_like.out C:/cirrus/build/testrun/regress/r...
--- C:/cirrus/src/test/regress/expected/create_table_like.out	2025-10-01 09:12:19.379255600 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/create_table_like.out	2025-10-01 09:15:48.605275400 +0000
@@ -709,14 +709,17 @@
     toast.vacuum_truncate = false,
     log_autovacuum_min_duration = 100,
     toast.log_autovacuum_min_duration = 100);
+ERROR:  relation "t" already exists
 create table t1(like t including storage parameter) with (fillfactor = 100); --error
-ERROR:  parameter "fillfactor" specified more than once
 create table t1(like t excluding storage parameter) with (fillfactor = 100); --ok
+ERROR:  relation "t1" already exists
 \d+ t1
-                                   Table "public.t1"
- Column | Type | Collation | Nullable | Default | Storage  | Stats target | Description 
---------+------+-----------+----------+---------+----------+--------------+-------------
- a      | text |           |          |         | extended |              | 
+                                    Table "public.t1"
+ Column |  Type   | Collation | Nullable | Default | Storage | Stats target | Description 
+--------+---------+-----------+----------+---------+---------+--------------+-------------
...
tap
[09:16:56.993](128.518s) not ok 5 - regression tests pass
test
[09:27:12.928]   8/345 postgresql:regress / regress/regress                                            ERROR           1...
[09:27:12.928]  19/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
56/6012 pgbench: extend variable usage in scripts
CompilerWarnings
compiler
[07:25:47.374] pgbench.c:1990:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch]
compiler
[07:25:47.374] pgbench.c:1987:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable]
compiler
[07:25:33.450] pgbench.c:1990:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch]
compiler
[07:25:33.450] pgbench.c:1987:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable]
compiler
[07:24:56.628] pgbench.c:2030:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:24:56.628] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch]
compiler
[07:24:56.628] pgbench.c:1987:25: error: unused variable ‘quotechar’ [-Werror=unused-variable]
compiler
[07:24:43.090] pgbench.c:2030:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:24:43.090] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch]
compiler
[07:24:43.090] pgbench.c:1987:25: error: unused variable ‘quotechar’ [-Werror=unused-variable]
compiler
[07:26:16.970] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch]
compiler
[07:26:16.970] pgbench.c:2030:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:26:16.970] pgbench.c:1987:25: error: unused variable ‘quotechar’ [-Werror=unused-variable]
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:35:26.994](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
test
[07:39:04.340] 229/345 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
56/5692 Create DATA dump objects for partitioned tables too
Windows - Server 2019, MinGW64 - Meson
tap
[05:19:32.706](290.581s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/subscription/t/001_rep_changes.pl line 477.
test
[05:19:33.235] 348/348 postgresql:subscription / subscription/001_rep_changes                          ERROR           3...
55/5099 Add OR REPLACE option to CREATE MATERIALIZED VIEW
NetBSD - Meson
tap
[03:15:02.783](0.001s) not ok 75 - corrupt backup fails verification: bad_manifest: matches
test
[03:15:57.175] 243/350 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
55/5623 Make numeric type accessible to third-party code.
NetBSD - Meson
tap
[17:58:26.057](0.224s) not ok 36 - different column lists detected
test
[17:58:42.761] 307/350 postgresql:subscription / subscription/031_column_list                          ERROR            ...
56/6072 remove unnecessary include in src/backend/commands/policy.c
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:45:01.862](0.000s) not ok 5 - reserved_connections limit: matches
test
[13:47:37.753] 263/345 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5365 Fix creation of empty .log files during log rotation
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:39:33.275](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
test
[11:43:11.908] 228/345 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
54/5547 Doc: Create table improvements
Windows - Server 2019, MinGW64 - Meson
tap
[10:42:56.808](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
test
[10:49:08.517] 157/348 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/5726 Proposal for enabling auto-vectorization for checksum calculations
OpenBSD - Meson
tap
[09:21:59.530](0.028s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/amcheck/001_v...
tap
[09:21:59.507](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:59.720](0.025s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:59.848](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.055](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.083](0.025s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/amcheck/006_v...
tap
[09:22:01.095](0.012s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.512](0.367s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/authenticatio...
tap
[09:22:01.486](0.017s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.485](0.012s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.443](0.026s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/authenticatio...
tap
[09:22:01.485](0.012s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.296](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.153](0.029s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.362](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.800](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.835](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.008](0.080s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/commit_ts/001...
tap
[09:22:05.060](0.114s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.006](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.006](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.652](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:08.209](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:51.875](0.334s) not ok 14 - successful creation
[09:21:51.877](0.001s) not ok 15 - check PGDATA permissions
[09:21:51.913](0.036s) not ok 16 - checksums are enabled in control file: exit code 0
[09:21:51.915](0.001s) not ok 17 - checksums are enabled in control file: no stderr
[09:21:51.916](0.000s) not ok 18 - checksums are enabled in control file: matches
[09:21:52.154](0.058s) not ok 23 - successful creation with group access
[09:21:52.262](0.001s) not ok 26 - locale provider ICU requires --icu-locale: matches
[09:21:52.303](0.039s) not ok 27 - option --icu-locale
[09:21:52.345](0.042s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0
[09:21:52.347](0.001s) not ok 29 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
[09:21:52.347](0.000s) not ok 30 - options --locale-provider=icu --locale=und --lc-*=C: matches
[09:21:52.376](0.001s) not ok 32 - fails for invalid ICU locale: matches
[09:21:52.409](0.001s) not ok 34 - fails for encoding not supported by ICU: matches
[09:21:52.440](0.001s) not ok 36 - fails for nonsense language: matches
[09:21:52.467](0.001s) not ok 38 - fails for invalid collation argument: matches
[09:21:52.527](0.033s) not ok 40 - locale provider builtin with --locale
[09:21:52.557](0.028s) not ok 41 - locale provider builtin with --encoding=UTF-8 --builtin-locale=C.UTF-8
[09:21:52.765](0.167s) not ok 43 - locale provider builtin with --lc-ctype
[09:21:53.068](0.026s) not ok 49 - multiple --set options with different case
tap
[09:22:05.467](0.012s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.486](0.050s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:08.394](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:08.353](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:08.166](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.581](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:51.082](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:50.983](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:50.899](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.568](0.112s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.572](0.047s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:51.313](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:51.916](0.152s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_amcheck/00...
tap
[09:21:51.449](0.028s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_amcheck/00...
tap
[09:21:51.496](0.028s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:52.123](0.063s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_basebackup...
tap
[09:21:51.815](0.020s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:52.256](0.208s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_basebackup...
tap
[09:21:52.163](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:52.939](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:52.236](0.112s) not ok 1 - pg_checksums --help exit code 0
[09:21:52.238](0.000s) not ok 2 - pg_checksums --help goes to stdout
[09:21:52.239](0.000s) not ok 3 - pg_checksums --help nothing to stderr
[09:21:52.285](0.045s) not ok 5 - pg_checksums --version exit code 0
[09:21:52.286](0.000s) not ok 6 - pg_checksums --version goes to stdout
[09:21:52.286](0.000s) not ok 7 - pg_checksums --version nothing to stderr
tap
[09:21:52.736](0.316s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_checksums/...
tap
[09:21:52.782](0.015s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:52.814](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.139](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.227](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.495](0.020s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.581](0.059s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.553](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.721](0.063s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.544](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:53.800](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.269](0.053s) not ok 11 - pg_ctl initdb
tap
[09:21:54.184](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.245](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.229](0.055s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.291](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.206](0.017s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.904](0.434s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.637](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.667](0.037s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_dump/010_d...
tap
[09:22:00.622](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.709](0.029s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.669](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:54.895](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.152](0.027s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_rewind/002...
tap
[09:21:55.050](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.479](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.172](0.037s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.623](0.183s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.454](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.576](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:55.600](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.570](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.178](0.078s) not ok 1 - pg_upgrade --help exit code 0
[09:21:44.179](0.000s) not ok 2 - pg_upgrade --help goes to stdout
[09:21:44.180](0.000s) not ok 3 - pg_upgrade --help nothing to stderr
[09:21:44.189](0.007s) not ok 5 - pg_upgrade --version exit code 0
[09:21:44.190](0.000s) not ok 6 - pg_upgrade --version goes to stdout
[09:21:44.191](0.000s) not ok 7 - pg_upgrade --version nothing to stderr
tap
[09:21:44.815](0.470s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_upgrade/00...
tap
[09:21:44.303](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.149](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.419](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.350](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.084](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.120](0.015s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.057](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.227](0.111s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.545](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.471](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.641](0.024s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.554](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.677](0.061s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.971](0.156s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:57.197](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:56.881](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:57.129](0.158s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:57.161](0.023s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pgbench/001_p...
tap
[09:22:01.069](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.750](0.112s) not ok 1 - postgres --help exit code 0
[09:22:01.752](0.001s) not ok 2 - postgres --help goes to stdout
[09:22:01.753](0.000s) not ok 3 - postgres --help nothing to stderr
[09:22:02.358](0.605s) not ok 5 - postgres --version exit code 0
[09:22:02.363](0.004s) not ok 6 - postgres --version goes to stdout
[09:22:02.365](0.001s) not ok 7 - postgres --version nothing to stderr
tap
[09:22:01.960](0.012s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.974](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:57.470](0.026s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/psql/001_basi...
tap
[09:21:57.650](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:57.688](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.427](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.542](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.766](0.082s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.654](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.838](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.857](0.055s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:44.883](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.093](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.873](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.840](0.238s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.319](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.240](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.433](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.474](0.036s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.524](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.456](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.599](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.033](0.021s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/recovery/019_...
tap
[09:21:45.840](0.038s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.981](0.076s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:45.867](0.012s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.372](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.170](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.229](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.334](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.346](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.187](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.372](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.614](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.614](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.728](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.955](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.054](0.098s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.156](0.029s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:46.915](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.083](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.110](0.037s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.615](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.138](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.341](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.634](0.017s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.486](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.821](0.230s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.740](0.024s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/recovery/045_...
tap
[09:21:47.658](0.025s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.847](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:47.993](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:57.802](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.123](0.079s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.163](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.154](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.608](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.572](0.013s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.555](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.689](0.019s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.660](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.751](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:58.974](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:59.135](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:21:59.174](0.030s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/scripts/200_c...
tap
[09:22:05.573](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.753](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:08.199](0.021s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:08.100](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.205](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.129](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.946](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:01.965](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.460](0.220s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/subscription/...
tap
[09:22:02.553](0.018s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.378](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.466](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.532](0.016s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.782](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:02.937](0.076s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.168](0.137s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/subscription/...
tap
[09:22:02.941](0.044s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.202](0.013s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.202](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.058](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.206](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.310](0.052s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.286](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.463](0.060s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.678](0.011s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.860](0.188s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.458](0.228s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.628](0.004s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.676](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:03.905](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.355](0.008s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.076](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.128](0.033s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.190](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.312](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.430](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.390](0.013s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.504](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:04.945](0.016s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.045](0.028s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:05.662](0.050s) Bail out!  command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/test_aio/001_...
tap
[09:22:06.035](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.161](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:00.969](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.075](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.432](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.684](0.071s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.583](0.007s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:06.901](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.066](0.051s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.203](0.005s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.177](0.086s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.266](0.014s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.268](0.010s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.539](0.009s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
tap
[09:22:07.646](0.006s) Bail out!  failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-te...
test
[09:22:22.426]   3/350 postgresql:setup / initdb_cache                                                 FAIL             ...
[09:22:22.426]   4/350 postgresql:isolation / isolation/isolation                                      ERROR            ...
[09:22:22.426]   5/350 postgresql:regress / regress/regress                                            ERROR            ...
[09:22:22.426]   6/350 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:22:22.426]   8/350 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:22:22.426]  10/350 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[09:22:22.426]   7/350 postgresql:pg_upgrade / pg_upgrade/001_basic                                    ERROR            ...
[09:22:22.426]  11/350 postgresql:recovery / recovery/001_stream_rep                                   ERROR            ...
[09:22:22.426]  13/350 postgresql:recovery / recovery/004_timeline_switch                              ERROR            ...
[09:22:22.426]  12/350 postgresql:recovery / recovery/002_archiving                                    ERROR            ...
[09:22:22.426]   9/350 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[09:22:22.426]  14/350 postgresql:recovery / recovery/003_recovery_targets                             ERROR            ...
[09:22:22.426]  16/350 postgresql:recovery / recovery/005_replay_delay                                 ERROR            ...
[09:22:22.426]  17/350 postgresql:recovery / recovery/006_logical_decoding                             ERROR            ...
[09:22:22.426]  15/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:22:22.426]  18/350 postgresql:recovery / recovery/007_sync_rep                                     ERROR            ...
[09:22:22.426]  19/350 postgresql:recovery / recovery/008_fsm_truncation                               ERROR            ...
[09:22:22.426]  20/350 postgresql:recovery / recovery/013_crash_restart                                ERROR            ...
[09:22:22.426]  21/350 postgresql:recovery / recovery/012_subtransactions                              ERROR            ...
[09:22:22.426]  22/350 postgresql:recovery / recovery/014_unlogged_reinit                              ERROR            ...
[09:22:22.426]  24/350 postgresql:recovery / recovery/015_promotion_pages                              ERROR            ...
[09:22:22.426]  23/350 postgresql:recovery / recovery/017_shm                                          ERROR            ...
[09:22:22.426]  25/350 postgresql:recovery / recovery/016_min_consistency                              ERROR            ...
[09:22:22.426]  26/350 postgresql:recovery / recovery/018_wal_optimize                                 ERROR            ...
[09:22:22.426]  28/350 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[09:22:22.426]  29/350 postgresql:recovery / recovery/022_crash_temp_files                             ERROR            ...
[09:22:22.426]  27/350 postgresql:recovery / recovery/010_logical_decoding_timelines                   ERROR            ...
[09:22:22.426]  30/350 postgresql:recovery / recovery/009_twophase                                     ERROR            ...
[09:22:22.426]  32/350 postgresql:recovery / recovery/019_replslot_limit                               ERROR            ...
[09:22:22.426]  31/350 postgresql:recovery / recovery/021_row_visibility                               ERROR            ...
[09:22:22.426]  35/350 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR            ...
[09:22:22.426]  34/350 postgresql:recovery / recovery/028_pitr_timelines                               ERROR            ...
[09:22:22.426]  37/350 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:22:22.426]  38/350 postgresql:recovery / recovery/023_pitr_prepared_xact                           ERROR            ...
[09:22:22.426]  36/350 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR            ...
[09:22:22.426]  39/350 postgresql:recovery / recovery/029_stats_restart                                ERROR            ...
[09:22:22.426]  33/350 postgresql:recovery / recovery/024_archive_recovery                             ERROR            ...
[09:22:22.426]  40/350 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR            ...
[09:22:22.426]  42/350 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR            ...
[09:22:22.426]  41/350 postgresql:recovery / recovery/031_recovery_conflict                            ERROR            ...
[09:22:22.426]  43/350 postgresql:recovery / recovery/036_truncated_dropped                            ERROR            ...
[09:22:22.426]  46/350 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
[09:22:22.426]  47/350 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[09:22:22.426]  48/350 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR            ...
[09:22:22.426]  49/350 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR            ...
[09:22:22.426]  44/350 postgresql:recovery / recovery/033_replay_tsp_drops                             ERROR            ...
[09:22:22.426]  50/350 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR            ...
[09:22:22.426]  45/350 postgresql:recovery / recovery/034_create_database                              ERROR            ...
[09:22:22.426]  51/350 postgresql:recovery / recovery/043_no_contrecord_switch                         ERROR            ...
[09:22:22.426]  53/350 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[09:22:22.426]  52/350 postgresql:plpgsql / plpgsql/regress                                            ERROR            ...
[09:22:22.426]  55/350 postgresql:recovery / recovery/046_checkpoint_logical_slot                      ERROR            ...
[09:22:22.426]  54/350 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[09:22:22.428]  57/350 postgresql:plperl / plperl/regress                                              ERROR            ...
[09:22:22.428]  58/350 postgresql:plpython / plpython/regress                                          ERROR            ...
[09:22:22.428]  60/350 postgresql:pltcl / pltcl/regress                                                ERROR            ...
[09:22:22.428]  56/350 postgresql:recovery / recovery/045_archive_restartpoint                         ERROR            ...
[09:22:22.428]  61/350 postgresql:recovery / recovery/047_checkpoint_physical_slot                     ERROR            ...
[09:22:22.428]  59/350 postgresql:recovery / recovery/044_invalidate_inactive_slots                    ERROR            ...
[09:22:22.428]  63/350 postgresql:amcheck / amcheck/regress                                            ERROR            ...
[09:22:22.428]  66/350 postgresql:basic_archive / basic_archive/regress                                ERROR            ...
[09:22:22.428]  67/350 postgresql:btree_gin / btree_gin/regress                                        ERROR            ...
[09:22:22.428]  64/350 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR            ...
[09:22:22.428]  62/350 postgresql:auto_explain / auto_explain/regress                                  ERROR            ...
[09:22:22.428]  65/350 postgresql:bloom / bloom/regress                                                ERROR            ...
[09:22:22.428]  69/350 postgresql:bool_plperl / bool_plperl/regress                                    ERROR            ...
[09:22:22.428]  68/350 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[09:22:22.428]  71/350 postgresql:dblink / dblink/regress                                              ERROR            ...
[09:22:22.428]  72/350 postgresql:citext / citext/regress                                              ERROR            ...
[09:22:22.428]  74/350 postgresql:dict_int / dict_int/regress                                          ERROR            ...
[09:22:22.428]  73/350 postgresql:dict_xsyn / dict_xsyn/regress                                        ERROR            ...
[09:22:22.428]  70/350 postgresql:cube / cube/regress                                                  ERROR            ...
[09:22:22.428]  75/350 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[09:22:22.428]  76/350 postgresql:file_fdw / file_fdw/regress                                          ERROR            ...
[09:22:22.428]  77/350 postgresql:fuzzystrmatch / fuzzystrmatch/regress                                ERROR            ...
[09:22:22.428]  80/350 postgresql:intarray / intarray/regress                                          ERROR            ...
[09:22:22.428]  82/350 postgresql:hstore_plpython / hstore_plpython/regress                            ERROR            ...
[09:22:22.428]  79/350 postgresql:isn / isn/regress                                                    ERROR            ...
[09:22:22.428]  81/350 postgresql:hstore_plperl / hstore_plperl/regress                                ERROR            ...
[09:22:22.428]  78/350 postgresql:hstore / hstore/regress                                              ERROR            ...
[09:22:22.428]  84/350 postgresql:jsonb_plperl / jsonb_plperl/regress                                  ERROR            ...
[09:22:22.428]  86/350 postgresql:ltree / ltree/regress                                                ERROR            ...
[09:22:22.428]  83/350 postgresql:jsonb_plpython / jsonb_plpython/regress                              ERROR            ...
[09:22:22.428]  88/350 postgresql:pageinspect / pageinspect/regress                                    ERROR            ...
[09:22:22.428]  87/350 postgresql:ltree_plpython / ltree_plpython/regress                              ERROR            ...
[09:22:22.428]  89/350 postgresql:passwordcheck / passwordcheck/regress                                ERROR            ...
[09:22:22.428]  85/350 postgresql:lo / lo/regress                                                      ERROR            ...
[09:22:22.428]  90/350 postgresql:pg_buffercache / pg_buffercache/regress                              ERROR            ...
[09:22:22.428]  91/350 postgresql:pgcrypto / pgcrypto/regress                                          ERROR            ...
[09:22:22.428]  95/350 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[09:22:22.428]  92/350 postgresql:pg_logicalinspect / pg_logicalinspect/isolation                      ERROR            ...
[09:22:22.428]  94/350 postgresql:pg_prewarm / pg_prewarm/regress                                      ERROR            ...
[09:22:22.428]  93/350 postgresql:pg_freespacemap / pg_freespacemap/regress                            ERROR            ...
[09:22:22.428]  97/350 postgresql:pg_surgery / pg_surgery/regress                                      ERROR            ...
[09:22:22.428]  99/350 postgresql:pgstattuple / pgstattuple/regress                                    ERROR            ...
[09:22:22.428]  98/350 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
[09:22:22.428] 100/350 postgresql:pg_trgm / pg_trgm/regress                                            ERROR            ...
[09:22:22.428] 101/350 postgresql:pg_walinspect / pg_walinspect/regress                                ERROR            ...
[09:22:22.428]  96/350 postgresql:pgrowlocks / pgrowlocks/isolation                                    ERROR            ...
[09:22:22.428] 102/350 postgresql:pg_visibility / pg_visibility/regress                                ERROR            ...
[09:22:22.428] 103/350 postgresql:seg / seg/regress                                                    ERROR            ...
[09:22:22.428] 106/350 postgresql:tablefunc / tablefunc/regress                                        ERROR            ...
[09:22:22.428] 107/350 postgresql:tcn / tcn/isolation                                                  ERROR            ...
[09:22:22.428] 104/350 postgresql:spi / spi/regress                                                    ERROR            ...
[09:22:22.428] 109/350 postgresql:tsm_system_rows / tsm_system_rows/regress                            ERROR            ...
[09:22:22.428] 108/350 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[09:22:22.428] 105/350 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:22:22.428] 110/350 postgresql:test_decoding / test_decoding/isolation                              ERROR            ...
[09:22:22.428] 111/350 postgresql:tsm_system_time / tsm_system_time/regress                            ERROR            ...
[09:22:22.428] 113/350 postgresql:xml2 / xml2/regress                                                  ERROR            ...
[09:22:22.428] 114/350 postgresql:uuid-ossp / uuid-ossp/regress                                        ERROR            ...
[09:22:22.428] 112/350 postgresql:unaccent / unaccent/regress                                          ERROR            ...
[09:22:22.428] 116/350 postgresql:brin / brin/isolation                                                ERROR            ...
[09:22:22.428] 118/350 postgresql:delay_execution / delay_execution/isolation                          ERROR            ...
[09:22:22.428] 115/350 postgresql:dummy_seclabel / dummy_seclabel/regress                              ERROR            ...
[09:22:22.428] 119/350 postgresql:dummy_index_am / dummy_index_am/regress                              ERROR            ...
[09:22:22.428] 117/350 postgresql:commit_ts / commit_ts/regress                                        ERROR            ...
[09:22:22.429] 120/350 postgresql:gin / gin/regress                                                    ERROR            ...
[09:22:22.429] 122/350 postgresql:injection_points / injection_points/regress                          ERROR            ...
[09:22:22.429] 121/350 postgresql:injection_points / injection_points/isolation                        ERROR            ...
[09:22:22.429] 123/350 postgresql:plsample / plsample/regress                                          ERROR            ...
[09:22:22.429] 124/350 postgresql:spgist_name_ops / spgist_name_ops/regress                            ERROR            ...
[09:22:22.429] 125/350 postgresql:test_bloomfilter / test_bloomfilter/regress                          ERROR            ...
[09:22:22.429] 126/350 postgresql:test_bitmapset / test_bitmapset/regress                              ERROR            ...
[09:22:22.429] 127/350 postgresql:test_ddl_deparse / test_ddl_deparse/regress                          ERROR            ...
[09:22:22.429] 128/350 postgresql:test_binaryheap / test_binaryheap/regress                            ERROR            ...
[09:22:22.429] 129/350 postgresql:test_ginpostinglist / test_ginpostinglist/regress                    ERROR            ...
[09:22:22.429] 130/350 postgresql:test_dsm_registry / test_dsm_registry/regress                        ERROR            ...
[09:22:22.429] 131/350 postgresql:test_copy_callbacks / test_copy_callbacks/regress                    ERROR            ...
[09:22:22.429] 132/350 postgresql:test_integerset / test_integerset/regress                            ERROR            ...
[09:22:22.429] 133/350 postgresql:test_extensions / test_extensions/regress                            ERROR            ...
[09:22:22.429] 136/350 postgresql:test_pg_dump / test_pg_dump/regress                                  ERROR            ...
[09:22:22.429] 135/350 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress                  ERROR            ...
[09:22:22.429] 138/350 postgresql:test_parser / test_parser/regress                                    ERROR            ...
[09:22:22.429] 137/350 postgresql:test_lfind / test_lfind/regress                                      ERROR            ...
[09:22:22.429] 139/350 postgresql:test_predtest / test_predtest/regress                                ERROR            ...
[09:22:22.429] 140/350 postgresql:test_oat_hooks / test_oat_hooks/regress                              ERROR            ...
[09:22:22.429] 141/350 postgresql:test_radixtree / test_radixtree/regress                              ERROR            ...
[09:22:22.429] 134/350 postgresql:test_dsa / test_dsa/regress                                          ERROR            ...
[09:22:22.429] 143/350 postgresql:test_regex / test_regex/regress                                      ERROR            ...
[09:22:22.429] 144/350 postgresql:test_resowner / test_resowner/regress                                ERROR            ...
[09:22:22.429] 145/350 postgresql:test_rls_hooks / test_rls_hooks/regress                              ERROR            ...
[09:22:22.429] 142/350 postgresql:test_rbtree / test_rbtree/regress                                    ERROR            ...
[09:22:22.429] 146/350 postgresql:test_shm_mq / test_shm_mq/regress                                    ERROR            ...
[09:22:22.429] 149/350 postgresql:test_tidstore / test_tidstore/regress                                ERROR            ...
[09:22:22.429] 148/350 postgresql:test_slru / test_slru/regress                                        ERROR            ...
[09:22:22.429] 150/350 postgresql:unsafe_tests / unsafe_tests/regress                                  ERROR            ...
[09:22:22.429] 151/350 postgresql:ecpg / ecpg/ecpg                                                     ERROR            ...
[09:22:22.429] 147/350 postgresql:typcache / typcache/regress                                          ERROR            ...
[09:22:22.429] 153/350 postgresql:libpq / libpq/006_service                                            ERROR            ...
[09:22:22.429] 155/350 postgresql:libpq / libpq/005_negotiate_encryption                               ERROR            ...
[09:22:22.429] 156/350 postgresql:libpq / libpq/003_load_balance_host_list                             ERROR            ...
[09:22:22.429] 158/350 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
[09:22:22.429] 160/350 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam                            ERROR            ...
[09:22:22.429] 161/350 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage                           ERROR            ...
[09:22:22.429] 162/350 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace                ERROR            ...
[09:22:22.429] 165/350 postgresql:pg_amcheck / pg_amcheck/003_check                                    ERROR            ...
[09:22:22.429] 167/350 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical                     ERROR            ...
[09:22:22.429] 166/350 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[09:22:22.429] 169/350 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR            ...
[09:22:22.429] 168/350 postgresql:pg_checksums / pg_checksums/001_basic                                ERROR            ...
[09:22:22.429] 170/350 postgresql:pg_checksums / pg_checksums/002_actions                              ERROR            ...
[09:22:22.429] 171/350 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups              ERROR            ...
[09:22:22.429] 172/350 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[09:22:22.429] 173/350 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR            ...
[09:22:22.429] 163/350 postgresql:initdb / initdb/001_initdb                                           ERROR            ...
[09:22:22.429] 174/350 postgresql:pg_combinebackup / pg_combinebackup/004_manifest                     ERROR            ...
[09:22:22.429] 176/350 postgresql:pg_combinebackup / pg_combinebackup/005_integrity                    ERROR            ...
[09:22:22.429] 177/350 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[09:22:22.429] 178/350 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink                     ERROR            ...
[09:22:22.429] 179/350 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[09:22:22.429] 180/350 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal            ERROR            ...
[09:22:22.429] 181/350 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file                 ERROR            ...
[09:22:22.429] 183/350 postgresql:pg_controldata / pg_controldata/001_pg_controldata                   ERROR            ...
[09:22:22.429] 185/350 postgresql:pg_ctl / pg_ctl/002_status                                           ERROR            ...
[09:22:22.429] 188/350 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR            ...
[09:22:22.431] 186/350 postgresql:pg_dump / pg_dump/003_pg_dump_with_server                            ERROR            ...
[09:22:22.431] 187/350 postgresql:pg_ctl / pg_ctl/004_logrotate                                        ERROR            ...
[09:22:22.431] 190/350 postgresql:pg_dump / pg_dump/002_pg_dump                                        ERROR            ...
[09:22:22.431] 191/350 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile                             ERROR            ...
[09:22:22.431] 193/350 postgresql:pg_dump / pg_dump/010_dump_connstr                                   ERROR            ...
[09:22:22.431] 194/350 postgresql:pg_resetwal / pg_resetwal/002_corrupted                              ERROR            ...
[09:22:22.431] 189/350 postgresql:pg_ctl / pg_ctl/001_start_stop                                       ERROR            ...
[09:22:22.431] 192/350 postgresql:pg_resetwal / pg_resetwal/001_basic                                  ERROR            ...
[09:22:22.431] 195/350 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR            ...
[09:22:22.431] 197/350 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR            ...
[09:22:22.431] 196/350 postgresql:pg_dump / pg_dump/004_pg_dump_parallel                               ERROR            ...
[09:22:22.431] 198/350 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR            ...
[09:22:22.431] 199/350 postgresql:pg_rewind / pg_rewind/005_same_timeline                              ERROR            ...
[09:22:22.431] 200/350 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR            ...
[09:22:22.431] 201/350 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR            ...
[09:22:22.431] 202/350 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR            ...
[09:22:22.431] 203/350 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR            ...
[09:22:22.431] 204/350 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR            ...
[09:22:22.431] 208/350 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm                      ERROR            ...
[09:22:22.431] 207/350 postgresql:pg_verifybackup / pg_verifybackup/004_options                        ERROR            ...
[09:22:22.431] 209/350 postgresql:pg_verifybackup / pg_verifybackup/003_corruption                     ERROR            ...
[09:22:22.431] 211/350 postgresql:pg_verifybackup / pg_verifybackup/006_encoding                       ERROR            ...
[09:22:22.431] 212/350 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[09:22:22.431] 213/350 postgresql:pg_verifybackup / pg_verifybackup/007_wal                            ERROR            ...
[09:22:22.431] 214/350 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[09:22:22.431] 215/350 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[09:22:22.431] 216/350 postgresql:pg_waldump / pg_waldump/002_save_fullpage                            ERROR            ...
[09:22:22.431] 218/350 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[09:22:22.431] 220/350 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
[09:22:22.431] 219/350 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
[09:22:22.431] 222/350 postgresql:psql / psql/001_basic                                                ERROR            ...
[09:22:22.431] 223/350 postgresql:psql / psql/010_tab_completion                                       ERROR            ...
[09:22:22.431] 224/350 postgresql:psql / psql/020_cancel                                               ERROR            ...
[09:22:22.431] 225/350 postgresql:scripts / scripts/010_clusterdb                                      ERROR            ...
[09:22:22.431] 226/350 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
[09:22:22.431] 228/350 postgresql:scripts / scripts/040_createuser                                     ERROR            ...
[09:22:22.431] 229/350 postgresql:scripts / scripts/020_createdb                                       ERROR            ...
[09:22:22.431] 231/350 postgresql:scripts / scripts/070_dropuser                                       ERROR            ...
[09:22:22.431] 230/350 postgresql:scripts / scripts/080_pg_isready                                     ERROR            ...
[09:22:22.431] 232/350 postgresql:scripts / scripts/050_dropdb                                         ERROR            ...
[09:22:22.431] 233/350 postgresql:scripts / scripts/091_reindexdb_all                                  ERROR            ...
[09:22:22.431] 234/350 postgresql:scripts / scripts/090_reindexdb                                      ERROR            ...
[09:22:22.431] 236/350 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
[09:22:22.431] 235/350 postgresql:scripts / scripts/100_vacuumdb                                       ERROR            ...
[09:22:22.431] 237/350 postgresql:scripts / scripts/102_vacuumdb_stages                                ERROR            ...
[09:22:22.431] 238/350 postgresql:scripts / scripts/200_connstr                                        ERROR            ...
[09:22:22.431] 242/350 postgresql:amcheck / amcheck/001_verify_heapam                                  ERROR            ...
[09:22:22.431] 241/350 postgresql:amcheck / amcheck/002_cic                                            ERROR            ...
[09:22:22.431] 243/350 postgresql:amcheck / amcheck/003_cic_2pc                                        ERROR            ...
[09:22:22.431] 245/350 postgresql:amcheck / amcheck/004_verify_nbtree_unique                           ERROR            ...
[09:22:22.431] 246/350 postgresql:amcheck / amcheck/005_pitr                                           ERROR            ...
[09:22:22.431] 247/350 postgresql:amcheck / amcheck/006_verify_gin                                     ERROR            ...
[09:22:22.431] 248/350 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[09:22:22.494] 250/350 postgresql:auto_explain / auto_explain/001_auto_explain                         ERROR            ...
[09:22:22.494] 251/350 postgresql:bloom / bloom/001_wal                                                ERROR            ...
[09:22:22.494] 252/350 postgresql:pg_stat_statements / pg_stat_statements/010_restart                  ERROR            ...
[09:22:22.494] 253/350 postgresql:pg_prewarm / pg_prewarm/001_basic                                    ERROR            ...
[09:22:22.494] 254/350 postgresql:dblink / dblink/001_auth_scram                                       ERROR            ...
[09:22:22.494] 258/350 postgresql:test_decoding / test_decoding/001_repl_stats                         ERROR            ...
[09:22:22.494] 259/350 postgresql:pg_visibility / pg_visibility/002_corrupt_vm                         ERROR            ...
[09:22:22.494] 255/350 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction             ERROR            ...
[09:22:22.494] 261/350 postgresql:authentication / authentication/001_password                         ERROR            ...
[09:22:22.494] 264/350 postgresql:authentication / authentication/006_login_trigger                    ERROR            ...
[09:22:22.494] 260/350 postgresql:postgres_fdw / postgres_fdw/001_auth_scram                           ERROR            ...
[09:22:22.494] 268/350 postgresql:authentication / authentication/002_saslprep                         ERROR            ...
[09:22:22.494] 266/350 postgresql:authentication / authentication/004_file_inclusion                   ERROR            ...
[09:22:22.494] 267/350 postgresql:authentication / authentication/003_peer                             ERROR            ...
[09:22:22.494] 265/350 postgresql:authentication / authentication/007_pre_auth                         ERROR            ...
[09:22:22.494] 270/350 postgresql:subscription / subscription/003_constraints                          ERROR            ...
[09:22:22.494] 273/350 postgresql:postmaster / postmaster/003_start_stop                               ERROR            ...
[09:22:22.494] 271/350 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
[09:22:22.494] 272/350 postgresql:subscription / subscription/004_sync                                 ERROR            ...
[09:22:22.494] 274/350 postgresql:subscription / subscription/002_types                                ERROR            ...
[09:22:22.494] 275/350 postgresql:subscription / subscription/001_rep_changes                          ERROR            ...
[09:22:22.494] 276/350 postgresql:subscription / subscription/007_ddl                                  ERROR            ...
[09:22:22.494] 278/350 postgresql:subscription / subscription/008_diff_schema                          ERROR            ...
[09:22:22.494] 269/350 postgresql:postmaster / postmaster/001_basic                                    ERROR            ...
[09:22:22.494] 280/350 postgresql:subscription / subscription/006_rewrite                              ERROR            ...
[09:22:22.494] 279/350 postgresql:subscription / subscription/009_matviews                             ERROR            ...
[09:22:22.494] 277/350 postgresql:subscription / subscription/005_encoding                             ERROR            ...
[09:22:22.494] 281/350 postgresql:subscription / subscription/010_truncate                             ERROR            ...
[09:22:22.494] 282/350 postgresql:subscription / subscription/011_generated                            ERROR            ...
[09:22:22.494] 283/350 postgresql:subscription / subscription/013_partition                            ERROR            ...
[09:22:22.494] 285/350 postgresql:subscription / subscription/012_collation                            ERROR            ...
[09:22:22.494] 287/350 postgresql:subscription / subscription/015_stream                               ERROR            ...
[09:22:22.494] 284/350 postgresql:subscription / subscription/016_stream_subxact                       ERROR            ...
[09:22:22.494] 286/350 postgresql:subscription / subscription/014_binary                               ERROR            ...
[09:22:22.494] 288/350 postgresql:subscription / subscription/017_stream_ddl                           ERROR            ...
[09:22:22.494] 291/350 postgresql:subscription / subscription/020_messages                             ERROR            ...
[09:22:22.494] 290/350 postgresql:subscription / subscription/018_stream_subxact_abort                 ERROR            ...
[09:22:22.494] 289/350 postgresql:subscription / subscription/019_stream_subxact_ddl_abort             ERROR            ...
[09:22:22.494] 292/350 postgresql:subscription / subscription/024_add_drop_pub                         ERROR            ...
[09:22:22.494] 293/350 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:22:22.494] 294/350 postgresql:subscription / subscription/021_twophase                             ERROR            ...
[09:22:22.494] 295/350 postgresql:subscription / subscription/022_twophase_cascade                     ERROR            ...
[09:22:22.494] 296/350 postgresql:subscription / subscription/026_stats                                ERROR            ...
[09:22:22.494] 297/350 postgresql:subscription / subscription/028_row_filter                           ERROR            ...
[09:22:22.494] 299/350 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:22:22.494] 298/350 postgresql:subscription / subscription/029_on_error                             ERROR            ...
[09:22:22.494] 300/350 postgresql:subscription / subscription/031_column_list                          ERROR            ...
[09:22:22.494] 301/350 postgresql:subscription / subscription/027_nosuperuser                          ERROR            ...
[09:22:22.494] 302/350 postgresql:subscription / subscription/033_run_as_table_owner                   ERROR            ...
[09:22:22.494] 303/350 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR            ...
[09:22:22.494] 305/350 postgresql:subscription / subscription/034_temporal                             ERROR            ...
[09:22:22.494] 304/350 postgresql:subscription / subscription/023_twophase_stream                      ERROR            ...
[09:22:22.494] 306/350 postgresql:brin / brin/01_workitems                                             ERROR            ...
[09:22:22.494] 308/350 postgresql:subscription / subscription/035_conflicts                            ERROR            ...
[09:22:22.494] 307/350 postgresql:brin / brin/02_wal_consistency                                       ERROR            ...
[09:22:22.494] 309/350 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR            ...
[09:22:22.494] 310/350 postgresql:commit_ts / commit_ts/004_restart                                    ERROR            ...
[09:22:22.494] 312/350 postgresql:subscription / subscription/100_bugs                                 ERROR            ...
[09:22:22.494] 313/350 postgresql:commit_ts / commit_ts/002_standby                                    ERROR            ...
[09:22:22.494] 311/350 postgresql:commit_ts / commit_ts/001_base                                       ERROR            ...
[09:22:22.494] 314/350 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
[09:22:22.494] 317/350 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc       ERROR            ...
[09:22:22.494] 318/350 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline                   ERROR            ...
[09:22:22.494] 315/350 postgresql:oauth_validator / oauth_validator/001_server                         ERROR            ...
[09:22:22.494] 316/350 postgresql:oauth_validator / oauth_validator/002_client                         ERROR            ...
[09:22:22.494] 319/350 postgresql:test_aio / test_aio/001_aio                                          ERROR            ...
[09:22:22.494] 320/350 postgresql:test_aio / test_aio/002_io_workers                                   ERROR            ...
[09:22:22.494] 321/350 postgresql:test_escape / test_escape/001_test_escape                            ERROR            ...
[09:22:22.494] 322/350 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic                      ERROR            ...
[09:22:22.494] 324/350 postgresql:test_extensions / test_extensions/001_extension_control_path         ERROR            ...
[09:22:22.494] 325/350 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd       ERROR            ...
[09:22:22.494] 327/350 postgresql:test_misc / test_misc/002_tablespace                                 ERROR            ...
[09:22:22.494] 328/350 postgresql:test_misc / test_misc/001_constraint_validation                      ERROR            ...
[09:22:22.494] 330/350 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[09:22:22.494] 332/350 postgresql:test_misc / test_misc/005_timeouts                                   ERROR            ...
[09:22:22.494] 333/350 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
[09:22:22.494] 334/350 postgresql:test_misc / test_misc/006_signal_autovacuum                          ERROR            ...
[09:22:22.494] 336/350 postgresql:test_pg_dump / test_pg_dump/001_base                                 ERROR            ...
[09:22:22.494] 335/350 postgresql:test_misc / test_misc/008_replslot_single_user                       ERROR            ...
[09:22:22.494] 337/350 postgresql:test_slru / test_slru/001_multixact                                  ERROR            ...
[09:22:22.494] 340/350 postgresql:worker_spi / worker_spi/001_worker_spi                               ERROR            ...
[09:22:22.494] 341/350 postgresql:ssl / ssl/001_ssltests                                               ERROR            ...
[09:22:22.494] 343/350 postgresql:ssl / ssl/003_sslinfo                                                ERROR            ...
[09:22:22.494] 345/350 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
[09:22:22.494] 344/350 postgresql:ldap / ldap/003_ldap_connection_param_lookup                         ERROR            ...
[09:22:22.494] 346/350 postgresql:icu / icu/010_database                                               ERROR            ...
[09:22:22.494] 347/350 postgresql:ldap / ldap/002_bindpasswd                                           ERROR            ...
[09:22:22.494] 348/350 postgresql:ldap / ldap/001_auth                                                 ERROR            ...
56/5830 Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:32:14.153](0.001s) not ok 8 - superuser_reserved_connections limit: matches
test
[07:35:03.774] 263/345 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
56/4351 Index Prefetching
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:38:53.609] ../src/backend/access/index/indexam.c(2101): warning C4047: 'return': 'bool' differs in levels of indirec...
compiler
[00:38:53.609] ../src/backend/access/index/indexam.c(2084): warning C4047: 'return': 'bool' differs in levels of indirec...
56/6053 Report reorder buffer size
FreeBSD - Meson
tap
[00:10:44.931](0.098s) not ok 11 - number of stats calls
test
[00:11:12.436] 311/351 postgresql:injection_points / injection_points/001_stats                        ERROR            ...
55/5755 Parallel processing of indexes in autovacuum
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 5236
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 7512
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 8720
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 2368
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 880
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 3992
assertion
TRAP: failed Assert("_bt_posting_valid(itup)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 901, PID: 8932
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 78...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 26...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 37...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 70...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 52...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 74...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 17...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 55...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 80...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 52...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 32...
assertion
TRAP: failed Assert("false"), File: "../src/backend/access/heap/heapam.c", Line: 8447, PID: 6228
assertion
TRAP: failed Assert("false"), File: "../src/backend/access/heap/heapam.c", Line: 8447, PID: 8184
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 58...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 65...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 75...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 67...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 40...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 39...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 10...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 80...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 54...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 17...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 31...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 43...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 71...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 23...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 53...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 38...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 32...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 77...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 35...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 79...
core
0000002b`68ffd9c0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000002b`68ffda00 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000002b`68ffda40 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000002b`68ffdab0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000002b`68ffdc10 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000002b`68ffdce0 00007ff7`2d89e5fd     postgres!btinsert(
0000002b`68ffdd40 00007ff7`2d974357     postgres!index_insert(
0000002b`68ffdd90 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000002b`68ffdf60 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
0000002b`68ffdfb0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000002b`69fffb68 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000002b`69fffb70 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000002b`69fffc10 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000002b`69fffc50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`69fffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`69bffa38 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000002b`69bffa40 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000002b`69bffab0 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000002b`69bffbb0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`69bffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`697ff6b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`697ff6c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000002b`697ff9b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`697ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000002b`693ffa48 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000002b`693ffa50 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000002b`693ffd40 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000002b`693ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`ac1fda70 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000068`ac1fdab0 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
00000068`ac1fdaf0 00007ff7`2d8a3a29     postgres!_bt_form_posting(
00000068`ac1fdb40 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
00000068`ac1fdba0 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
00000068`ac1fdc70 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
00000068`ac1fe050 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
00000068`ac1fe0d0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000068`ac1fe1a0 00007ff7`2d89e5fd     postgres!btinsert(
00000068`ac1fe200 00007ff7`2d974357     postgres!index_insert(
core
00000068`acdffb18 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000068`acdffb20 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000068`acdffb90 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000068`acdffc90 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`acdffcc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`ac9ffa18 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`ac9ffa20 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000068`ac9ffd10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`ac9ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`ad1ffda8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000068`ad1ffdb0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000068`ad1ffe50 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000068`ad1ffe90 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`ad1ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`ac5ffc18 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`ac5ffc20 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000068`ac5fff10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`ac5fff40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`ccbff758 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`ccbff760 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`ccbffa50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`ccbffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`cc7fdaa0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`cc7fdae0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000e4`cc7fdb20 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000e4`cc7fdb90 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000e4`cc7fdcf0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000e4`cc7fddc0 00007ff7`2d89e5fd     postgres!btinsert(
000000e4`cc7fde20 00007ff7`2d974357     postgres!index_insert(
000000e4`cc7fde70 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000e4`cc7fe040 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000e4`cc7fe090 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000e4`cd3ff628 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000e4`cd3ff630 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`cd3ff6a0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000e4`cd3ff7a0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`cd3ff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`cd7ff9d8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000e4`cd7ff9e0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e4`cd7ffa80 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000e4`cd7ffac0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`cd7ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`ccfff548 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`ccfff550 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`ccfff840 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`ccfff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b81ff7e8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000011`b81ff7f0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000011`b81ff890 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000011`b81ff8d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b81ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b79ff4c8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b79ff4d0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000011`b79ff7c0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b79ff7f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b75fc6b0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000011`b75fc6f0 00007ff7`2d87d3bc     postgres!ExceptionalCondition(
00000011`b75fc730 00007ff7`2d87979e     postgres!index_delete_sort_cmp(
00000011`b75fc790 00007ff7`2d876b6d     postgres!index_delete_sort(
00000011`b75fc820 00007ff7`2d8af46a     postgres!heap_index_delete_tuples(
00000011`b75fc980 00007ff7`2d8ae442     postgres!table_index_delete_tuples(
00000011`b75fc9b0 00007ff7`2d8ab156     postgres!_bt_delitems_delete_check(
00000011`b75fdaa0 00007ff7`2d8aaab5     postgres!_bt_simpledel_pass(
00000011`b75fdb90 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
00000011`b75fdf70 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
core
00000011`b85ff488 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000011`b85ff490 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000011`b85ff780 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b85ff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000011`b7dff788 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000011`b7dff790 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000011`b7dff800 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000011`b7dff900 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000011`b7dff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`ee9ff858 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000096`ee9ff860 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000096`ee9ff900 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000096`ee9ff940 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`ee9ff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`eddff818 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`eddff820 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000096`eddffb10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`eddffb40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`ed9fddb0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000096`ed9fddf0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000096`ed9fde30 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000096`ed9fdea0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000096`ed9fe000 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000096`ed9fe0d0 00007ff7`2d89e5fd     postgres!btinsert(
00000096`ed9fe130 00007ff7`2d974357     postgres!index_insert(
00000096`ed9fe180 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000096`ed9fe350 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000096`ed9fe3a0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000096`ee5ffbd8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000096`ee5ffbe0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000096`ee5ffc50 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000096`ee5ffd50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`ee5ffd80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000096`ee1ff898 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000096`ee1ff8a0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000096`ee1ffb90 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000096`ee1ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`0b9ff6a8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`0b9ff6b0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`0b9ff9a0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`0b9ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`0b5fdf00 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ac`0b5fdf40 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000ac`0b5fdf80 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000ac`0b5fdff0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000ac`0b5fe150 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000ac`0b5fe220 00007ff7`2d89e5fd     postgres!btinsert(
000000ac`0b5fe280 00007ff7`2d974357     postgres!index_insert(
000000ac`0b5fe2d0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000ac`0b5fe4a0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000ac`0b5fe4f0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000ac`0bdff838 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ac`0bdff840 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000ac`0bdffb30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`0bdffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`0c1ff958 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000ac`0c1ff960 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000ac`0c1ff9d0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000ac`0c1ffad0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`0c1ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ac`0c5ff7a8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000ac`0c5ff7b0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ac`0c5ff850 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000ac`0c5ff890 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ac`0c5ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`193ff978 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`193ff980 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000045`193ffc70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`193ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`18fff588 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`18fff590 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000045`18fff880 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`18fff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`19bff858 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000045`19bff860 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000045`19bff900 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000045`19bff940 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`19bff970 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`18bff6a8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`18bff6b0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000045`18bff9a0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`18bff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`187fdac0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000045`187fdb00 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000045`187fdb40 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000045`187fdbb0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000045`187fdd10 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000045`187fdde0 00007ff7`2d89e5fd     postgres!btinsert(
00000045`187fde40 00007ff7`2d974357     postgres!index_insert(
00000045`187fde90 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000045`187fe060 00007ff7`2d998fa3     postgres!CatalogTuplesMultiInsertWithInfo(
00000045`187fe0b0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000045`197ff678 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000045`197ff680 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000045`197ff6f0 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000045`197ff7f0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`197ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`1c3fd990 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000071`1c3fd9d0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000071`1c3fda10 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000071`1c3fda80 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000071`1c3fdbe0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000071`1c3fdcb0 00007ff7`2d89e5fd     postgres!btinsert(
00000071`1c3fdd10 00007ff7`2d974357     postgres!index_insert(
00000071`1c3fdd60 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000071`1c3fdf30 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000071`1c3fdf80 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000071`1cbff5e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`1cbff5f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000071`1cbff8e0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`1cbff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`1cfffcf8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000071`1cfffd00 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000071`1cfffd70 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000071`1cfffe70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`1cfffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`1d3ffaf8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000071`1d3ffb00 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000071`1d3ffba0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000071`1d3ffbe0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`1d3ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000071`1c7ff4b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000071`1c7ff4c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000071`1c7ff7b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000071`1c7ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`02dff838 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000009b`02dff840 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009b`02dff8e0 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000009b`02dff920 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`02dff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`031ffbf8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`031ffc00 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000009b`031ffef0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`031fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`021fcc00 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009b`021fcc40 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000009b`021fcc80 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000009b`021fccf0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000009b`021fce50 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000009b`021fcf20 00007ff7`2d89e5fd     postgres!btinsert(
0000009b`021fcf80 00007ff7`2d974357     postgres!index_insert(
0000009b`021fcfd0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000009b`021fd1a0 00007ff7`2d998fa3     postgres!CatalogTuplesMultiInsertWithInfo(
0000009b`021fd1f0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000009b`025ff698 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009b`025ff6a0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000009b`025ff990 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`025ff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009b`029ff738 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000009b`029ff740 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000009b`029ff7b0 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000009b`029ff8b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009b`029ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`f7fff758 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`f7fff760 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000066`f7fffa50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`f7fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`f7bfda30 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000066`f7bfda70 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000066`f7bfdab0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000066`f7bfdb20 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000066`f7bfdc80 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000066`f7bfdd50 00007ff7`2d89e5fd     postgres!btinsert(
00000066`f7bfddb0 00007ff7`2d974357     postgres!index_insert(
00000066`f7bfde00 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000066`f7bfdfd0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000066`f7bfe020 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000066`f8bff788 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000066`f8bff790 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000066`f8bff800 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000066`f8bff900 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`f8bff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`f8fffa18 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000066`f8fffa20 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000066`f8fffac0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000066`f8fffb00 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`f8fffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`f87ff988 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`f87ff990 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000066`f87ffc80 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`f87ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000066`f83ff8e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000066`f83ff8f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000066`f83ffbe0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000066`f83ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`c51ff8f8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`c51ff900 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`c51ffbf0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`c51ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`c55ff918 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`c55ff920 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`c55ffc10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`c55ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`c5dffa78 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000f8`c5dffa80 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f8`c5dffb20 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000f8`c5dffb60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`c5dffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`c59ffbe8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000f8`c59ffbf0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`c59ffc60 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000f8`c59ffd60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`c59ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`c4dfdd00 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`c4dfdd40 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000f8`c4dfdd80 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000f8`c4dfddf0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000f8`c4dfdf50 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000f8`c4dfe020 00007ff7`2d89e5fd     postgres!btinsert(
000000f8`c4dfe080 00007ff7`2d974357     postgres!index_insert(
000000f8`c4dfe0d0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000f8`c4dfe2a0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000f8`c4dfe2f0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000072`403ff598 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`403ff5a0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000072`403ff890 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`403ff8c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`407ffa18 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`407ffa20 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000072`407ffd10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`407ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`3fffea40 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000072`3fffea80 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000072`3fffeac0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000072`3fffeb30 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000072`3fffec90 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000072`3fffed60 00007ff7`2d89e5fd     postgres!btinsert(
00000072`3fffedc0 00007ff7`2dac7cd6     postgres!index_insert(
00000072`3fffee10 00007ff7`2db23a44     postgres!ExecInsertIndexTuples(
00000072`3ffff030 00007ff7`2db26b7f     postgres!ExecInsert(
00000072`3ffff160 00007ff7`2dad8e1b     postgres!ExecModifyTable(
core
00000072`413ffbc8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000072`413ffbd0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000072`413ffc70 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000072`413ffcb0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`413ffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`40fff7b8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000072`40fff7c0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000072`40fff830 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000072`40fff930 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`40fff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000072`40bff9a8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000072`40bff9b0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000072`40bffca0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000072`40bffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3f3ffa28 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000a4`3f3ffa30 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000a4`3f3ffaa0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000a4`3f3ffba0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3f3ffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3f7ffd48 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000a4`3f7ffd50 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a4`3f7ffdf0 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000a4`3f7ffe30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3f7ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3efffb68 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3efffb70 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000a4`3efffe60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3efffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3ebff868 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a4`3ebff870 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000a4`3ebffb60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a4`3ebffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a4`3e7fdb40 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a4`3e7fdb80 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000a4`3e7fdbc0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000a4`3e7fdc30 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000a4`3e7fdd90 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000a4`3e7fde60 00007ff7`2d89e5fd     postgres!btinsert(
000000a4`3e7fdec0 00007ff7`2d974357     postgres!index_insert(
000000a4`3e7fdf10 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000a4`3e7fe0e0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000a4`3e7fe130 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000009e`b0fff5d8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`b0fff5e0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`b0fff8d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`b0fff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`b13ffa68 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000009e`b13ffa70 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`b13ffae0 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000009e`b13ffbe0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`b13ffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`b17ff848 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000009e`b17ff850 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009e`b17ff8f0 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000009e`b17ff930 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`b17ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`b1bffbd8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`b1bffbe0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000009e`b1bffed0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`b1bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`b0bfdc70 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`b0bfdcb0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000009e`b0bfdcf0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000009e`b0bfdd60 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000009e`b0bfdec0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000009e`b0bfdf90 00007ff7`2d89e5fd     postgres!btinsert(
0000009e`b0bfdff0 00007ff7`2d974357     postgres!index_insert(
0000009e`b0bfe040 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000009e`b0bfe210 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
0000009e`b0bfe260 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000a1`fbdff5e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`fbdff5f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`fbdff8e0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fbdff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fb9fd910 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a1`fb9fd950 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000a1`fb9fd990 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000a1`fb9fda00 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000a1`fb9fdb60 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000a1`fb9fdc30 00007ff7`2d89e5fd     postgres!btinsert(
000000a1`fb9fdc90 00007ff7`2d974357     postgres!index_insert(
000000a1`fb9fdce0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000a1`fb9fdeb0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000a1`fb9fdf00 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000a1`fcdff8a8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000a1`fcdff8b0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a1`fcdff950 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000a1`fcdff990 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fcdff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fc9ffbc8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000a1`fc9ffbd0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000a1`fc9ffc40 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000a1`fc9ffd40 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fc9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fc5ffa98 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`fc5ffaa0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`fc5ffd90 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fc5ffdc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a1`fc1ff968 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a1`fc1ff970 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000a1`fc1ffc60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a1`fc1ffc90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`231ff688 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`231ff690 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000050`231ff980 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`231ff9b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`221fd7c0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`221fd800 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
00000050`221fd840 00007ff7`2d8a3a29     postgres!_bt_form_posting(
00000050`221fd890 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
00000050`221fd8f0 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
00000050`221fd9c0 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
00000050`221fdda0 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
00000050`221fde20 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000050`221fdef0 00007ff7`2d89e5fd     postgres!btinsert(
00000050`221fdf50 00007ff7`2d974357     postgres!index_insert(
core
00000050`225ffa78 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`225ffa80 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000050`225ffd70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`225ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`229ff738 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000050`229ff740 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`229ff7b0 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000050`229ff8b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`229ff8e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`22dffd28 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000050`22dffd30 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`22dffdd0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000050`22dffe10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`22dffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`3ddfc6d0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b0`3ddfc710 00007ff7`2d87d3bc     postgres!ExceptionalCondition(
000000b0`3ddfc750 00007ff7`2d87979e     postgres!index_delete_sort_cmp(
000000b0`3ddfc7b0 00007ff7`2d876b6d     postgres!index_delete_sort(
000000b0`3ddfc840 00007ff7`2d8af46a     postgres!heap_index_delete_tuples(
000000b0`3ddfc9a0 00007ff7`2d8ae442     postgres!table_index_delete_tuples(
000000b0`3ddfc9d0 00007ff7`2d8ab156     postgres!_bt_delitems_delete_check(
000000b0`3ddfdac0 00007ff7`2d8aaab5     postgres!_bt_simpledel_pass(
000000b0`3ddfdbb0 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
000000b0`3ddfdf90 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
core
000000b0`3e1ff518 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`3e1ff520 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000b0`3e1ff810 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`3e1ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`3e5ff6c8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000b0`3e5ff6d0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000b0`3e5ff740 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000b0`3e5ff840 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`3e5ff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`3e9ffb88 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000b0`3e9ffb90 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b0`3e9ffc30 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000b0`3e9ffc70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`3e9ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b0`3edff938 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b0`3edff940 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000b0`3edffc30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b0`3edffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`201fdc90 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000041`201fdcd0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000041`201fdd10 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000041`201fdd80 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000041`201fdee0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000041`201fdfb0 00007ff7`2d89e5fd     postgres!btinsert(
00000041`201fe010 00007ff7`2d974357     postgres!index_insert(
00000041`201fe060 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000041`201fe230 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000041`201fe280 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000041`205ffa08 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`205ffa10 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000041`205ffd00 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`205ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`209ff7c8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000041`209ff7d0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000041`209ffac0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`209ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`20dff928 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000041`20dff930 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000041`20dff9a0 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000041`20dffaa0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`20dffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000041`211ffd18 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000041`211ffd20 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000041`211ffdc0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000041`211ffe00 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000041`211ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c11fdb60 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`c11fdba0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000008a`c11fdbe0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000008a`c11fdc50 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000008a`c11fddb0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000008a`c11fde80 00007ff7`2d89e5fd     postgres!btinsert(
0000008a`c11fdee0 00007ff7`2d974357     postgres!index_insert(
0000008a`c11fdf30 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000008a`c11fe100 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
0000008a`c11fe150 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000008a`c1dffa18 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000008a`c1dffa20 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`c1dffa90 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000008a`c1dffb90 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c1dffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c21ffae8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000008a`c21ffaf0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008a`c21ffb90 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000008a`c21ffbd0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c21ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c15ff6d8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c15ff6e0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c15ff9d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c15ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`c19ff4b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`c19ff4c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`c19ff7b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`c19ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`c5bffde8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000055`c5bffdf0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000055`c5bffe90 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000055`c5bffed0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`c5bfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`c4fff988 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`c4fff990 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000055`c4fffc80 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`c4fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`c53ff6b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000055`c53ff6c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000055`c53ff9b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`c53ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`c57ff6a8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000055`c57ff6b0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000055`c57ff720 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000055`c57ff820 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000055`c57ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000055`c4bfdbc0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000055`c4bfdc00 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000055`c4bfdc40 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000055`c4bfdcb0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000055`c4bfde10 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000055`c4bfdee0 00007ff7`2d89e5fd     postgres!btinsert(
00000055`c4bfdf40 00007ff7`2d974357     postgres!index_insert(
00000055`c4bfdf90 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000055`c4bfe160 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000055`c4bfe1b0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000002`3adfdbf0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000002`3adfdc30 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000002`3adfdc70 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000002`3adfdce0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000002`3adfde40 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000002`3adfdf10 00007ff7`2d89e5fd     postgres!btinsert(
00000002`3adfdf70 00007ff7`2d974357     postgres!index_insert(
00000002`3adfdfc0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000002`3adfe190 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000002`3adfe1e0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000002`3b1ff538 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`3b1ff540 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000002`3b1ff830 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`3b1ff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`3b5ff758 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000002`3b5ff760 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000002`3b5ff7d0 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000002`3b5ff8d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`3b5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`3b9ff828 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000002`3b9ff830 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000002`3b9ff8d0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000002`3b9ff910 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`3b9ff940 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000002`3bdff468 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000002`3bdff470 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000002`3bdff760 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000002`3bdff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d1dfde60 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f8`d1dfdea0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000f8`d1dfdee0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000f8`d1dfdf50 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000f8`d1dfe0b0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000f8`d1dfe180 00007ff7`2d89e5fd     postgres!btinsert(
000000f8`d1dfe1e0 00007ff7`2d974357     postgres!index_insert(
000000f8`d1dfe230 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000f8`d1dfe400 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000f8`d1dfe450 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000f8`d21ff7d8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d21ff7e0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`d21ffad0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d21ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d25ff6f8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000f8`d25ff700 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000f8`d25ff770 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000f8`d25ff870 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d25ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d29ff9c8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000f8`d29ff9d0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f8`d29ffa70 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000f8`d29ffab0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d29ffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f8`d2dff528 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f8`d2dff530 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f8`d2dff820 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f8`d2dff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`77fff868 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000003c`77fff870 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000003c`77fff910 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000003c`77fff950 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`77fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`76bfe8d0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000003c`76bfe910 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000003c`76bfe950 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000003c`76bfe9c0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000003c`76bfeb20 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000003c`76bfebf0 00007ff7`2d89e5fd     postgres!btinsert(
0000003c`76bfec50 00007ff7`2dac7cd6     postgres!index_insert(
0000003c`76bfeca0 00007ff7`2db23a44     postgres!ExecInsertIndexTuples(
0000003c`76bfeec0 00007ff7`2db26b7f     postgres!ExecInsert(
0000003c`76bfeff0 00007ff7`2dad8e1b     postgres!ExecModifyTable(
core
0000003c`76fff7b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`76fff7c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000003c`76fffab0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`76fffae0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`773ff628 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`773ff630 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000003c`773ff920 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`773ff950 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`777ffbe8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000003c`777ffbf0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000003c`777ffee0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`777fff10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000003c`77bff6a8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000003c`77bff6b0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000003c`77bff720 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000003c`77bff820 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000003c`77bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`595ff528 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`595ff530 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000089`595ff820 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`595ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`585fd250 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000089`585fd290 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
00000089`585fd2d0 00007ff7`2d8a3a29     postgres!_bt_form_posting(
00000089`585fd320 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
00000089`585fd380 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
00000089`585fd450 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
00000089`585fd830 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
00000089`585fd8b0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000089`585fd980 00007ff7`2d89e5fd     postgres!btinsert(
00000089`585fd9e0 00007ff7`2d974357     postgres!index_insert(
core
00000089`589ff578 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`589ff580 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000089`589ff870 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`589ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`58dffba8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000089`58dffbb0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000089`58dffc20 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000089`58dffd20 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`58dffd50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`591ffdc8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000089`591ffdd0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000089`591ffe70 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000089`591ffeb0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`591ffee0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`ad9ffc58 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000c9`ad9ffc60 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000c9`ad9ffd00 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000c9`ad9ffd40 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`ad9ffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`acdfdc20 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000c9`acdfdc60 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000c9`acdfdca0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000c9`acdfdd10 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000c9`acdfde70 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000c9`acdfdf40 00007ff7`2d89e5fd     postgres!btinsert(
000000c9`acdfdfa0 00007ff7`2d974357     postgres!index_insert(
000000c9`acdfdff0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000c9`acdfe1c0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000c9`acdfe210 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000c9`ad1ff8c8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`ad1ff8d0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`ad1ffbc0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`ad1ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`ad5ff758 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000c9`ad5ff760 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000c9`ad5ff7d0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000c9`ad5ff8d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`ad5ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000c9`addff808 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000c9`addff810 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000c9`addffb00 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000c9`addffb30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`385ff838 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000008b`385ff840 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000008b`385ff8b0 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000008b`385ff9b0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`385ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`379fdb40 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008b`379fdb80 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000008b`379fdbc0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000008b`379fdc30 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000008b`379fdd90 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000008b`379fde60 00007ff7`2d89e5fd     postgres!btinsert(
0000008b`379fdec0 00007ff7`2d974357     postgres!index_insert(
0000008b`379fdf10 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000008b`379fe0e0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
0000008b`379fe130 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000008b`37dff9e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`37dff9f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008b`37dffce0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`37dffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`381ffa88 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008b`381ffa90 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008b`381ffd80 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`381ffdb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008b`389ff6e8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000008b`389ff6f0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008b`389ff790 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000008b`389ff7d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008b`389ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`bd7ff978 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000f7`bd7ff980 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f7`bd7ffa20 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000f7`bd7ffa60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`bd7ffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`bcbfcbe0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f7`bcbfcc20 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
000000f7`bcbfcc60 00007ff7`2d8a3a29     postgres!_bt_form_posting(
000000f7`bcbfccb0 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
000000f7`bcbfcd10 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
000000f7`bcbfcde0 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
000000f7`bcbfd1c0 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
000000f7`bcbfd240 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000f7`bcbfd310 00007ff7`2d89e5fd     postgres!btinsert(
000000f7`bcbfd370 00007ff7`2d974357     postgres!index_insert(
core
000000f7`bcfff5f8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`bcfff600 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f7`bcfff8f0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`bcfff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`bd3ffa78 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000f7`bd3ffa80 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000f7`bd3ffaf0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000f7`bd3ffbf0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`bd3ffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f7`bdbff938 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f7`bdbff940 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f7`bdbffc30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f7`bdbffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`e33ffdb8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000081`e33ffdc0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000081`e33ffe60 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000081`e33ffea0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`e33ffed0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`e27fe8a0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000081`e27fe8e0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000081`e27fe920 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000081`e27fe990 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000081`e27feaf0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000081`e27febc0 00007ff7`2d89e5fd     postgres!btinsert(
00000081`e27fec20 00007ff7`2dac7cd6     postgres!index_insert(
00000081`e27fec70 00007ff7`2db23a44     postgres!ExecInsertIndexTuples(
00000081`e27fee90 00007ff7`2db26b7f     postgres!ExecInsert(
00000081`e27fefc0 00007ff7`2dad8e1b     postgres!ExecModifyTable(
core
00000081`e2bff4e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`e2bff4f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000081`e2bff7e0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`e2bff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`e2fff608 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000081`e2fff610 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000081`e2fff680 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000081`e2fff780 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`e2fff7b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000081`e37ff4e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000081`e37ff4f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000081`e37ff7e0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000081`e37ff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`48fff758 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`48fff760 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f3`48fffa50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`48fffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`487fde50 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f3`487fde90 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000f3`487fded0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000f3`487fdf40 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000f3`487fe0a0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000f3`487fe170 00007ff7`2d89e5fd     postgres!btinsert(
000000f3`487fe1d0 00007ff7`2d974357     postgres!index_insert(
000000f3`487fe220 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000f3`487fe3f0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000f3`487fe440 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000f3`48bff738 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f3`48bff740 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000f3`48bffa30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`48bffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`493ffac8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000f3`493ffad0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000f3`493ffb40 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000f3`493ffc40 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`493ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f3`497ff948 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000f3`497ff950 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000f3`497ff9f0 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000f3`497ffa30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f3`497ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e53ffc88 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000e4`e53ffc90 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e4`e53ffd30 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000e4`e53ffd70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e53ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e43fdb80 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000e4`e43fdbc0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000e4`e43fdc00 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000e4`e43fdc70 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000e4`e43fddd0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000e4`e43fdea0 00007ff7`2d89e5fd     postgres!btinsert(
000000e4`e43fdf00 00007ff7`2d974357     postgres!index_insert(
000000e4`e43fdf50 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000e4`e43fe120 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000e4`e43fe170 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000e4`e47ff718 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e47ff720 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`e47ffa10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e47ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e4bffb48 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e4`e4bffb50 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000e4`e4bffe40 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e4bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e4`e4fffc58 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000e4`e4fffc60 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000e4`e4fffcd0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000e4`e4fffdd0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e4`e4fffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`87fff708 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000013`87fff710 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000013`87fff7b0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000013`87fff7f0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`87fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`873fdb70 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000013`873fdbb0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000013`873fdbf0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000013`873fdc60 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000013`873fddc0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000013`873fde90 00007ff7`2d89e5fd     postgres!btinsert(
00000013`873fdef0 00007ff7`2d974357     postgres!index_insert(
00000013`873fdf40 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000013`873fe110 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000013`873fe160 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000013`877ffbf8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`877ffc00 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000013`877ffef0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`877fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`87bff5e8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000013`87bff5f0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000013`87bff660 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000013`87bff760 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`87bff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000013`883ff978 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000013`883ff980 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000013`883ffc70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000013`883ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`d23ff618 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000050`d23ff620 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000050`d23ff690 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000050`d23ff790 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`d23ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`d17fd470 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000050`d17fd4b0 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
00000050`d17fd4f0 00007ff7`2d8a3a29     postgres!_bt_form_posting(
00000050`d17fd540 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
00000050`d17fd5a0 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
00000050`d17fd670 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
00000050`d17fda50 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
00000050`d17fdad0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000050`d17fdba0 00007ff7`2d89e5fd     postgres!btinsert(
00000050`d17fdc00 00007ff7`2d974357     postgres!index_insert(
core
00000050`d1bff8a8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`d1bff8b0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000050`d1bffba0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`d1bffbd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`d1fff508 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`d1fff510 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000050`d1fff800 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`d1fff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`d27ff668 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000050`d27ff670 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`d27ff710 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000050`d27ff750 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`d27ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b93ff8d8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000d9`b93ff8e0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d9`b93ff980 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000d9`b93ff9c0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b93ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b87fd7e0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d9`b87fd820 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000d9`b87fd860 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000d9`b87fd8d0 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000d9`b87fda30 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000d9`b87fdb00 00007ff7`2d89e5fd     postgres!btinsert(
000000d9`b87fdb60 00007ff7`2d974357     postgres!index_insert(
000000d9`b87fdbb0 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000d9`b87fdd80 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
000000d9`b87fddd0 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000d9`b8bff888 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`b8bff890 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`b8bffb80 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b8bffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b8fff878 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000d9`b8fff880 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000d9`b8fff8f0 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000d9`b8fff9f0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b8fffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d9`b97ff8b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d9`b97ff8c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000d9`b97ffbb0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000d9`b97ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`17fff708 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000030`17fff710 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000030`17fff7b0 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000030`17fff7f0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`17fff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`16bfdca0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000030`16bfdce0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000030`16bfdd20 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000030`16bfdd90 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000030`16bfdef0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000030`16bfdfc0 00007ff7`2d89e5fd     postgres!btinsert(
00000030`16bfe020 00007ff7`2d974357     postgres!index_insert(
00000030`16bfe070 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000030`16bfe240 00007ff7`2d998fa3     postgres!CatalogTuplesMultiInsertWithInfo(
00000030`16bfe290 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000030`16fff658 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`16fff660 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000030`16fff950 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`16fff980 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`173ffab8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`173ffac0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000030`173ffdb0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`173ffde0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`177ff588 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000030`177ff590 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000030`177ff880 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`177ff8b0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000030`17bff8d8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000030`17bff8e0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000030`17bff950 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000030`17bffa50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000030`17bffa80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`27ffd870 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000008`27ffd8b0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
00000008`27ffd8f0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
00000008`27ffd960 00007ff7`2d8a5947     postgres!_bt_insertonpg(
00000008`27ffdac0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
00000008`27ffdb90 00007ff7`2d89e5fd     postgres!btinsert(
00000008`27ffdbf0 00007ff7`2d974357     postgres!index_insert(
00000008`27ffdc40 00007ff7`2d973eae     postgres!CatalogIndexInsert(
00000008`27ffde10 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
00000008`27ffde60 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
00000008`283ffa68 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`283ffa70 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000008`283ffd60 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`283ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`287ffcf8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
00000008`287ffd00 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
00000008`287ffd70 00007ff9`824d4cb0     postgres!pg_signal_thread(
00000008`287ffe70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`287ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`28bffd58 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
00000008`28bffd60 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
00000008`28bffe00 00007ff9`824d4cb0     postgres!pg_timer_thread(
00000008`28bffe40 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`28bffe70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000008`28fff988 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000008`28fff990 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
00000008`28fffc80 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
00000008`28fffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`595fdb30 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`595fdb70 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000000b`595fdbb0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000000b`595fdc20 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000000b`595fdd80 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000000b`595fde50 00007ff7`2d89e5fd     postgres!btinsert(
0000000b`595fdeb0 00007ff7`2d974357     postgres!index_insert(
0000000b`595fdf00 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000000b`595fe0d0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
0000000b`595fe120 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000000b`599ff4d8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`599ff4e0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`599ff7d0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`599ff800 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`59dffb58 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`59dffb60 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000000b`59dffe50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`59dffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5a1ffd58 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000000b`5a1ffd60 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`5a1ffdd0 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000000b`5a1ffed0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5a1fff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`5a5ff9d8 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000000b`5a5ff9e0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`5a5ffa80 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000000b`5a5ffac0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`5a5ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`54ffdea0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ca`54ffdee0 00007ff7`2d8a441d     postgres!ExceptionalCondition(
000000ca`54ffdf20 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
000000ca`54ffdf90 00007ff7`2d8a5947     postgres!_bt_insertonpg(
000000ca`54ffe0f0 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000ca`54ffe1c0 00007ff7`2d89e5fd     postgres!btinsert(
000000ca`54ffe220 00007ff7`2d974357     postgres!index_insert(
000000ca`54ffe270 00007ff7`2d973eae     postgres!CatalogIndexInsert(
000000ca`54ffe440 00007ff7`2d998fa3     postgres!CatalogTuplesMultiInsertWithInfo(
000000ca`54ffe490 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
000000ca`553ffb78 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`553ffb80 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000ca`553ffe70 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`553ffea0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`557ffa18 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`557ffa20 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000ca`557ffd10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`557ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`55bff6a8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000ca`55bff6b0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`55bff720 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000ca`55bff820 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`55bff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`55fffb48 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000ca`55fffb50 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`55fffbf0 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000ca`55fffc30 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`55fffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`091fd740 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000006b`091fd780 00007ff7`2d8a441d     postgres!ExceptionalCondition(
0000006b`091fd7c0 00007ff7`2d8a7c8e     postgres!_bt_swap_posting(
0000006b`091fd830 00007ff7`2d8a5947     postgres!_bt_insertonpg(
0000006b`091fd990 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000006b`091fda60 00007ff7`2d89e5fd     postgres!btinsert(
0000006b`091fdac0 00007ff7`2d974357     postgres!index_insert(
0000006b`091fdb10 00007ff7`2d973eae     postgres!CatalogIndexInsert(
0000006b`091fdce0 00007ff7`2d998fe7     postgres!CatalogTuplesMultiInsertWithInfo(
0000006b`091fdd30 00007ff7`2d95ca3d     postgres!recordMultipleDependencies(
core
0000006b`095ff5e8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`095ff5f0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000006b`095ff8e0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`095ff910 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`099ffa58 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000006b`099ffa60 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000006b`099ffad0 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000006b`099ffbd0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`099ffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`09dff958 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006b`09dff960 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000006b`09dffc50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`09dffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006b`0a1ffb38 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000006b`0a1ffb40 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006b`0a1ffbe0 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000006b`0a1ffc20 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006b`0a1ffc50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8c3ff7b8 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
0000008a`8c3ff7c0 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
0000008a`8c3ff830 00007ff9`824d4cb0     postgres!pg_signal_thread(
0000008a`8c3ff930 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8c3ff960 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8b3fdac0 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000008a`8b3fdb00 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
0000008a`8b3fdb40 00007ff7`2d8a3a29     postgres!_bt_form_posting(
0000008a`8b3fdb90 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
0000008a`8b3fdbf0 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
0000008a`8b3fdcc0 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
0000008a`8b3fe0a0 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
0000008a`8b3fe120 00007ff7`2d8b7d85     postgres!_bt_doinsert(
0000008a`8b3fe1f0 00007ff7`2d89e5fd     postgres!btinsert(
0000008a`8b3fe250 00007ff7`2d974357     postgres!index_insert(
core
0000008a`8b7ff7f8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`8b7ff800 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`8b7ffaf0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8b7ffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8bbff728 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`8bbff730 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`8bbffa20 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8bbffa50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8bfff9b8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008a`8bfff9c0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
0000008a`8bfffcb0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8bfffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008a`8c7ff928 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
0000008a`8c7ff930 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008a`8c7ff9d0 00007ff9`824d4cb0     postgres!pg_timer_thread(
0000008a`8c7ffa10 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008a`8c7ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5cdff888 00007ff9`8054487a     ntdll!NtFsControlFile+0x14
000000b4`5cdff890 00007ff7`2dcaaa2b     KERNELBASE!ConnectNamedPipe+0x6a
000000b4`5cdff900 00007ff9`824d4cb0     postgres!pg_signal_thread(
000000b4`5cdffa00 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5cdffa30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5d5ffb58 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5d5ffb60 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000b4`5d5ffe50 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5d5ffe80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5d1ff998 00007ff9`804fda3e     ntdll!NtWaitForSingleObject+0x14
000000b4`5d1ff9a0 00007ff7`2dcac46c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000b4`5d1ffa40 00007ff9`824d4cb0     postgres!pg_timer_thread(
000000b4`5d1ffa80 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5d1ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5c9ff7c8 00007ff9`82aeb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000b4`5c9ff7d0 00007ff9`824d4cb0     ntdll!TppWorkerThread+0x2df
000000b4`5c9ffac0 00007ff9`82b5edcb     KERNEL32!BaseThreadInitThunk+0x10
000000b4`5c9ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000b4`5c5fd430 00007ff7`2dfe1038     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000b4`5c5fd470 00007ff7`2d8a3e23     postgres!ExceptionalCondition(
000000b4`5c5fd4b0 00007ff7`2d8a3a29     postgres!_bt_form_posting(
000000b4`5c5fd500 00007ff7`2d8a2e7e     postgres!_bt_dedup_finish_pending(
000000b4`5c5fd560 00007ff7`2d8aac93     postgres!_bt_dedup_pass(
000000b4`5c5fd630 00007ff7`2d8a71b0     postgres!_bt_delete_or_dedup_one_page(
000000b4`5c5fda10 00007ff7`2d8a58da     postgres!_bt_findinsertloc(
000000b4`5c5fda90 00007ff7`2d8b7d85     postgres!_bt_doinsert(
000000b4`5c5fdb60 00007ff7`2d89e5fd     postgres!btinsert(
000000b4`5c5fdbc0 00007ff7`2d974357     postgres!index_insert(
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/lock-update-delete.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/lock-update-delete.out	2025-09-29 17:50:08.107448200 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/lock-update-delete.out	2025-09-29 17:53:53.495951300 +0000
@@ -71,215 +71,4 @@
 step s2c: COMMIT;
 
 starting permutation: s2b s1l s2u s2_blocker1 s2_unlock s2r
-pg_advisory_lock
-----------------
-                
-(1 row)
-
-step s2b: BEGIN;
-step s1l: SELECT * FROM foo WHERE pg_advisory_xact_lock(0) IS NOT NULL AND key = 1 FOR KEY SHARE; <waiting ...>
-step s2u: UPDATE foo SET value = 2 WHERE key = 1;
-step s2_blocker1: DELETE FROM foo;
-step s2_unlock: SELECT pg_advisory_unlock(0);
-pg_advisory_unlock
-------------------
-t                 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:08.858828000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2025-09-29 17:54:11.902015000 +00...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/maintain_every.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:08.750766400 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out	2025-09-29 17:54:12.905897600 +000...
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:08.858828000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2025-09-29 17:56:54.207906100 +...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/maintain_every.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:08.750766400 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/maintain_every.out	2025-09-29 17:56:54.549642000 +0...
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:08.858828000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_parallel.out	2025-09-29 17:54:08.302871500 +0000
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/maintain_every.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:08.750766400 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/maintain_every.out	2025-09-29 17:54:09.126609500 +0000
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
tap
[17:54:42.651](120.442s) not ok 5 - regression tests pass
[17:55:20.159](13.104s) not ok 16 - run of pg_upgrade for new instance
[17:55:20.160](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:55:23.427](0.257s) not ok 20 - old and new dumps match after pg_upgrade
tap
[17:57:15.467](117.815s) not ok 2 - regression tests pass
[17:57:15.474](0.001s) not ok 3 - primary alive after regression test run
test
[18:05:40.185]  13/345 postgresql:regress / regress/regress                                            ERROR           1...
[18:05:40.185]  19/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:05:40.185]   9/345 postgresql:isolation / isolation/isolation                                      ERROR           2...
[18:05:40.185]  62/345 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, MinGW64 - Meson
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 11...
assertion
TRAP: failed Assert("false"), File: "../src/backend/access/heap/heapam.c", Line: 8447, PID: 3152
assertion
TRAP: failed Assert("false"), File: "../src/backend/access/heap/heapam.c", Line: 8447, PID: 5144
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 49...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 37...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 25...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 17...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 53...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 49...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 45...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 35...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 60...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 38...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 48...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 41...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 45...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 61...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 31...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 70...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 58...
core
0000007e`2f5fe820 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000007e`2f5fe850 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000007e`2f5fe8a0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000007e`2f5fe900 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000007e`2f5fea00 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000007e`2f5feb00 00007ff6`9f839b51     postgres!btinsert+0x51
0000007e`2f5feb60 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000007e`2f5febc0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000007e`2f5fed90 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000007e`2f5fee10 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
0000007e`2f9ffbf8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`2f9ffc00 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000007e`2f9ffef0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2f9fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`2fdffb88 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`2fdffb90 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000007e`2fdffe80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`2fdffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`301ff8c8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007e`301ff8d0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000007e`301ffbc0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`301ffbf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`305ff7a8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000007e`305ff7b0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000007e`305ff820 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000007e`305ff900 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`305ff930 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007e`309ffd58 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000007e`309ffd60 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007e`309ffe00 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000007e`309ffe30 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007e`309ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`e63fe470 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000057`e63fe4a0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000057`e63fe4f0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000057`e63fe550 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000057`e63fe650 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000057`e63fe750 00007ff6`9f839b51     postgres!btinsert+0x51
00000057`e63fe7b0 00007ff6`9f8c3b7c     postgres!index_insert+0xae
00000057`e63fe810 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
00000057`e63fe9e0 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
00000057`e63fea60 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
00000057`e67ff498 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`e67ff4a0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000057`e67ff790 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`e67ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`e6bff748 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`e6bff750 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000057`e6bffa40 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`e6bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`e6fff4e8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000057`e6fff4f0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000057`e6fff7e0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`e6fff810 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`e73ff948 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000057`e73ff950 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000057`e73ff9c0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000057`e73ffaa0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`e73ffad0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000057`e77ffd58 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000057`e77ffd60 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000057`e77ffe00 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000057`e77ffe30 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000057`e77ffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`775ffc08 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`775ffc10 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000037`775fff00 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`775fff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`771fe4c0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000037`771fe4f0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000037`771fe540 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000037`771fe5a0 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000037`771fe6a0 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000037`771fe7a0 00007ff6`9f839b51     postgres!btinsert+0x51
00000037`771fe800 00007ff6`9f8c3b7c     postgres!index_insert+0xae
00000037`771fe860 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
00000037`771fea30 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
00000037`771feab0 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
00000037`779ff678 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`779ff680 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000037`779ff970 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`779ff9a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`77dff9a8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000037`77dff9b0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000037`77dffca0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`77dffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`781ff6f8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000037`781ff700 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000037`781ff770 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000037`781ff850 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`781ff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000037`785ffaa8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000037`785ffab0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000037`785ffb50 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000037`785ffb80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000037`785ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`109fcb60 00007ff6`9fccea2c     ucrtbase!abort+0x4e
000000ca`109fcb90 00007ff6`9f8197b2     postgres!ExceptionalCondition+0x4c
000000ca`109fcbe0 00007ff6`9f819846     postgres!hashadjustmembers+0x8d4
000000ca`109fcc10 00007ff6`9f82474b     postgres!hashadjustmembers+0x968
000000ca`109fccc0 00007ff6`9f8451fc     postgres!heap_index_delete_tuples+0x50
000000ca`109fce10 00007ff6`9f83e863     postgres!bt_delitems_delete_check+0x44
000000ca`109fdeb0 00007ff6`9f83ea59     postgres!bt_swap_posting+0x1551
000000ca`109fdf80 00007ff6`9f84165b     postgres!bt_swap_posting+0x1747
000000ca`109fe350 00007ff6`9f841947     postgres!bt_finish_split+0x571
000000ca`109fe3f0 00007ff6`9f8491ee     postgres!bt_doinsert+0x145
core
000000ca`10dffb88 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`10dffb90 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000ca`10dffe80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`10dffeb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`111ff6e8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`111ff6f0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000ca`111ff9e0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`111ffa10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`115ff6d8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ca`115ff6e0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000ca`115ff9d0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`115ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`119ffc88 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
000000ca`119ffc90 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
000000ca`119ffd00 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
000000ca`119ffde0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`119ffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ca`11dffaa8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
000000ca`11dffab0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ca`11dffb50 00007ffa`53074cb0     postgres!pgwin32_select+0x744
000000ca`11dffb80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ca`11dffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`dc7fe6b0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000068`dc7fe6e0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000068`dc7fe730 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000068`dc7fe790 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000068`dc7fe890 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000068`dc7fe990 00007ff6`9f839b51     postgres!btinsert+0x51
00000068`dc7fe9f0 00007ff6`9f8c3b7c     postgres!index_insert+0xae
00000068`dc7fea50 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
00000068`dc7fec20 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
00000068`dc7feca0 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
00000068`dcbff9b8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`dcbff9c0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000068`dcbffcb0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`dcbffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`dcfff768 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`dcfff770 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000068`dcfffa60 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`dcfffa90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`dd3ff478 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000068`dd3ff480 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000068`dd3ff770 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`dd3ff7a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`dd7ff658 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000068`dd7ff660 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000068`dd7ff6d0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000068`dd7ff7b0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`dd7ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000068`ddbffb98 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000068`ddbffba0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000068`ddbffc40 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000068`ddbffc70 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000068`ddbffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`85ffe7c0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000000f`85ffe7f0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000000f`85ffe840 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000000f`85ffe8a0 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000000f`85ffe9a0 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000000f`85ffeaa0 00007ff6`9f839b51     postgres!btinsert+0x51
0000000f`85ffeb00 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000000f`85ffeb60 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000000f`85ffed30 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000000f`85ffedb0 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
0000000f`863ff888 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`863ff890 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000000f`863ffb80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`863ffbb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`867ffa78 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`867ffa80 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000000f`867ffd70 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`867ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`86bff6f8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000f`86bff700 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000000f`86bff9f0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`86bffa20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`86fffbe8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000000f`86fffbf0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000000f`86fffc60 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000000f`86fffd40 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`86fffd70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000f`873ffa88 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000000f`873ffa90 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000f`873ffb30 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000000f`873ffb60 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000f`873ffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`a4bfeb10 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000045`a4bfeb40 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000045`a4bfeb90 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000045`a4bfebf0 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000045`a4bfecf0 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000045`a4bfedf0 00007ff6`9f839b51     postgres!btinsert+0x51
00000045`a4bfee50 00007ff6`9f9a5a19     postgres!index_insert+0xae
00000045`a4bfeeb0 00007ff6`9f9dc18d     postgres!ExecInsertIndexTuples+0x1ab
00000045`a4bff0b0 00007ff6`9f9ddbea     postgres!ExecGetUpdateNewTuple+0x196d
00000045`a4bff1a0 00007ff6`9f9af2e5     postgres!ExecLookupResultRelByOid+0x3a4
core
00000045`a4fff898 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`a4fff8a0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000045`a4fffb90 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`a4fffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`a53ff958 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000045`a53ff960 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000045`a53ffc50 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`a53ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`a57ff778 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000045`a57ff780 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000045`a57ff7f0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000045`a57ff8d0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`a57ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000045`a5bff8b8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000045`a5bff8c0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000045`a5bff960 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000045`a5bff990 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000045`a5bff9c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`447febb0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000008d`447febe0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000008d`447fec30 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000008d`447fec90 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000008d`447fed90 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000008d`447fee90 00007ff6`9f839b51     postgres!btinsert+0x51
0000008d`447feef0 00007ff6`9f9a5a19     postgres!index_insert+0xae
0000008d`447fef50 00007ff6`9f9dc18d     postgres!ExecInsertIndexTuples+0x1ab
0000008d`447ff150 00007ff6`9f9ddbea     postgres!ExecGetUpdateNewTuple+0x196d
0000008d`447ff240 00007ff6`9f9af2e5     postgres!ExecLookupResultRelByOid+0x3a4
core
0000008d`44bffb38 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`44bffb40 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000008d`44bffe30 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`44bffe60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`44fff788 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000008d`44fff790 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000008d`44fffa80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`44fffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`453ff878 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000008d`453ff880 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000008d`453ff8f0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000008d`453ff9d0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`453ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000008d`457ff7f8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000008d`457ff800 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000008d`457ff8a0 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000008d`457ff8d0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000008d`457ff900 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a93fe650 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000004d`a93fe680 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000004d`a93fe6d0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000004d`a93fe730 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000004d`a93fe830 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000004d`a93fe930 00007ff6`9f839b51     postgres!btinsert+0x51
0000004d`a93fe990 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000004d`a93fe9f0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000004d`a93febc0 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000004d`a93fec40 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
0000004d`a97ff828 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`a97ff830 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000004d`a97ffb20 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a97ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a9bff4a8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000004d`a9bff4b0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000004d`a9bff7a0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a9bff7d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`a9fffb68 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000004d`a9fffb70 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000004d`a9fffbe0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000004d`a9fffcc0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`a9fffcf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000004d`aa3ffab8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000004d`aa3ffac0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000004d`aa3ffb60 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000004d`aa3ffb90 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000004d`aa3ffbc0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`b43fe480 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000001c`b43fe4b0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000001c`b43fe500 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000001c`b43fe560 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000001c`b43fe660 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000001c`b43fe760 00007ff6`9f839b51     postgres!btinsert+0x51
0000001c`b43fe7c0 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000001c`b43fe820 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000001c`b43fe9f0 00007ff6`9f8dad25     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000001c`b43fea70 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0xd6
core
0000001c`b47ff508 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`b47ff510 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000001c`b47ff800 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`b47ff830 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`b4bffa38 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`b4bffa40 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000001c`b4bffd30 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`b4bffd60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`b4fff778 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`b4fff780 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000001c`b4fffa70 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`b4fffaa0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`b53ff968 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000001c`b53ff970 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`b53ff9e0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000001c`b53ffac0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`b53ffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`b57ff8f8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000001c`b57ff900 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000001c`b57ff9a0 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000001c`b57ff9d0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`b57ffa00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`8fffe5a0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000089`8fffe5d0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000089`8fffe620 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000089`8fffe680 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000089`8fffe780 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000089`8fffe880 00007ff6`9f839b51     postgres!btinsert+0x51
00000089`8fffe8e0 00007ff6`9f8c3b7c     postgres!index_insert+0xae
00000089`8fffe940 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
00000089`8fffeb10 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
00000089`8fffeb90 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
00000089`903ff6b8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`903ff6c0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000089`903ff9b0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`903ff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`907ff988 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`907ff990 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000089`907ffc80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`907ffcb0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`90bff6b8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000089`90bff6c0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000089`90bff9b0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`90bff9e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`90fff6e8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000089`90fff6f0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000089`90fff760 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000089`90fff840 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`90fff870 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000089`913ff9b8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000089`913ff9c0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000089`913ffa60 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000089`913ffa90 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000089`913ffac0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`853fd040 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000000d`853fd070 00007ff6`9f8197b2     postgres!ExceptionalCondition+0x4c
0000000d`853fd0c0 00007ff6`9f819846     postgres!hashadjustmembers+0x8d4
0000000d`853fd0f0 00007ff6`9f82474b     postgres!hashadjustmembers+0x968
0000000d`853fd1a0 00007ff6`9f8451fc     postgres!heap_index_delete_tuples+0x50
0000000d`853fd2f0 00007ff6`9f83e863     postgres!bt_delitems_delete_check+0x44
0000000d`853fe390 00007ff6`9f83ea59     postgres!bt_swap_posting+0x1551
0000000d`853fe460 00007ff6`9f84165b     postgres!bt_swap_posting+0x1747
0000000d`853fe830 00007ff6`9f841947     postgres!bt_finish_split+0x571
0000000d`853fe8d0 00007ff6`9f8491ee     postgres!bt_doinsert+0x145
core
0000000d`857ff498 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`857ff4a0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000000d`857ff790 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`857ff7c0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`85bff748 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000d`85bff750 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000000d`85bffa40 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`85bffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`85fffb88 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000000d`85fffb90 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000000d`85fffc00 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000000d`85fffce0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`85fffd10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000d`863ffbc8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000000d`863ffbd0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000d`863ffc70 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000000d`863ffca0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000000d`863ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`503fe720 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000095`503fe750 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000095`503fe7a0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000095`503fe800 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000095`503fe900 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000095`503fea00 00007ff6`9f839b51     postgres!btinsert+0x51
00000095`503fea60 00007ff6`9f8c3b7c     postgres!index_insert+0xae
00000095`503feac0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
00000095`503fec90 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
00000095`503fed10 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
00000095`507ffa78 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`507ffa80 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000095`507ffd70 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`507ffda0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`50bff558 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`50bff560 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000095`50bff850 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`50bff880 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`50fff528 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000095`50fff530 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000095`50fff820 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`50fff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`513ffd98 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000095`513ffda0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000095`513ffe10 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000095`513ffef0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`513fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000095`517ff8c8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000095`517ff8d0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000095`517ff970 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000095`517ff9a0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000095`517ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`8fbfe420 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000007c`8fbfe450 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000007c`8fbfe4a0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000007c`8fbfe500 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000007c`8fbfe600 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000007c`8fbfe700 00007ff6`9f839b51     postgres!btinsert+0x51
0000007c`8fbfe760 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000007c`8fbfe7c0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000007c`8fbfe990 00007ff6`9f8dad25     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000007c`8fbfea10 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0xd6
core
0000007c`8ffff9b8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`8ffff9c0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000007c`8ffffcb0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`8ffffce0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`903ff788 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000007c`903ff790 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000007c`903ffa80 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`903ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`907ffc68 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000007c`907ffc70 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000007c`907ffce0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000007c`907ffdc0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`907ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000007c`90bffb58 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000007c`90bffb60 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000007c`90bffc00 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000007c`90bffc30 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000007c`90bffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3dbff958 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`3dbff960 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000a6`3dbffc50 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3dbffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3d7fe5a0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
000000a6`3d7fe5d0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
000000a6`3d7fe620 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
000000a6`3d7fe680 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
000000a6`3d7fe780 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
000000a6`3d7fe880 00007ff6`9f839b51     postgres!btinsert+0x51
000000a6`3d7fe8e0 00007ff6`9f8c3b7c     postgres!index_insert+0xae
000000a6`3d7fe940 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
000000a6`3d7feb10 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
000000a6`3d7feb90 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
000000a6`3dfffcc8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
000000a6`3dfffcd0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
000000a6`3dfffd40 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
000000a6`3dfffe20 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3dfffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3e3ff6c8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a6`3e3ff6d0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000a6`3e3ff9c0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3e3ff9f0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a6`3e7ff668 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
000000a6`3e7ff670 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
000000a6`3e7ff710 00007ffa`53074cb0     postgres!pgwin32_select+0x744
000000a6`3e7ff740 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a6`3e7ff770 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`939ffa48 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
000000e6`939ffa50 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
000000e6`939ffaf0 00007ffa`53074cb0     postgres!pgwin32_select+0x744
000000e6`939ffb20 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`939ffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`929fe550 00007ff6`9fccea2c     ucrtbase!abort+0x4e
000000e6`929fe580 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
000000e6`929fe5d0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
000000e6`929fe630 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
000000e6`929fe730 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
000000e6`929fe830 00007ff6`9f839b51     postgres!btinsert+0x51
000000e6`929fe890 00007ff6`9f8c3b7c     postgres!index_insert+0xae
000000e6`929fe8f0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
000000e6`929feac0 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
000000e6`929feb40 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
000000e6`92dff7c8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`92dff7d0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000e6`92dffac0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`92dffaf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`931ff468 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000e6`931ff470 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000e6`931ff760 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`931ff790 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000e6`935ff8b8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
000000e6`935ff8c0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
000000e6`935ff930 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
000000e6`935ffa10 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000e6`935ffa40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`bffffa58 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000006e`bffffa60 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000006e`bffffad0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000006e`bffffbb0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`bffffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`bf3fe940 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000006e`bf3fe970 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000006e`bf3fe9c0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000006e`bf3fea20 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000006e`bf3feb20 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000006e`bf3fec20 00007ff6`9f839b51     postgres!btinsert+0x51
0000006e`bf3fec80 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000006e`bf3fece0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000006e`bf3feeb0 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000006e`bf3fef30 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
0000006e`bf7ff858 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`bf7ff860 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000006e`bf7ffb50 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`bf7ffb80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`bfbffae8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000006e`bfbffaf0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000006e`bfbffde0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`bfbffe10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000006e`c03ffbc8 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000006e`c03ffbd0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000006e`c03ffc70 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000006e`c03ffca0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000006e`c03ffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`e3dff568 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`e3dff570 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000ef`e3dff860 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`e3dff890 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`e39fe950 00007ff6`9fccea2c     ucrtbase!abort+0x4e
000000ef`e39fe980 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
000000ef`e39fe9d0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
000000ef`e39fea30 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
000000ef`e39feb30 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
000000ef`e39fec30 00007ff6`9f839b51     postgres!btinsert+0x51
000000ef`e39fec90 00007ff6`9f8c3b7c     postgres!index_insert+0xae
000000ef`e39fecf0 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
000000ef`e39feec0 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
000000ef`e39fef40 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
000000ef`e49ffc38 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
000000ef`e49ffc40 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ef`e49ffce0 00007ffa`53074cb0     postgres!pgwin32_select+0x744
000000ef`e49ffd10 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`e49ffd40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`e45ff5f8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
000000ef`e45ff600 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
000000ef`e45ff670 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
000000ef`e45ff750 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`e45ff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ef`e41ff5a8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ef`e41ff5b0 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
000000ef`e41ff8a0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ef`e41ff8d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`115ffb98 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
00000050`115ffba0 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
00000050`115ffc40 00007ffa`53074cb0     postgres!pgwin32_select+0x744
00000050`115ffc70 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`115ffca0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`109ffaf8 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`109ffb00 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000050`109ffdf0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`109ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`105fed50 00007ff6`9fccea2c     ucrtbase!abort+0x4e
00000050`105fed80 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
00000050`105fedd0 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
00000050`105fee30 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
00000050`105fef30 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
00000050`105ff030 00007ff6`9f839b51     postgres!btinsert+0x51
00000050`105ff090 00007ff6`9f9a5a19     postgres!index_insert+0xae
00000050`105ff0f0 00007ff6`9f9dc18d     postgres!ExecInsertIndexTuples+0x1ab
00000050`105ff2f0 00007ff6`9f9ddbea     postgres!ExecGetUpdateNewTuple+0x196d
00000050`105ff3e0 00007ff6`9f9af2e5     postgres!ExecLookupResultRelByOid+0x3a4
core
00000050`10dff938 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000050`10dff940 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
00000050`10dffc30 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`10dffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000050`111ffcb8 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
00000050`111ffcc0 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
00000050`111ffd30 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
00000050`111ffe10 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
00000050`111ffe40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`839ffb08 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`839ffb10 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000009d`839ffe00 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`839ffe30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`835fe8a0 00007ff6`9fccea2c     ucrtbase!abort+0x4e
0000009d`835fe8d0 00007ff6`9f83d4bf     postgres!ExceptionalCondition+0x4c
0000009d`835fe920 00007ff6`9f840926     postgres!bt_swap_posting+0x1ad
0000009d`835fe980 00007ff6`9f841996     postgres!bt_getstackbuf+0x75b
0000009d`835fea80 00007ff6`9f8491ee     postgres!bt_doinsert+0x194
0000009d`835feb80 00007ff6`9f839b51     postgres!btinsert+0x51
0000009d`835febe0 00007ff6`9f8c3b7c     postgres!index_insert+0xae
0000009d`835fec40 00007ff6`9f8c3dbc     postgres!RestoreReindexState+0x2fb
0000009d`835fee10 00007ff6`9f8dae39     postgres!CatalogTuplesMultiInsertWithInfo+0x99
0000009d`835fee90 00007ff6`9f8b7962     postgres!recordMultipleDependencies+0x1ea
core
0000009d`83dffc08 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`83dffc10 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000009d`83dfff00 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`83dfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`841ff518 00007ffa`53dcb77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009d`841ff520 00007ffa`53074cb0     ntdll!TppWorkerThread+0x2df
0000009d`841ff810 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`841ff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`845ffc68 00007ffa`516b487a     ntdll!NtFsControlFile+0x14
0000009d`845ffc70 00007ff6`9fad32f6     KERNELBASE!ConnectNamedPipe+0x6a
0000009d`845ffce0 00007ffa`53074cb0     postgres!pg_queue_signal+0x188
0000009d`845ffdc0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`845ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009d`849ffa08 00007ffa`5166da3e     ntdll!NtWaitForSingleObject+0x14
0000009d`849ffa10 00007ff6`9fad459f     KERNELBASE!WaitForSingleObjectEx+0x8e
0000009d`849ffab0 00007ffa`53074cb0     postgres!pgwin32_select+0x744
0000009d`849ffae0 00007ffa`53e3edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009d`849ffb10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/lock-update-delete.out C:/cirrus/build/testrun/isolat...
--- C:/cirrus/src/test/isolation/expected/lock-update-delete.out	2025-09-29 17:50:08.628743400 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/lock-update-delete.out	2025-09-29 17:57:19.195528800 +0000
@@ -71,215 +71,4 @@
 step s2c: COMMIT;
 
 starting permutation: s2b s1l s2u s2_blocker1 s2_unlock s2r
-pg_advisory_lock
-----------------
-                
-(1 row)
-
-step s2b: BEGIN;
-step s1l: SELECT * FROM foo WHERE pg_advisory_xact_lock(0) IS NOT NULL AND key = 1 FOR KEY SHARE; <waiting ...>
-step s2u: UPDATE foo SET value = 2 WHERE key = 1;
-step s2_blocker1: DELETE FROM foo;
-step s2_unlock: SELECT pg_advisory_unlock(0);
-pg_advisory_unlock
-------------------
-t                 
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:09.372573900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2025-09-29 17:56:49.574467300 +00...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/maintain_every.out C:/cirrus/build/testrun/pg_upgrade/0...
--- C:/cirrus/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:09.267766000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out	2025-09-29 17:56:49.815586900 +000...
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:09.372573900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2025-09-29 17:59:39.205773300 +...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/maintain_every.out C:/cirrus/build/testrun/recovery/027...
--- C:/cirrus/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:09.267766000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/maintain_every.out	2025-09-29 17:59:39.471830500 +0...
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/vacuum_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:09.372573900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/vacuum_parallel.out	2025-09-29 17:56:49.641805700 +0000
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/maintain_every.out C:/cirrus/build/testrun/regress/regr...
--- C:/cirrus/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:09.267766000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/maintain_every.out	2025-09-29 17:56:49.914273300 +0000
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
tap
[17:57:02.966](62.326s) not ok 5 - regression tests pass
[17:57:19.492](5.897s) not ok 16 - run of pg_upgrade for new instance
[17:57:19.493](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:57:20.383](0.106s) not ok 20 - old and new dumps match after pg_upgrade
tap
[17:59:48.299](62.991s) not ok 2 - regression tests pass
[17:59:48.300](0.000s) not ok 3 - primary alive after regression test run
test
[18:08:39.987]   8/348 postgresql:regress / regress/regress                                            ERROR            ...
[18:08:39.987]   9/348 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:08:39.987]  10/348 postgresql:isolation / isolation/isolation                                      ERROR            ...
[18:08:39.987]  47/348 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 14...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 14...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 26...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 15...
core
[17:59:47.899]   * frame #0: 0x000000018366a5d0 libsystem_kernel.dylib`__pthread_kill + 8
[17:59:47.899]     frame #1: 0x00000001836a2bc8 libsystem_pthread.dylib`pthread_kill + 288
[17:59:47.899]     frame #2: 0x00000001835afa40 libsystem_c.dylib`abort + 180
[17:59:47.899]     frame #3: 0x000000010474e4f8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[17:59:47.899]     frame #4: 0x0000000104351e28 postgres`_bt_swap_posting(newitem=<unavailable>, oposting=<unavailable>,...
[17:59:47.899]     frame #5: 0x00000001043532fc postgres`_bt_insertonpg(rel=0x0000000140010138, heaprel=0x000000012008c1...
[17:59:47.899]     frame #6: 0x0000000104352c70 postgres`_bt_doinsert(rel=<unavailable>, itup=0x000000013b81adf0, checkU...
[17:59:47.899]     frame #7: 0x000000010435debc postgres`btinsert(rel=0x0000000140010138, values=<unavailable>, isnull=<...
[17:59:47.899]     frame #8: 0x000000010446f89c postgres`ExecInsertIndexTuples(resultRelInfo=0x000000013b819410, slot=<u...
[17:59:47.899]     frame #9: 0x00000001044a1e60 postgres`ExecInsert(context=0x000000016bb1bc48, resultRelInfo=0x00000001...
core
[18:00:14.196]   * frame #0: 0x000000018366a5d0 libsystem_kernel.dylib`__pthread_kill + 8
[18:00:14.196]     frame #1: 0x00000001836a2bc8 libsystem_pthread.dylib`pthread_kill + 288
[18:00:14.196]     frame #2: 0x00000001835afa40 libsystem_c.dylib`abort + 180
[18:00:14.196]     frame #3: 0x000000010268e4f8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[18:00:14.196]     frame #4: 0x0000000102291e28 postgres`_bt_swap_posting(newitem=<unavailable>, oposting=<unavailable>,...
[18:00:14.196]     frame #5: 0x00000001022932fc postgres`_bt_insertonpg(rel=0x00000001481d8138, heaprel=0x00000001480c73...
[18:00:14.196]     frame #6: 0x0000000102292c70 postgres`_bt_doinsert(rel=<unavailable>, itup=0x0000000146021e48, checkU...
[18:00:14.196]     frame #7: 0x000000010229debc postgres`btinsert(rel=0x00000001481d8138, values=<unavailable>, isnull=<...
[18:00:14.196]     frame #8: 0x00000001023af89c postgres`ExecInsertIndexTuples(resultRelInfo=0x00000001450af410, slot=<u...
[18:00:14.196]     frame #9: 0x00000001023e1e60 postgres`ExecInsert(context=0x000000016dbdbd98, resultRelInfo=0x00000001...
core
[17:59:21.613]   * frame #0: 0x000000018366a5d0 libsystem_kernel.dylib`__pthread_kill + 8
[17:59:21.613]     frame #1: 0x00000001836a2bc8 libsystem_pthread.dylib`pthread_kill + 288
[17:59:21.613]     frame #2: 0x00000001835afa40 libsystem_c.dylib`abort + 180
[17:59:21.613]     frame #3: 0x0000000100d8e4f8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[17:59:21.613]     frame #4: 0x0000000100991e28 postgres`_bt_swap_posting(newitem=<unavailable>, oposting=<unavailable>,...
[17:59:21.613]     frame #5: 0x00000001009932fc postgres`_bt_insertonpg(rel=0x0000000140098f60, heaprel=0x0000000140097c...
[17:59:21.613]     frame #6: 0x0000000100992c70 postgres`_bt_doinsert(rel=<unavailable>, itup=0x000000015a80fcc0, checkU...
[17:59:21.613]     frame #7: 0x000000010099debc postgres`btinsert(rel=0x0000000140098f60, values=<unavailable>, isnull=<...
[17:59:21.613]     frame #8: 0x0000000100a09060 postgres`CatalogIndexInsert(indstate=0x000000015a80f460, heapTuple=0x000...
[17:59:21.613]     frame #9: 0x0000000100a0930c postgres`CatalogTuplesMultiInsertWithInfo(heapRel=0x0000000140097c30, sl...
core
[17:58:54.905]   * frame #0: 0x000000018337fa00 dyld`__openat + 8
[17:58:54.905]     frame #1: 0x0000000183383980 dyld`openat + 40
[17:58:54.905]     frame #2: 0x0000000183378e10 dyld`_graft_fetch_fire + 60
[17:58:54.905]     frame #3: 0x000000018337765c dyld`stage_fire + 160
[17:58:54.905]     frame #4: 0x000000018337a920 dyld`boot_boot + 116
[17:58:54.905]     frame #5: 0x000000018337a200 dyld`ignite + 704
[17:58:54.905]     frame #6: 0x000000018331b53c dyld`dyld4::CacheFinder::CacheFinder(dyld4::ProcessConfig::Process const...
[17:58:54.905]     frame #7: 0x000000018331b8bc dyld`dyld4::ProcessConfig::DyldCache::DyldCache(dyld4::ProcessConfig::Pr...
[17:58:54.905]     frame #8: 0x0000000183319898 dyld`dyld4::ProcessConfig::ProcessConfig(dyld4::KernelArgs const*, dyld4...
[17:58:54.905]     frame #9: 0x0000000183316dc0 dyld`start + 1560
core
[17:58:38.358]   * frame #0: 0x000000018366a5d0 libsystem_kernel.dylib`__pthread_kill + 8
[17:58:38.358]     frame #1: 0x00000001836a2bc8 libsystem_pthread.dylib`pthread_kill + 288
[17:58:38.358]     frame #2: 0x00000001835afa40 libsystem_c.dylib`abort + 180
[17:58:38.358]     frame #3: 0x00000001053164f8 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[17:58:38.358]     frame #4: 0x0000000104f19e28 postgres`_bt_swap_posting(newitem=<unavailable>, oposting=<unavailable>,...
[17:58:38.358]     frame #5: 0x0000000104f1b2fc postgres`_bt_insertonpg(rel=0x0000000128068138, heaprel=0x000000012009c1...
[17:58:38.358]     frame #6: 0x0000000104f1ac70 postgres`_bt_doinsert(rel=<unavailable>, itup=0x000000011480ec48, checkU...
[17:58:38.358]     frame #7: 0x0000000104f25ebc postgres`btinsert(rel=0x0000000128068138, values=<unavailable>, isnull=<...
[17:58:38.358]     frame #8: 0x000000010503789c postgres`ExecInsertIndexTuples(resultRelInfo=0x0000000134826e10, slot=<u...
[17:58:38.358]     frame #9: 0x0000000105069e60 postgres`ExecInsert(context=0x000000016af53e08, resultRelInfo=0x00000001...
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/lock-update-traversal.out /Users/admin/pgsql/build/testrun/isola...
--- /Users/admin/pgsql/src/test/isolation/expected/lock-update-traversal.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/lock-update-traversal.out	2025-09-29 17:51:59
@@ -1,63 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1b s2b s1s s2u s1l s2c s2d1 s1c
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN;
-step s1s: SELECT * FROM foo;
-key|value
----+-----
-  1|    1
-(1 row)
-
-step s2u: UPDATE foo SET value = 2 WHERE key = 1;
-step s1l: SELECT * FROM foo FOR KEY SHARE;
-key|value
----+-----
-  1|    1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2025-09-29 17:51:59
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/maintain_every.out /Users/admin/pgsql/build/testrun/pg_upgrade/002...
--- /Users/admin/pgsql/src/test/regress/expected/maintain_every.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out	2025-09-29 17:51:59
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2025-09-29 17:52:51
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/maintain_every.out /Users/admin/pgsql/build/testrun/recovery/027_s...
--- /Users/admin/pgsql/src/test/regress/expected/maintain_every.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/maintain_every.out	2025-09-29 17:52:51
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/vacuum_parallel.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/vacuum_parallel.out	2025-09-29 17:51:59
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /Users/admin/pgsql/src/test/regress/expected/maintain_every.out /Users/admin/pgsql/build/testrun/regress/regres...
--- /Users/admin/pgsql/src/test/regress/expected/maintain_every.out	2025-09-29 17:49:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/maintain_every.out	2025-09-29 17:51:59
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
tap
[17:52:03.485](54.649s) not ok 5 - regression tests pass
[17:52:20.230](4.683s) not ok 16 - run of pg_upgrade for new instance
[17:52:20.230](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:52:20.806](0.034s) not ok 20 - old and new dumps match after pg_upgrade
tap
[17:52:54.032](56.393s) not ok 2 - regression tests pass
[17:52:54.033](0.000s) not ok 3 - primary alive after regression test run
test
[17:54:42.652]  32/351 postgresql:regress / regress/regress                                            ERROR            ...
[17:54:42.652]  31/351 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:54:42.652]  36/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:54:42.652] 134/351 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 31...
assertion
TRAP: failed Assert("false"), File: "../src/backend/access/heap/heapam.c", Line: 8447, PID: 32773
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 33...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 45...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 33...
core
[18:02:50.515] #0  0x00007f4f4a2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:50.515] #1  0x00007f4f4a259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:50.515] #2  0x00007f4f4a244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:50.515] #3  0x000055c90408a305 in ExceptionalCondition (conditionName=conditionName@entry=0x55c9042e3b41 "_bt_pos...
[18:02:50.515] #4  0x000055c9037464c6 in _bt_swap_posting (newitem=newitem@entry=0x55c92a8773f8, oposting=oposting@entry...
[18:02:50.515] #5  0x000055c90374d46c in _bt_insertonpg (rel=rel@entry=0x7f4f3dfd9148, heaprel=heaprel@entry=0x7f4f3e125...
[18:02:50.515] #6  0x000055c90374f1b7 in _bt_doinsert (rel=rel@entry=0x7f4f3dfd9148, itup=itup@entry=0x55c92a876b88, che...
[18:02:50.515] #7  0x000055c90375fdb5 in btinsert (rel=0x7f4f3dfd9148, values=<optimized out>, isnull=<optimized out>, h...
[18:02:50.515] #8  0x000055c90373ddb6 in index_insert (indexRelation=indexRelation@entry=0x7f4f3dfd9148, values=values@e...
[18:02:50.515] #9  0x000055c9039e6e1c in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x55c92a866cb0, slot=s...
core
[18:02:56.194] #0  0x00007f903b6a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:56.194] #1  0x00007f903b659fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:56.194] #2  0x00007f903b644472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:56.194] #3  0x000055cbfdb4a305 in ExceptionalCondition (conditionName=conditionName@entry=0x55cbfdda3b41 "_bt_pos...
[18:02:56.194] #4  0x000055cbfd2064c6 in _bt_swap_posting (newitem=newitem@entry=0x55cc32536e18, oposting=oposting@entry...
[18:02:56.194] #5  0x000055cbfd20d46c in _bt_insertonpg (rel=rel@entry=0x7f9036ce0148, heaprel=heaprel@entry=0x7f9036e2c...
[18:02:56.194] #6  0x000055cbfd20f1b7 in _bt_doinsert (rel=rel@entry=0x7f9036ce0148, itup=itup@entry=0x55cc3251e380, che...
[18:02:56.194] #7  0x000055cbfd21fdb5 in btinsert (rel=0x7f9036ce0148, values=<optimized out>, isnull=<optimized out>, h...
[18:02:56.194] #8  0x000055cbfd1fddb6 in index_insert (indexRelation=indexRelation@entry=0x7f9036ce0148, values=values@e...
[18:02:56.194] #9  0x000055cbfd4a6e1c in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x55cc3251c9a0, slot=s...
core
[18:02:54.884] #0  0x00007fdcf9ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:54.884] #1  0x00007fdcf9c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:54.884] #2  0x00007fdcf9c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:54.884] #3  0x000055a845648305 in ExceptionalCondition (conditionName=conditionName@entry=0x55a8458a1b41 "_bt_pos...
[18:02:54.884] #4  0x000055a844d044c6 in _bt_swap_posting (newitem=newitem@entry=0x55a8651964c0, oposting=oposting@entry...
[18:02:54.884] #5  0x000055a844d0b46c in _bt_insertonpg (rel=rel@entry=0x7fdcedc02f70, heaprel=heaprel@entry=0x7fdcedc01...
[18:02:54.884] #6  0x000055a844d0d1b7 in _bt_doinsert (rel=rel@entry=0x7fdcedc02f70, itup=itup@entry=0x55a865196470, che...
[18:02:54.884] #7  0x000055a844d1ddb5 in btinsert (rel=0x7fdcedc02f70, values=<optimized out>, isnull=<optimized out>, h...
[18:02:54.884] #8  0x000055a844cfbdb6 in index_insert (indexRelation=indexRelation@entry=0x7fdcedc02f70, values=values@e...
[18:02:54.884] #9  0x000055a844e05cd6 in CatalogIndexInsert (indstate=indstate@entry=0x55a865195c10, heapTuple=heapTuple...
core
[18:02:53.565] #0  0x00007fdcf9ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:53.565] #1  0x00007fdcf9c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:53.565] #2  0x00007fdcf9c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:53.565] #3  0x000055a845648305 in ExceptionalCondition (conditionName=conditionName@entry=0x55a8458da0f6 "false",...
[18:02:53.565] #4  0x000055a844cbdf0f in index_delete_sort_cmp (deltid1=deltid1@entry=0x55a86527f7f8, deltid2=deltid2@en...
[18:02:53.565] #5  0x000055a844cbe7c3 in index_delete_sort (delstate=delstate@entry=0x7ffe02b0c060) at ../src/backend/ac...
[18:02:53.565] #6  0x000055a844cd3c05 in heap_index_delete_tuples (rel=0x7fdcedae6340, delstate=0x7ffe02b0c060) at ../sr...
[18:02:53.565] #7  0x000055a844d145c2 in table_index_delete_tuples (delstate=0x7ffe02b0c060, rel=0x7fdcedae6340) at ../s...
[18:02:53.565] #8  _bt_delitems_delete_check (rel=rel@entry=0x7fdcedae6ac0, buf=buf@entry=5262, heapRel=heapRel@entry=0x...
[18:02:53.565] #9  0x000055a844d07c64 in _bt_simpledel_pass (rel=rel@entry=0x7fdcedae6ac0, buffer=buffer@entry=5262, hea...
core
[18:02:52.242] #0  0x00007f01b6aaddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:52.242] #1  0x00007f01b6a5a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:52.242] #2  0x00007f01b6b15284 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:52.242] #3  0x00007f01b6b278dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:52.671] #0  0x00007fdcf9ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[18:02:52.242] #0  <unavailable> in ?? ()
core
[18:02:51.806] #0  0x00007f9d1d8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:51.806] #1  0x00007f9d1d859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:51.806] #2  0x00007f9d1d844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:02:51.806] #3  0x000055ee15538305 in ExceptionalCondition (conditionName=conditionName@entry=0x55ee15791b41 "_bt_pos...
[18:02:51.806] #4  0x000055ee14bf44c6 in _bt_swap_posting (newitem=newitem@entry=0x55ee1f390d78, oposting=oposting@entry...
[18:02:51.806] #5  0x000055ee14bfb46c in _bt_insertonpg (rel=rel@entry=0x7f9d11908148, heaprel=heaprel@entry=0x7f9d119f2...
[18:02:51.806] #6  0x000055ee14bfd1b7 in _bt_doinsert (rel=rel@entry=0x7f9d11908148, itup=itup@entry=0x55ee1f390508, che...
[18:02:51.806] #7  0x000055ee14c0ddb5 in btinsert (rel=0x7f9d11908148, values=<optimized out>, isnull=<optimized out>, h...
[18:02:51.806] #8  0x000055ee14bebdb6 in index_insert (indexRelation=indexRelation@entry=0x7f9d11908148, values=values@e...
[18:02:51.806] #9  0x000055ee14e94e1c in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x55ee1f2e5a50, slot=s...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/lock-update-traversal.out /tmp/cirrus-ci-build/build/testrun/i...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/lock-update-traversal.out	2025-09-29 17:50:13.291897585 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/lock-update-traversal.out	2025-09-29 17:55:37.5980141...
@@ -1,63 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1b s2b s1s s2u s1l s2c s2d1 s1c
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN;
-step s1s: SELECT * FROM foo;
-key|value
----+-----
-  1|    1
-(1 row)
-
-step s2u: UPDATE foo SET value = 2 WHERE key = 1;
-step s1l: SELECT * FROM foo FOR KEY SHARE;
-key|value
----+-----
-  1|    1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:13.560357960 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2025-09-29 17:55:51.73...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/publication.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00...
--- /tmp/cirrus-ci-build/src/test/regress/expected/publication.out	2025-09-29 17:50:13.524296119 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/publication.out	2025-09-29 17:55:52.266054...
@@ -180,1822 +180,10 @@
 -- should be able to set table to schema publication
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:13.560357960 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2025-09-29 17:56:51....
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:13.496248020 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/maintain_every.out	2025-09-29 17:56:51.2...
@@ -9,25 +9,10 @@
 CREATE TEMP TABLE past_inh_db_parent () ON COMMIT DELETE ROWS;
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:13.560357960 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_parallel.out	2025-09-29 17:55:50.682049579 +0000
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/publication.out /tmp/cirrus-ci-build/build/testrun/regress/regre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/publication.out	2025-09-29 17:50:13.524296119 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/publication.out	2025-09-29 17:55:51.314051525 +0000
@@ -59,1943 +59,10 @@
 --- adding tables
...
tap
[17:55:54.068](54.706s) not ok 5 - regression tests pass
[17:56:09.898](6.948s) not ok 16 - run of pg_upgrade for new instance
[17:56:09.899](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:56:10.625](0.047s) not ok 20 - old and new dumps match after pg_upgrade
tap
[17:56:53.349](49.318s) not ok 2 - regression tests pass
[17:56:53.349](0.000s) not ok 3 - primary alive after regression test run
test
[18:00:20.575]  21/352 postgresql:regress / regress/regress                                            ERROR            ...
[18:00:20.575]  25/352 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:00:20.575]  64/352 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[18:00:20.575]  14/352 postgresql:isolation / isolation/isolation                                      ERROR           1...
FreeBSD - Meson
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 37...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 60...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 78...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 60...
core
[17:59:40.837] #0  0x000000082acac1ba in thr_kill () from /lib/libc.so.7
[17:59:40.837] #1  0x000000082ac255d4 in raise () from /lib/libc.so.7
[17:59:40.837] #2  0x000000082acd8b59 in abort () from /lib/libc.so.7
[17:59:40.837] #3  0x0000000000ac9225 in ExceptionalCondition (conditionName=0x3784c3 "_bt_posting_valid(nposting)", fil...
[17:59:40.837] #4  0x0000000000631e23 in _bt_swap_posting (newitem=0x127c1b05b778, oposting=oposting@entry=0x835e91550, ...
[17:59:40.837] #5  0x00000000006335fc in _bt_insertonpg (rel=rel@entry=0x127c1b0703a0, heaprel=heaprel@entry=0x127c1b06d...
[17:59:40.837] #6  0x0000000000632e95 in _bt_doinsert (rel=rel@entry=0x127c1b0703a0, itup=itup@entry=0x127c1b05b748, che...
[17:59:40.837] #7  0x000000000063fadb in btinsert (rel=0x127c1b0703a0, values=<optimized out>, isnull=<optimized out>, h...
[17:59:40.837] #8  0x00000000006ba70d in CatalogIndexInsert (indstate=indstate@entry=0x127c1b05b0a8, heapTuple=heapTuple...
[17:59:40.837] #9  0x00000000006ba9b9 in CatalogTuplesMultiInsertWithInfo (heapRel=heapRel@entry=0x127c1b06d338, slot=sl...
core
[17:59:41.756] #0  0x000000082d3121ba in thr_kill () from /lib/libc.so.7
[17:59:41.756] #1  0x000000082d28b5d4 in raise () from /lib/libc.so.7
[17:59:41.756] #2  0x000000082d33eb59 in abort () from /lib/libc.so.7
[17:59:41.756] #3  0x0000000000ac9225 in ExceptionalCondition (conditionName=0x3784c3 "_bt_posting_valid(nposting)", fil...
[17:59:41.756] #4  0x0000000000631e23 in _bt_swap_posting (newitem=0x3b2b1489b2b8, oposting=oposting@entry=0x836a3ccc8, ...
[17:59:41.756] #5  0x00000000006335fc in _bt_insertonpg (rel=rel@entry=0x3b2b14858ec8, heaprel=heaprel@entry=0x3b2b1483c...
[17:59:41.756] #6  0x0000000000632e95 in _bt_doinsert (rel=rel@entry=0x3b2b14858ec8, itup=itup@entry=0x3b2b1482ad40, che...
[17:59:41.756] #7  0x000000000063fadb in btinsert (rel=0x3b2b14858ec8, values=<optimized out>, isnull=<optimized out>, h...
[17:59:41.756] #8  0x000000000078d13c in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x3b2b1482a610, slot=s...
[17:59:41.756] #9  0x00000000007c6a87 in ExecInsert (context=context@entry=0x820e8b3e0, resultRelInfo=resultRelInfo@entr...
core
[17:59:41.435] #0  0x000000082c74e1ba in thr_kill () from /lib/libc.so.7
[17:59:41.435] #1  0x000000082c6c75d4 in raise () from /lib/libc.so.7
[17:59:41.435] #2  0x000000082c77ab59 in abort () from /lib/libc.so.7
[17:59:41.435] #3  0x0000000000ac9225 in ExceptionalCondition (conditionName=0x3784c3 "_bt_posting_valid(nposting)", fil...
[17:59:41.435] #4  0x0000000000631e23 in _bt_swap_posting (newitem=0x10d8f784bd60, oposting=oposting@entry=0x83eb5acc8, ...
[17:59:41.435] #5  0x00000000006335fc in _bt_insertonpg (rel=rel@entry=0x10d8f7870908, heaprel=heaprel@entry=0x10d8f7854...
[17:59:41.435] #6  0x0000000000632e95 in _bt_doinsert (rel=rel@entry=0x10d8f7870908, itup=itup@entry=0x10d8f784cff0, che...
[17:59:41.435] #7  0x000000000063fadb in btinsert (rel=0x10d8f7870908, values=<optimized out>, isnull=<optimized out>, h...
[17:59:41.435] #8  0x000000000078d13c in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x10d8f784b610, slot=s...
[17:59:41.435] #9  0x00000000007c6a87 in ExecInsert (context=context@entry=0x82194c720, resultRelInfo=resultRelInfo@entr...
core
[17:59:41.132] #0  0x000000082b3191ba in thr_kill () from /lib/libc.so.7
[17:59:41.132] #1  0x000000082b2925d4 in raise () from /lib/libc.so.7
[17:59:41.132] #2  0x000000082b345b59 in abort () from /lib/libc.so.7
[17:59:41.132] #3  0x0000000000ac9225 in ExceptionalCondition (conditionName=0x3784c3 "_bt_posting_valid(nposting)", fil...
[17:59:41.132] #4  0x0000000000631e23 in _bt_swap_posting (newitem=0x98132e97d60, oposting=oposting@entry=0x838114cc8, p...
[17:59:41.132] #5  0x00000000006335fc in _bt_insertonpg (rel=rel@entry=0x98133651848, heaprel=heaprel@entry=0x9813364a77...
[17:59:41.132] #6  0x0000000000632e95 in _bt_doinsert (rel=rel@entry=0x98133651848, itup=itup@entry=0x98132e98ff0, check...
[17:59:41.132] #7  0x000000000063fadb in btinsert (rel=0x98133651848, values=<optimized out>, isnull=<optimized out>, ht...
[17:59:41.132] #8  0x000000000078d13c in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x98132e97610, slot=sl...
[17:59:41.132] #9  0x00000000007c6a87 in ExecInsert (context=context@entry=0x820f3f010, resultRelInfo=resultRelInfo@entr...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out	2025-09-29 17:50:10.868190000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out	2025-09-29 17:53:14.135220000 +0000
@@ -77,201 +77,6 @@
 
 
 starting permutation: s1_insert_p s1_insert_c s2_insert_c s2_update_c s1_select_p s1_select_c s2_select_p s2_select_c
-step s1_insert_p: INSERT INTO inh_parent VALUES (1), (2);
-step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4);
-step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6);
-step s2_update_c: UPDATE inh_parent SET a = 15 WHERE a IN (3, 5);
-step s1_select_p: SELECT a FROM inh_parent;
-a
--
-1
-2
-3
-4
-(4 rows)
-
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:11.081836000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2025-09-29 17:54:17.10...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade...
--- /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:11.032822000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out	2025-09-29 17:54:17.143...
@@ -1,33 +1,3 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:11.081836000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2025-09-29 17:55:14....
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out /tmp/cirrus-ci-build/build/testrun/recovery/0...
--- /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:11.032822000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/maintain_every.out	2025-09-29 17:55:14.9...
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:11.081836000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/vacuum_parallel.out	2025-09-29 17:54:19.889743000 +0000
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out /tmp/cirrus-ci-build/build/testrun/regress/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:11.032822000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/maintain_every.out	2025-09-29 17:54:19.904636000 +0000
@@ -1,33 +1,2 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
tap
[17:54:18.174](139.571s) not ok 5 - regression tests pass
[17:54:47.693](14.476s) not ok 16 - run of pg_upgrade for new instance
[17:54:47.693](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:54:49.559](0.025s) not ok 20 - old and new dumps match after pg_upgrade
tap
[17:55:16.587](150.344s) not ok 2 - regression tests pass
[17:55:16.588](0.000s) not ok 3 - primary alive after regression test run
test
[17:57:12.733]  44/351 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:57:12.733] 118/351 postgresql:regress / regress/regress                                            ERROR           1...
[17:57:12.733] 116/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[17:57:12.733] 194/351 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "nbtdedup.c", Line: 1068, PID: 43644
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "nbtdedup.c", Line: 1068, PID: 33275
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "nbtdedup.c", Line: 1068, PID: 30712
core
[18:00:52.521] #0  0x00007ff77e8aaeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:52.521] #1  0x00007ff77e85bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:52.521] #2  0x00007ff77e846472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:52.521] #3  0x000055dae5f100a7 in ExceptionalCondition (conditionName=conditionName@entry=0x55dae6029b00 "_bt_pos...
[18:00:52.521] #4  0x000055dae52ae96c in _bt_swap_posting (newitem=newitem@entry=0x625000068610, oposting=oposting@entry...
[18:00:52.521] #5  0x000055dae52b6c1d in _bt_insertonpg (rel=rel@entry=0x7ff77b3f0760, heaprel=heaprel@entry=0x7ff77b3ef...
[18:00:52.521] #6  0x000055dae52b8f73 in _bt_doinsert (rel=rel@entry=0x7ff77b3f0760, itup=itup@entry=0x6250000685c0, che...
[18:00:52.521] #7  0x000055dae52cc1dd in btinsert (rel=0x7ff77b3f0760, values=<optimized out>, isnull=<optimized out>, h...
[18:00:52.521] #8  0x000055dae52a5c4a in index_insert (indexRelation=indexRelation@entry=0x7ff77b3f0760, values=values@e...
[18:00:52.521] #9  0x000055dae53f69cd in CatalogIndexInsert (indstate=indstate@entry=0x625000067d60, heapTuple=heapTuple...
core
[18:00:53.755] #0  0x00007fce28eaaeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:53.755] #1  0x00007fce28e5bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:53.755] #2  0x00007fce28e46472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:53.755] #3  0x0000556a102fa0a7 in ExceptionalCondition (conditionName=conditionName@entry=0x556a10413b00 "_bt_pos...
[18:00:53.755] #4  0x0000556a0f69896c in _bt_swap_posting (newitem=newitem@entry=0x6250000bedb8, oposting=oposting@entry...
[18:00:53.755] #5  0x0000556a0f6a0c1d in _bt_insertonpg (rel=rel@entry=0x7fce1b5b9938, heaprel=heaprel@entry=0x7fce25b75...
[18:00:53.755] #6  0x0000556a0f6a2f73 in _bt_doinsert (rel=rel@entry=0x7fce1b5b9938, itup=itup@entry=0x6250000be548, che...
[18:00:53.755] #7  0x0000556a0f6b61dd in btinsert (rel=0x7fce1b5b9938, values=<optimized out>, isnull=<optimized out>, h...
[18:00:53.755] #8  0x0000556a0f68fc4a in index_insert (indexRelation=indexRelation@entry=0x7fce1b5b9938, values=values@e...
[18:00:53.755] #9  0x0000556a0fa9d731 in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x625000064710, slot=s...
core
[18:00:51.295] #0  0x00007f9baf3daeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:51.295] #1  0x00007f9baf38bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:51.295] #2  0x00007f9baf376472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[18:00:51.295] #3  0x0000560a74c4f0a7 in ExceptionalCondition (conditionName=conditionName@entry=0x560a74d68b00 "_bt_pos...
[18:00:51.295] #4  0x0000560a73fed96c in _bt_swap_posting (newitem=newitem@entry=0x6250000bedb8, oposting=oposting@entry...
[18:00:51.295] #5  0x0000560a73ff5c1d in _bt_insertonpg (rel=rel@entry=0x7f9ba1e9a938, heaprel=heaprel@entry=0x7f9bac097...
[18:00:51.295] #6  0x0000560a73ff7f73 in _bt_doinsert (rel=rel@entry=0x7f9ba1e9a938, itup=itup@entry=0x6250000be548, che...
[18:00:51.295] #7  0x0000560a7400b1dd in btinsert (rel=0x7f9ba1e9a938, values=<optimized out>, isnull=<optimized out>, h...
[18:00:51.295] #8  0x0000560a73fe4c4a in index_insert (indexRelation=indexRelation@entry=0x7f9ba1e9a938, values=values@e...
[18:00:51.295] #9  0x0000560a743f2731 in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x625000061f10, slot=s...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:02.549099069 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/vacuum_parallel.out	2025-09-29 17:57:41.552319473 +0000
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/publication.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec...
--- /tmp/cirrus-ci-build/src/test/regress/expected/publication.out	2025-09-29 17:50:02.517099068 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/publication.out	2025-09-29 17:57:42.320318876 +0000
@@ -1,2001 +1,3 @@
---
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/lock-update-traversal.out /tmp/cirrus-ci-build/src/test/isolat...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/lock-update-traversal.out	2025-09-29 17:50:02.297099060 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/lock-update-traversal.out	2025-09-29 17:56:00.100408514 +...
@@ -1,63 +1,6 @@
 Parsed test spec with 2 sessions
 
 starting permutation: s1b s2b s1s s2u s1l s2c s2d1 s1c
-step s1b: BEGIN ISOLATION LEVEL REPEATABLE READ;
-step s2b: BEGIN;
-step s1s: SELECT * FROM foo;
-key|value
----+-----
-  1|    1
-(1 row)
-
-step s2u: UPDATE foo SET value = 2 WHERE key = 1;
-step s1l: SELECT * FROM foo FOR KEY SHARE;
-key|value
----+-----
-  1|    1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:02.549099069 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/vacuum_parallel.out	2025-09-29 17:55:41.216429251 +0000
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/publication.out /tmp/cirrus-ci-build/src/test/regress/results/pu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/publication.out	2025-09-29 17:50:02.517099068 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/publication.out	2025-09-29 17:55:41.964428386 +0000
@@ -60,1942 +60,10 @@
 CREATE SCHEMA pub_test;
...
tap
[17:57:45.166](98.204s) not ok 5 - regression tests pass
[17:58:06.069](5.941s) not ok 16 - run of pg_upgrade for new instance
[17:58:06.069](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:58:06.874](0.034s) not ok 20 - old and new dumps match after pg_upgrade
NetBSD - Meson
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 27...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 10...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 58...
assertion
TRAP: failed Assert("_bt_posting_valid(nposting)"), File: "../src/backend/access/nbtree/nbtdedup.c", Line: 1068, PID: 67...
core
[17:58:11.147] #0  0x000074dc4637e74a in _lwp_kill () from /usr/lib/libc.so.12
[17:58:11.147] #1  0x000074dc46383f00 in abort () from /usr/lib/libc.so.12
[17:58:11.147] #2  0x000000000091e9b0 in ExceptionalCondition (conditionName=conditionName@entry=0xab04d1 "_bt_posting_v...
[17:58:11.147] #3  0x000000000050e9b2 in _bt_swap_posting (newitem=newitem@entry=0x74dc4ae6aeb8, oposting=oposting@entry...
[17:58:11.147] #4  0x0000000000511878 in _bt_insertonpg (rel=0x74dc4aab6e78, heaprel=0x74dc4aec8250, itup_key=0x74dc4ae6...
[17:58:11.147] #5  0x0000000000513614 in _bt_doinsert (rel=rel@entry=0x74dc4aab6e78, itup=itup@entry=0x74dc4ae4aff0, che...
[17:58:11.147] #6  0x000000000051c0a0 in btinsert (rel=0x74dc4aab6e78, values=<optimized out>, isnull=<optimized out>, h...
[17:58:11.147] #7  0x000000000063bfa5 in ExecInsertIndexTuples (resultRelInfo=resultRelInfo@entry=0x74dc4ae49610, slot=s...
[17:58:11.147] #8  0x000000000066e234 in ExecInsert (context=context@entry=0x7f7fff415c30, resultRelInfo=resultRelInfo@e...
[17:58:11.147] #9  0x000000000066fca4 in ExecModifyTable (pstate=0x74dc4ae49400) at ../src/backend/executor/nodeModifyTa...
regress
diff -U3 /home/postgres/postgres/src/test/isolation/expected/lock-update-delete.out /home/postgres/postgres/build/testru...
--- /home/postgres/postgres/src/test/isolation/expected/lock-update-delete.out	2025-09-29 17:50:20.265671006 +0000
+++ /home/postgres/postgres/build/testrun/isolation/isolation/results/lock-update-delete.out	2025-09-29 17:53:20.0936543...
@@ -71,215 +71,4 @@
 step s2c: COMMIT;
 
 starting permutation: s2b s1l s2u s2_blocker1 s2_unlock s2r
-pg_advisory_lock
-----------------
-                
-(1 row)
-
-step s2b: BEGIN;
-step s1l: SELECT * FROM foo WHERE pg_advisory_xact_lock(0) IS NOT NULL AND key = 1 FOR KEY SHARE; <waiting ...>
-step s2u: UPDATE foo SET value = 2 WHERE key = 1;
-step s2_blocker1: DELETE FROM foo;
-step s2_unlock: SELECT pg_advisory_unlock(0);
-pg_advisory_unlock
-------------------
-t                 
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/vacuum_parallel.out /home/postgres/postgres/build/testrun/pg_...
--- /home/postgres/postgres/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:21.845165721 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out	2025-09-29 17:53:38...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /home/postgres/postgres/src/test/regress/expected/maintain_every.out /home/postgres/postgres/build/testrun/pg_u...
--- /home/postgres/postgres/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:21.679322144 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out	2025-09-29 17:53:38....
@@ -1,33 +1 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/vacuum_parallel.out /home/postgres/postgres/build/testrun/rec...
--- /home/postgres/postgres/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:21.845165721 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/vacuum_parallel.out	2025-09-29 17:54:...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /home/postgres/postgres/src/test/regress/expected/maintain_every.out /home/postgres/postgres/build/testrun/reco...
--- /home/postgres/postgres/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:21.679322144 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/maintain_every.out	2025-09-29 17:54:2...
@@ -1,33 +1,6 @@
--- Test maintenance commands that visit every eligible relation.  Run as a
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/vacuum_parallel.out /home/postgres/postgres/build/testrun/reg...
--- /home/postgres/postgres/src/test/regress/expected/vacuum_parallel.out	2025-09-29 17:50:21.845165721 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/vacuum_parallel.out	2025-09-29 17:53:37.398620475 +000...
@@ -43,7 +43,7 @@
 -- Since vacuum_in_leader_small_index uses deduplication, we expect an
 -- assertion failure with bug #17245 (in the absence of bugfix):
 INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i;
-RESET max_parallel_maintenance_workers;
-RESET min_parallel_index_scan_size;
--- Deliberately don't drop table, to get further coverage from tools like
--- pg_amcheck in some testing scenarios
+server closed the connection unexpectedly
+	This probably means the server terminated abnormally
+	before or while processing the request.
+connection to server was lost
diff -U3 /home/postgres/postgres/src/test/regress/expected/maintain_every.out /home/postgres/postgres/build/testrun/regr...
--- /home/postgres/postgres/src/test/regress/expected/maintain_every.out	2025-09-29 17:50:21.679322144 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/maintain_every.out	2025-09-29 17:53:37.466079272 +0000
@@ -1,33 +1,10 @@
 -- Test maintenance commands that visit every eligible relation.  Run as a
...
tap
[17:53:40.752](63.957s) not ok 5 - regression tests pass
[17:54:05.384](5.189s) not ok 16 - run of pg_upgrade for new instance
[17:54:05.385](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[17:54:06.032](0.040s) not ok 20 - old and new dumps match after pg_upgrade
tap
[17:54:26.467](79.519s) not ok 2 - regression tests pass
[17:54:26.468](0.000s) not ok 3 - primary alive after regression test run
test
[17:55:48.073]  41/350 postgresql:isolation / isolation/isolation                                      ERROR            ...
[17:55:48.073]  63/350 postgresql:regress / regress/regress                                            ERROR            ...
[17:55:48.073]  75/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[17:55:48.073] 191/350 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
56/6044 PostgreSQL crashes with ThreadSanitizer during early initialization
CompilerWarnings
compiler
[00:07:13.530] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss...
compiler
[00:07:05.806] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss...
compiler
[00:06:34.097] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...
compiler
[00:06:26.852] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...
compiler
[00:07:36.456] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...
55/5553 starjoin join order planning
Windows - Server 2019, MinGW64 - Meson
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-09-28 10:13:28.323194300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-09-28 10:16:52.544852700 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:28.323194300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-09-28 10:19:41.951350800 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:28.323194300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/sysviews.out	2025-09-28 10:16:49.295797200 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:17:22.127](62.381s) not ok 5 - regression tests pass
tap
[10:20:16.744](70.721s) not ok 2 - regression tests pass
tap
[10:28:00.077](1.383s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:28:23.771]   6/348 postgresql:regress / regress/regress                                            ERROR            ...
[10:28:23.771]   9/348 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:28:23.771]  46/348 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:28:23.771] 329/348 postgresql:test_misc / test_misc/003_check_guc                                  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-09-28 10:13:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-09-28 10:14:43
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-09-28 10:15:25
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/sysviews.out	2025-09-28 10:14:43
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:14:59.366](33.830s) not ok 5 - regression tests pass
tap
[10:15:53.197](49.018s) not ok 2 - regression tests pass
tap
[10:17:30.452](0.581s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:17:43.646]  11/351 postgresql:regress / regress/regress                                            ERROR            ...
[10:17:43.646]  25/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:17:43.646] 114/351 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[10:17:43.646] 326/351 postgresql:test_misc / test_misc/003_check_guc                                  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-09-28 10:13:14.757860800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-09-28 10:16:45.081367100 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:14.757860800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-09-28 10:19:34.901607700 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:14.757860800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/sysviews.out	2025-09-28 10:16:40.184863500 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:17:45.608](124.507s) not ok 5 - regression tests pass
tap
[10:20:41.312](145.660s) not ok 2 - regression tests pass
tap
[10:27:17.207](2.485s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:28:05.034]   8/345 postgresql:regress / regress/regress                                            ERROR           1...
[10:28:05.034]  18/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:28:05.034]  78/345 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[10:28:05.034] 321/345 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
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-09-28 10:13:10.754053861 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-09-28 10:15:34.761821969...
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:10.754053861 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-09-28 10:16:54.2663809...
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:10.754053861 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2025-09-28 10:15:31.561785896 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:16:16.829](82.777s) not ok 5 - regression tests pass
tap
[10:17:38.621](83.480s) not ok 2 - regression tests pass
tap
[10:20:42.392](2.051s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:21:02.040]  14/352 postgresql:regress / regress/regress                                            ERROR            ...
[10:21:02.040]  33/352 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:21:02.040] 107/352 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[10:21:02.040] 328/352 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
OpenBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/sysviews.out /home/postgres/postgres/build/testrun/pg_upgrade...
--- /home/postgres/postgres/src/test/regress/expected/sysviews.out	Sun Sep 28 10:13:32 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	Sun Sep 28 10:15:59 2025
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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 /home/postgres/postgres/src/test/regress/expected/sysviews.out /home/postgres/postgres/build/testrun/recovery/0...
--- /home/postgres/postgres/src/test/regress/expected/sysviews.out	Sun Sep 28 10:13:32 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	Sun Sep 28 10:17:57 2025
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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 /home/postgres/postgres/src/test/regress/expected/sysviews.out /home/postgres/postgres/build/testrun/regress/re...
--- /home/postgres/postgres/src/test/regress/expected/sysviews.out	Sun Sep 28 10:13:32 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/sysviews.out	Sun Sep 28 10:15:52 2025
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:17:10.273](123.545s) not ok 5 - regression tests pass
tap
[10:19:33.125](187.332s) not ok 2 - regression tests pass
tap
[10:22:03.502](0.823s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:22:28.601]  19/350 postgresql:regress / regress/regress                                            ERROR           1...
[10:22:28.601]  46/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[10:22:28.601] 192/350 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
[10:22:28.601] 325/350 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
NetBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/sysviews.out /home/postgres/postgres/build/testrun/pg_upgrade...
--- /home/postgres/postgres/src/test/regress/expected/sysviews.out	2025-09-28 10:13:36.746320810 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-09-28 10:15:10.196011...
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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 /home/postgres/postgres/src/test/regress/expected/sysviews.out /home/postgres/postgres/build/testrun/recovery/0...
--- /home/postgres/postgres/src/test/regress/expected/sysviews.out	2025-09-28 10:13:36.746320810 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-09-28 10:15:47.4408...
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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 /home/postgres/postgres/src/test/regress/expected/sysviews.out /home/postgres/postgres/build/testrun/regress/re...
--- /home/postgres/postgres/src/test/regress/expected/sysviews.out	2025-09-28 10:13:36.746320810 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/sysviews.out	2025-09-28 10:15:07.567883433 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:15:59.252](85.174s) not ok 5 - regression tests pass
tap
[10:16:39.520](98.074s) not ok 2 - regression tests pass
tap
[10:17:28.443](0.228s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:17:39.758]  42/350 postgresql:regress / regress/regress                                            ERROR            ...
[10:17:39.758] 157/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:17:39.758] 217/350 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
[10:17:39.758] 327/350 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
FreeBSD - Meson
core
[10:22:25.175] #0  0x000000082a3a375a in _sigprocmask () from /lib/libc.so.7
[10:22:25.175] #1  0x000000082a3e0a7f in _system () from /lib/libc.so.7
[10:22:25.175] #2  0x00000008288728a3 in ?? () from /lib/libthr.so.3
[10:22:25.175] #3  0x000000000068a4a7 in RestoreArchivedFile (path=path@entry=0x8218831e0 "pg_wal/00000001", '0' <repeat...
[10:22:25.175] #4  0x0000000000671658 in existsTimeLineHistory (probeTLI=probeTLI@entry=2) at ../src/backend/access/tran...
[10:22:25.175] #5  0x0000000000671718 in findNewestTimeLine (startTLI=startTLI@entry=1) at ../src/backend/access/transam...
[10:22:25.175] #6  0x00000000006959ab in rescanLatestTimeLine (replayTLI=replayTLI@entry=1, replayLSN=replayLSN@entry=83...
[10:22:25.175] #7  0x0000000000691b23 in WaitForWALToBecomeAvailable (RecPtr=83886104, tliRecPtr=83886080, replayTLI=1, ...
[10:22:25.175] #8  XLogPageRead (xlogreader=0x364c5d61d0a0, targetPagePtr=83886080, reqLen=24, targetRecPtr=83886080, re...
[10:22:25.175] #9  0x000000000069896a in ReadPageInternal (state=0x364c5d61d0a0, pageptr=pageptr@entry=83886080, reqLen=...
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-09-28 10:13:11.489126000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out	2025-09-28 10:15:23.032319000...
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:11.489126000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out	2025-09-28 10:16:38.2948180...
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:11.489126000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out	2025-09-28 10:15:18.671901000 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:17:30.908](212.731s) not ok 5 - regression tests pass
tap
[10:18:32.993](227.524s) not ok 2 - regression tests pass
tap
[10:19:46.981](1.678s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[10:20:03.143]  56/351 postgresql:regress / regress/regress                                            ERROR           2...
[10:20:03.143] 187/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[10:20:03.143] 330/351 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
[10:20:03.143] 259/351 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
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-09-28 10:13:14.468557647 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out	2025-09-28 10:18:32.784332928 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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-09-28 10:13:14.468557647 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/sysviews.out	2025-09-28 10:16:02.508187489 +0000
@@ -171,8 +171,9 @@
  enable_self_join_elimination   | on
  enable_seqscan                 | on
  enable_sort                    | on
+ enable_starjoin_join_search    | off
  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
[10:19:14.304](109.459s) not ok 5 - regression tests pass
tap
[10:17:12.493](0.870s) not ok 1 - no parameters missing from postgresql.conf.sample
56/6061 MPTCP - multiplexing many TCP connections through one socket to get better bandwidth
CompilerWarnings
compiler
[21:54:26.025] pqcomm.c:557:52: error: ‘IPPROTO_MPTCP’ undeclared (first use in this function); did you mean ‘IPPROTO_TC...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:51:51.265] ../src/interfaces/libpq/fe-connect.c(3337): error C2065: 'IPPROTO_MPTCP': undeclared identifier
Linux - Debian Bookworm - Meson
tap
[21:58:43.262](2.006s) not ok 1 - no parameters missing from postgresql.conf.sample
test
[21:59:01.514] 330/352 postgresql:test_misc / test_misc/003_check_guc                                  ERROR            ...
Linux - Debian Bookworm - Autoconf
tap
[21:56:59.491](1.124s) not ok 1 - no parameters missing from postgresql.conf.sample
55/5326 Parallel heap vacuum
Windows - Server 2019, MinGW64 - Meson
tap
[21:43:55.434](0.001s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
test
[21:50:27.528] 157/348 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/5958 Per backend relation statistics tracking
FreeBSD - Meson
core
[15:05:16.667] #0  0x000013b29f3cb75a in ?? () from /libexec/ld-elf.so.1
[15:05:16.667] #1  0x000013b29f3c57fc in ?? () from /libexec/ld-elf.so.1
[15:05:16.667] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-09-21 14:54:40.849127000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2025-09-21 14:59:32.177727000 +0...
@@ -243,7 +243,7 @@
 SELECT :seq_scan_after > :seq_scan_before;
  ?column? 
 ----------
- t
+ f
 (1 row)
 
 ----
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-09-21 14:54:40.849127000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats.out	2025-09-21 14:59:40.759008000 +0000
@@ -243,7 +243,7 @@
 SELECT :seq_scan_after > :seq_scan_before;
  ?column? 
 ----------
- t
+ f
 (1 row)
 
 ----
tap
[14:59:50.157](216.564s) not ok 5 - regression tests pass
test
[15:02:44.747] 171/350 postgresql:regress / regress/regress                                            ERROR           2...
[15:02:44.747] 175/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
55/5923 Let plan_cache_mode to be a little less strict
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/plancache.out	2025-09-21 14:42:11.892752900 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	2025-09-21 14:46:21.781833200 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/plancache.out	2025-09-21 14:42:11.892752900 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/plancache.out	2025-09-21 14:49:04.523467100 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/plancache.out	2025-09-21 14:42:11.892752900 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/plancache.out	2025-09-21 14:46:16.015723100 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:46:43.167](124.658s) not ok 5 - regression tests pass
tap
[14:49:28.319](131.332s) not ok 2 - regression tests pass
test
[14:57:07.131]  14/344 postgresql:regress / regress/regress                                            ERROR           1...
[14:57:07.131]  17/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:57:07.131]  62/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Windows - Server 2019, MinGW64 - Meson
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/plancache.out	2025-09-21 14:42:19.095412100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	2025-09-21 14:45:05.939052300 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/plancache.out	2025-09-21 14:42:19.095412100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/plancache.out	2025-09-21 14:47:52.596328300 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plancache.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/plancache.out	2025-09-21 14:42:19.095412100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/plancache.out	2025-09-21 14:45:02.618565300 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:45:16.652](58.419s) not ok 5 - regression tests pass
tap
[14:48:05.952](64.948s) not ok 2 - regression tests pass
test
[14:55:58.848]   8/347 postgresql:regress / regress/regress                                            ERROR            ...
[14:55:58.848]   9/347 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:55:58.848]  46/347 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:08.521558840 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	2025-09-21 14:44:40.13690589...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:08.521558840 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plancache.out	2025-09-21 14:46:02.280856...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:08.521558840 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plancache.out	2025-09-21 14:44:36.960907676 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:44:56.393](83.589s) not ok 5 - regression tests pass
tap
[14:46:19.128](84.266s) not ok 2 - regression tests pass
test
[14:49:33.298]  27/351 postgresql:regress / regress/regress                                            ERROR            ...
[14:49:33.298]  33/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:49:33.298] 112/351 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plancache.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/plancache.out	2025-09-21 14:41:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	2025-09-21 14:42:42
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plancache.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/plancache.out	2025-09-21 14:41:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/plancache.out	2025-09-21 14:43:32
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plancache.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/plancache.out	2025-09-21 14:41:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/plancache.out	2025-09-21 14:42:45
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:42:49.177](32.480s) not ok 5 - regression tests pass
tap
[14:43:44.096](49.696s) not ok 2 - regression tests pass
test
[14:45:27.067]  24/350 postgresql:regress / regress/regress                                            ERROR            ...
[14:45:27.067]  25/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[14:45:27.067] 133/350 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
OpenBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/pg_upgrad...
--- /home/postgres/postgres/src/test/regress/expected/plancache.out	Sun Sep 21 14:42:19 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	Sun Sep 21 14:45:13 2025
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/recovery/...
--- /home/postgres/postgres/src/test/regress/expected/plancache.out	Sun Sep 21 14:42:19 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/plancache.out	Sun Sep 21 14:47:24 202...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/regress/r...
--- /home/postgres/postgres/src/test/regress/expected/plancache.out	Sun Sep 21 14:42:19 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/plancache.out	Sun Sep 21 14:45:05 2025
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:45:45.394](118.337s) not ok 5 - regression tests pass
tap
[14:48:06.171](184.266s) not ok 2 - regression tests pass
test
[14:50:54.507]  36/349 postgresql:regress / regress/regress                                            ERROR           1...
[14:50:54.507]  45/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[14:50:54.507] 191/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
NetBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/pg_upgrad...
--- /home/postgres/postgres/src/test/regress/expected/plancache.out	2025-09-21 14:42:32.514033719 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	2025-09-21 14:44:39.43163...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/recovery/...
--- /home/postgres/postgres/src/test/regress/expected/plancache.out	2025-09-21 14:42:32.514033719 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/plancache.out	2025-09-21 14:45:21.700...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/plancache.out /home/postgres/postgres/build/testrun/regress/r...
--- /home/postgres/postgres/src/test/regress/expected/plancache.out	2025-09-21 14:42:32.514033719 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/plancache.out	2025-09-21 14:44:45.016096313 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:45:03.284](95.109s) not ok 5 - regression tests pass
tap
[14:45:43.645](106.323s) not ok 2 - regression tests pass
test
[14:46:54.835] 135/349 postgresql:regress / regress/regress                                            ERROR            ...
[14:46:54.835] 156/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[14:46:54.835] 210/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
core
[14:54:33.347] #0  0x00007f467542e202 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #1  0x00007f4675426b85 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #2  0x00007f467548b057 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #3  0x00007f4675425b79 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #4  0x00007f467542fcbe in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #5  0x00007f467542f38c in setlocale () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #6  0x000056161aed99dd in ?? ()
[14:54:33.347] #7  0x00007f467542424a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #8  0x00007f4675424305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.347] #9  0x000056161aeda171 in ?? ()
core
[14:54:33.230] #0  0x00007fdfb423abd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.230] #1  0x0000563d2e044cc0 in ?? ()
[14:54:33.230] #2  0x0000563d2e044efa in ?? ()
[14:54:33.230] #3  0x0000563d2e046630 in ?? ()
[14:54:33.230] #4  0x0000563d2e040371 in ?? ()
[14:54:33.230] #5  0x0000563d2e03f20f in ?? ()
[14:54:33.230] #6  0x0000563d2e03fc3b in ?? ()
[14:54:33.230] #7  0x0000563d2e03d66f in ?? ()
[14:54:33.230] #8  0x00007fdfb418e24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[14:54:33.230] #9  0x00007fdfb418e305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:10.438086034 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/plancache.out	2025-09-21 14:48:25.668376845 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:10.438086034 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/plancache.out	2025-09-21 14:50:10.039842337 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/src/test/regress/results/plan...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:10.438086034 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/plancache.out	2025-09-21 14:45:34.028107312 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:48:56.008](147.138s) not ok 5 - regression tests pass
tap
[14:50:26.721](80.444s) not ok 2 - regression tests pass
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:07.689551000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out	2025-09-21 14:45:30.76085500...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:07.689551000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plancache.out	2025-09-21 14:46:47.984727...
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out	2025-09-21 14:42:07.689551000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plancache.out	2025-09-21 14:45:42.081847000 +0000
@@ -398,3 +398,36 @@
 (1 row)
 
 drop table test_mode;
+-- Check the interference between plan_cache_mode and cursor_options
+-- EXPLAIN (COSTS OFF, GENERIC_PLAN)
+SELECT prepare_spi_plan(NULL, NULL, NULL); -- ERROR
+ERROR:  query text cannot be null
+SELECT prepare_spi_plan(
+  'EXPLAIN (COSTS OFF) SELECT * FROM pcachetest WHERE q1 = $1',
+  NULL, 'integer') AS p1 \gset
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = $2',
+  NULL, 'integer', NULL); --ERROR
+ERROR:  type name cannot be NULL
+SELECT prepare_spi_plan(
+  'SELECT * FROM pcachetest WHERE q1 = $1 OR q1 = 3',
...
tap
[14:46:18.618](207.230s) not ok 5 - regression tests pass
tap
[14:47:29.108](232.597s) not ok 2 - regression tests pass
test
[14:48:55.148] 158/350 postgresql:regress / regress/regress                                            ERROR           2...
[14:48:55.148] 178/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[14:48:55.148] 267/350 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
55/5952 Speed up COPY FROM text/CSV parsing using SIMD
CompilerWarnings
compiler
[14:34:59.510] /usr/lib/gcc/x86_64-linux-gnu/12/include/emmintrin.h:1323:21: error: ‘match’ may be used uninitialized [-...
compiler
[14:34:52.506] /usr/lib/gcc/x86_64-linux-gnu/12/include/emmintrin.h:1323:21: error: ‘match’ may be used uninitialized [-...
compiler
[14:36:15.891] /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/emmintrin.h:1323:21: error: ‘match’ may be used uninitia...
55/5892 parallel safety of correlated subquery (was: parallel_safe)
Linux - Debian Bookworm - Meson
core
[09:04:05.610] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:05.610] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:05.610] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:05.610] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:05.610] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:05.610] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:05.610] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa40730, context=0x7ffc789aaa60) at ../...
[09:04:05.610] #7  0x000055574a7fe715 in expression_tree_walker_impl (node=node@entry=0x55578aa40ba0, walker=walker@entr...
[09:04:05.610] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa40ba0, context=0x7ffc789aaa60) at ../...
[09:04:05.610] #9  0x000055574a7fdd0c in expression_tree_walker_impl (node=node@entry=0x55578aa40bf0, walker=walker@entr...
core
[09:04:04.554] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:04.554] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:04.554] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:04.554] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:04.554] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:04.554] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:04.554] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578a9272f0, context=0x7ffc789aaa60) at ../...
[09:04:04.554] #7  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578a927370, walker=0x55574a8d3a20 <max_pa...
[09:04:04.554] #8  0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578a927920, walker=walker@entr...
[09:04:04.554] #9  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578a927920, context=0x7ffc789aaa60) at ../...
core
[09:04:04.045] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:04.045] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:04.045] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:04.045] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:04.045] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:04.045] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:04.045] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578ad3ab08, context=0x7ffc789aaa60) at ../...
[09:04:04.045] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578ad3abd8, walker=walker@entr...
[09:04:04.045] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578ad3abd8, context=0x7ffc789aaa60) at ../...
[09:04:04.045] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578ad3ab88, walker=0x55574a8d3a20 <max_pa...
core
[09:04:03.387] #0  0x00007f0de6aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:03.387] #1  0x00007f0de6a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:03.387] #2  0x00007f0de6a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:03.387] #3  0x00007f0de6c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:03.387] #4  0x00007f0de6c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:03.387] #5  0x00007f0de6c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556d4b1fc5f...
[09:04:03.387] #6  0x0000556d4a460d42 in max_parallel_hazard_walker (node=0x556d6be021d8, context=0x7ffca20bdd10) at ../...
[09:04:03.387] #7  0x0000556d4a38a902 in expression_tree_walker_impl (node=node@entry=0x556d6be022a8, walker=walker@entr...
[09:04:03.387] #8  0x0000556d4a460b29 in max_parallel_hazard_walker (node=0x556d6be022a8, context=0x7ffca20bdd10) at ../...
[09:04:03.387] #9  0x0000556d4a38b715 in expression_tree_walker_impl (node=0x556d6be02258, walker=0x556d4a460a20 <max_pa...
core
[09:04:02.848] #0  0x00007fd5e72a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:02.848] #1  0x00007fd5e7259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:02.848] #2  0x00007fd5e7244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:02.848] #3  0x00007fd5e741e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:02.848] #4  0x00007fd5e742aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:02.848] #5  0x00007fd5e740dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558a5da8d5f...
[09:04:02.848] #6  0x0000558a5ccf1d42 in max_parallel_hazard_walker (node=0x558a89d2b3e0, context=0x7fff4e180a70) at ../...
[09:04:02.848] #7  0x0000558a5cc1c715 in expression_tree_walker_impl (node=0x558a89d2b460, walker=0x558a5ccf1a20 <max_pa...
[09:04:02.848] #8  0x0000558a5cc1b66c in expression_tree_walker_impl (node=node@entry=0x558a89de5968, walker=walker@entr...
[09:04:02.848] #9  0x0000558a5ccf1b29 in max_parallel_hazard_walker (node=0x558a89de5968, context=0x7fff4e180a70) at ../...
core
[09:04:02.348] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:02.348] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:02.348] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:02.348] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:02.348] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:02.348] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:02.348] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa7bcd8, context=0x7ffc789aaa60) at ../...
[09:04:02.348] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa7d128, walker=walker@entr...
[09:04:02.348] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa7d128, context=0x7ffc789aaa60) at ../...
[09:04:02.348] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa7bd58, walker=0x55574a8d3a20 <max_pa...
core
[09:04:01.837] #0  0x00007f6721ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:01.837] #1  0x00007f6721c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:01.837] #2  0x00007f6721c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:01.837] #3  0x00007f6721e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:01.837] #4  0x00007f6721e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:01.837] #5  0x00007f6721e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5555ed43d5f...
[09:04:01.837] #6  0x00005555ec6a1d42 in max_parallel_hazard_walker (node=0x5556015b8628, context=0x7ffe0d862ed0) at ../...
[09:04:01.837] #7  0x00005555ec5cb902 in expression_tree_walker_impl (node=node@entry=0x5556015b9a78, walker=walker@entr...
[09:04:01.837] #8  0x00005555ec6a1b29 in max_parallel_hazard_walker (node=0x5556015b9a78, context=0x7ffe0d862ed0) at ../...
[09:04:01.837] #9  0x00005555ec5cc715 in expression_tree_walker_impl (node=0x5556015b86a8, walker=0x5555ec6a1a20 <max_pa...
core
[09:04:07.776] #0  0x00007faeb14a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:07.776] #1  0x00007faeb1459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:07.776] #2  0x00007faeb1444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:07.776] #3  0x00007faeb161e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:07.776] #4  0x00007faeb162aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:07.776] #5  0x00007faeb160dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563226d825f...
[09:04:07.776] #6  0x0000563225fe6d42 in max_parallel_hazard_walker (node=0x563229eb5378, context=0x7ffd38043830) at ../...
[09:04:07.776] #7  0x0000563225f11715 in expression_tree_walker_impl (node=0x563229eb53f8, walker=0x563225fe6a20 <max_pa...
[09:04:07.776] #8  0x0000563225f1066c in expression_tree_walker_impl (node=node@entry=0x563229eb5448, walker=walker@entr...
[09:04:07.776] #9  0x0000563225fe6b29 in max_parallel_hazard_walker (node=0x563229eb5448, context=0x7ffd38043830) at ../...
core
[09:04:08.291] #0  0x00007ff1aaaa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:08.291] #1  0x00007ff1aaa59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:08.291] #2  0x00007ff1aaa44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:08.291] #3  0x00007ff1aac1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:08.291] #4  0x00007ff1aac2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:08.291] #5  0x00007ff1aac0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563c638815f...
[09:04:08.291] #6  0x0000563c62ae5d42 in max_parallel_hazard_walker (node=0x563c6834d648, context=0x7fff0a585990) at ../...
[09:04:08.291] #7  0x0000563c62a0f902 in expression_tree_walker_impl (node=node@entry=0x563c6834ea98, walker=walker@entr...
[09:04:08.291] #8  0x0000563c62ae5b29 in max_parallel_hazard_walker (node=0x563c6834ea98, context=0x7fff0a585990) at ../...
[09:04:08.291] #9  0x0000563c62a10715 in expression_tree_walker_impl (node=0x563c6834d6c8, walker=0x563c62ae5a20 <max_pa...
core
[09:04:08.778] #0  0x00007fbcee8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:08.778] #1  0x00007fbcee859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:08.778] #2  0x00007fbcee844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:08.778] #3  0x00007fbceea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:08.778] #4  0x00007fbceea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:08.778] #5  0x00007fbceea0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55aca1b165f...
[09:04:08.778] #6  0x000055aca0d7ad42 in max_parallel_hazard_walker (node=0x55aca5e47f68, context=0x7ffd0d9942b0) at ../...
[09:04:08.778] #7  0x000055aca0ca5715 in expression_tree_walker_impl (node=0x55aca5e47fe8, walker=0x55aca0d7aa20 <max_pa...
[09:04:08.778] #8  0x000055aca0ca466c in expression_tree_walker_impl (node=node@entry=0x55aca5e48038, walker=walker@entr...
[09:04:08.778] #9  0x000055aca0d7ab29 in max_parallel_hazard_walker (node=0x55aca5e48038, context=0x7ffd0d9942b0) at ../...
core
[09:04:09.283] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:09.283] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:09.283] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:09.283] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:09.283] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:09.283] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:09.283] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa42e48, context=0x7ffc789aaa60) at ../...
[09:04:09.283] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa44298, walker=walker@entr...
[09:04:09.283] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa44298, context=0x7ffc789aaa60) at ../...
[09:04:09.283] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa42ec8, walker=0x55574a8d3a20 <max_pa...
core
[09:04:09.769] #0  0x00007fbac3ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:09.769] #1  0x00007fbac3c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:09.769] #2  0x00007fbac3c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:09.769] #3  0x00007fbac3e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:09.769] #4  0x00007fbac3e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:09.769] #5  0x00007fbac3e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56141c0c15f...
[09:04:09.769] #6  0x000056141b325d42 in max_parallel_hazard_walker (node=0x56142ac2bf48, context=0x7ffc30eb77b0) at ../...
[09:04:09.769] #7  0x000056141b250715 in expression_tree_walker_impl (node=0x56142ac2bfc8, walker=0x56141b325a20 <max_pa...
[09:04:09.769] #8  0x000056141b24f66c in expression_tree_walker_impl (node=node@entry=0x56142ac2c018, walker=walker@entr...
[09:04:09.769] #9  0x000056141b325b29 in max_parallel_hazard_walker (node=0x56142ac2c018, context=0x7ffc30eb77b0) at ../...
core
[09:04:10.283] #0  0x00007ff3d5ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:10.283] #1  0x00007ff3d5e59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:10.283] #2  0x00007ff3d5e44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:10.283] #3  0x00007ff3d601e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:10.283] #4  0x00007ff3d602aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:10.283] #5  0x00007ff3d600dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f33d8975f...
[09:04:10.283] #6  0x000055f33cafbd42 in max_parallel_hazard_walker (node=0x55f37bcec378, context=0x7ffd2b765700) at ../...
[09:04:10.283] #7  0x000055f33ca26715 in expression_tree_walker_impl (node=0x55f37bcec3f8, walker=0x55f33cafba20 <max_pa...
[09:04:10.283] #8  0x000055f33ca2566c in expression_tree_walker_impl (node=node@entry=0x55f37bcec448, walker=walker@entr...
[09:04:10.283] #9  0x000055f33cafbb29 in max_parallel_hazard_walker (node=0x55f37bcec448, context=0x7ffd2b765700) at ../...
core
[09:04:10.972] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:10.972] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:10.972] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:10.972] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:10.972] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:10.972] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:10.972] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa2e4e8, context=0x7ffc789aaa60) at ../...
[09:04:10.972] #7  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa2e568, walker=0x55574a8d3a20 <max_pa...
[09:04:10.972] #8  0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578aa2e5b8, walker=walker@entr...
[09:04:10.972] #9  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa2e5b8, context=0x7ffc789aaa60) at ../...
core
[09:04:11.474] #0  0x00007f14676a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:11.474] #1  0x00007f1467659fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:11.474] #2  0x00007f1467644472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:11.474] #3  0x00007f146781e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:11.474] #4  0x00007f146782aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:11.474] #5  0x00007f146780dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56179b5025f...
[09:04:11.474] #6  0x000056179a766d42 in max_parallel_hazard_walker (node=0x5617b9b049d0, context=0x7ffcbe032050) at ../...
[09:04:11.474] #7  0x000056179a690902 in expression_tree_walker_impl (node=node@entry=0x5617b9b05b40, walker=walker@entr...
[09:04:11.474] #8  0x000056179a766b29 in max_parallel_hazard_walker (node=0x5617b9b05b40, context=0x7ffcbe032050) at ../...
[09:04:11.474] #9  0x000056179a691715 in expression_tree_walker_impl (node=0x5617b9b04a50, walker=0x56179a766a20 <max_pa...
core
[09:04:11.983] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:11.983] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:11.983] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:11.983] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:11.983] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:11.983] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:11.983] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578a97ab18, context=0x7ffc789aaa60) at ../...
[09:04:11.983] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578a97bf68, walker=walker@entr...
[09:04:11.983] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578a97bf68, context=0x7ffc789aaa60) at ../...
[09:04:11.983] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578a97ab98, walker=0x55574a8d3a20 <max_pa...
core
[09:04:12.550] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:12.550] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:12.550] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:12.550] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:12.550] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:12.550] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:12.550] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa71c18, context=0x7ffc789aaa60) at ../...
[09:04:12.550] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa73068, walker=walker@entr...
[09:04:12.550] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa73068, context=0x7ffc789aaa60) at ../...
[09:04:12.550] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa71c98, walker=0x55574a8d3a20 <max_pa...
core
[09:04:13.034] #0  0x00007ff1074a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:13.034] #1  0x00007ff107459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:13.034] #2  0x00007ff107444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:13.034] #3  0x00007ff10761e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:13.034] #4  0x00007ff10762aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:13.034] #5  0x00007ff10760dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557dea7725f...
[09:04:13.034] #6  0x0000557de99d6d42 in max_parallel_hazard_walker (node=0x557e1bad9910, context=0x7fff5c059e50) at ../...
[09:04:13.034] #7  0x0000557de9900902 in expression_tree_walker_impl (node=node@entry=0x557e1badaa80, walker=walker@entr...
[09:04:13.034] #8  0x0000557de99d6b29 in max_parallel_hazard_walker (node=0x557e1badaa80, context=0x7fff5c059e50) at ../...
[09:04:13.034] #9  0x0000557de9901715 in expression_tree_walker_impl (node=0x557e1bad9990, walker=0x557de99d6a20 <max_pa...
core
[09:04:13.541] #0  0x00007f35bcea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:13.541] #1  0x00007f35bce59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:13.541] #2  0x00007f35bce44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:13.541] #3  0x00007f35bd01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:13.541] #4  0x00007f35bd02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:13.541] #5  0x00007f35bd00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56049eef15f...
[09:04:13.541] #6  0x000056049e155d42 in max_parallel_hazard_walker (node=0x5604b1b0b408, context=0x7ffc67182630) at ../...
[09:04:13.541] #7  0x000056049e080715 in expression_tree_walker_impl (node=0x5604b1b0b488, walker=0x56049e155a20 <max_pa...
[09:04:13.541] #8  0x000056049e07f66c in expression_tree_walker_impl (node=node@entry=0x5604b1b0b4d8, walker=walker@entr...
[09:04:13.541] #9  0x000056049e155b29 in max_parallel_hazard_walker (node=0x5604b1b0b4d8, context=0x7ffc67182630) at ../...
core
[09:04:14.069] #0  0x00007f3dcd0a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:14.069] #1  0x00007f3dcd059fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:14.069] #2  0x00007f3dcd044472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:14.069] #3  0x00007f3dcd21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:14.069] #4  0x00007f3dcd22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:14.069] #5  0x00007f3dcd20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e80fdc35f...
[09:04:14.069] #6  0x000055e80f027d42 in max_parallel_hazard_walker (node=0x55e821443738, context=0x7ffe6dcecd90) at ../...
[09:04:14.069] #7  0x000055e80ef51902 in expression_tree_walker_impl (node=node@entry=0x55e821444b88, walker=walker@entr...
[09:04:14.069] #8  0x000055e80f027b29 in max_parallel_hazard_walker (node=0x55e821444b88, context=0x7ffe6dcecd90) at ../...
[09:04:14.069] #9  0x000055e80ef52715 in expression_tree_walker_impl (node=0x55e8214437b8, walker=0x55e80f027a20 <max_pa...
core
[09:04:14.554] #0  0x00007f471e2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:14.554] #1  0x00007f471e259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:14.554] #2  0x00007f471e244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:14.554] #3  0x00007f471e41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:14.554] #4  0x00007f471e42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:14.554] #5  0x00007f471e40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d536aa15f...
[09:04:14.554] #6  0x000055d535d05d42 in max_parallel_hazard_walker (node=0x55d541cc2f68, context=0x7ffc9e8e5610) at ../...
[09:04:14.554] #7  0x000055d535c30715 in expression_tree_walker_impl (node=0x55d541cc2fe8, walker=0x55d535d05a20 <max_pa...
[09:04:14.554] #8  0x000055d535c2f66c in expression_tree_walker_impl (node=node@entry=0x55d541cc3038, walker=walker@entr...
[09:04:14.554] #9  0x000055d535d05b29 in max_parallel_hazard_walker (node=0x55d541cc3038, context=0x7ffc9e8e5610) at ../...
core
[09:04:16.160] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:16.160] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:16.160] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:16.160] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:16.160] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:16.160] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:16.160] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa354b0, context=0x7ffc789aa630) at ../...
[09:04:16.160] #7  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa35530, walker=0x55574a8d3a20 <max_pa...
[09:04:16.160] #8  0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578aa35580, walker=walker@entr...
[09:04:16.160] #9  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa35580, context=0x7ffc789aa630) at ../...
core
[09:04:16.822] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:16.822] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:16.822] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:16.822] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:16.822] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:16.822] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:16.822] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa2c588, context=0x7ffc789aaa60) at ../...
[09:04:16.822] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578aa2d9d8, walker=walker@entr...
[09:04:16.822] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa2d9d8, context=0x7ffc789aaa60) at ../...
[09:04:16.822] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa2c608, walker=0x55574a8d3a20 <max_pa...
core
[09:04:17.326] #0  0x00007fe1bbea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:17.326] #1  0x00007fe1bbe59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:17.326] #2  0x00007fe1bbe44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:17.326] #3  0x00007fe1bc01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:17.326] #4  0x00007fe1bc02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:17.326] #5  0x00007fe1bc00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d940a875f...
[09:04:17.326] #6  0x000055d93fcebd42 in max_parallel_hazard_walker (node=0x55d949543378, context=0x7fff34833fa0) at ../...
[09:04:17.326] #7  0x000055d93fc16715 in expression_tree_walker_impl (node=0x55d9495433f8, walker=0x55d93fceba20 <max_pa...
[09:04:17.326] #8  0x000055d93fc1566c in expression_tree_walker_impl (node=node@entry=0x55d949543448, walker=walker@entr...
[09:04:17.326] #9  0x000055d93fcebb29 in max_parallel_hazard_walker (node=0x55d949543448, context=0x7fff34833fa0) at ../...
core
[09:04:17.831] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:17.831] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:17.831] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:17.831] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:17.831] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:17.831] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:17.831] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578aa41d68, context=0x7ffc789aaa60) at ../...
[09:04:17.831] #7  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578aa41de8, walker=0x55574a8d3a20 <max_pa...
[09:04:17.831] #8  0x000055574a7fd66c in expression_tree_walker_impl (node=node@entry=0x55578aa41e38, walker=walker@entr...
[09:04:17.831] #9  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578aa41e38, context=0x7ffc789aaa60) at ../...
core
[09:04:18.467] #0  0x00007f6721ca8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:18.467] #1  0x00007f6721c59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:18.467] #2  0x00007f6721c44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:18.467] #3  0x00007f6721e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:18.467] #4  0x00007f6721e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:18.467] #5  0x00007f6721e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5555ed43d5f...
[09:04:18.467] #6  0x00005555ec6a1d42 in max_parallel_hazard_walker (node=0x55560156f898, context=0x7ffe0d862ed0) at ../...
[09:04:18.467] #7  0x00005555ec5cb902 in expression_tree_walker_impl (node=node@entry=0x555601570ce8, walker=walker@entr...
[09:04:18.467] #8  0x00005555ec6a1b29 in max_parallel_hazard_walker (node=0x555601570ce8, context=0x7ffe0d862ed0) at ../...
[09:04:18.467] #9  0x00005555ec5cc715 in expression_tree_walker_impl (node=0x55560156f918, walker=0x5555ec6a1a20 <max_pa...
core
[09:04:18.957] #0  0x00007f3922ea8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:18.957] #1  0x00007f3922e59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:18.957] #2  0x00007f3922e44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:18.957] #3  0x00007f392301e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:18.957] #4  0x00007f392302aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:18.957] #5  0x00007f392300dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5623d33855f...
[09:04:18.957] #6  0x00005623d25e9d42 in max_parallel_hazard_walker (node=0x5623e5d211d8, context=0x7ffe8252e6b0) at ../...
[09:04:18.957] #7  0x00005623d2514715 in expression_tree_walker_impl (node=0x5623e5d21258, walker=0x5623d25e9a20 <max_pa...
[09:04:18.957] #8  0x00005623d251366c in expression_tree_walker_impl (node=node@entry=0x5623e5d212a8, walker=walker@entr...
[09:04:18.957] #9  0x00005623d25e9b29 in max_parallel_hazard_walker (node=0x5623e5d212a8, context=0x7ffe8252e6b0) at ../...
core
[09:04:19.458] #0  0x00007fabcd2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:19.458] #1  0x00007fabcd259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:19.458] #2  0x00007fabcd244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:19.458] #3  0x00007fabcd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:19.458] #4  0x00007fabcd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:19.458] #5  0x00007fabcd40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e5f9b535f...
[09:04:19.458] #6  0x000055e5f8db7d42 in max_parallel_hazard_walker (node=0x55e622fdd378, context=0x7ffc5ac93410) at ../...
[09:04:19.458] #7  0x000055e5f8ce2715 in expression_tree_walker_impl (node=0x55e622fdd3f8, walker=0x55e5f8db7a20 <max_pa...
[09:04:19.458] #8  0x000055e5f8ce166c in expression_tree_walker_impl (node=node@entry=0x55e622fdd448, walker=walker@entr...
[09:04:19.458] #9  0x000055e5f8db7b29 in max_parallel_hazard_walker (node=0x55e622fdd448, context=0x7ffc5ac93410) at ../...
core
[09:04:19.967] #0  0x00007f7377aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:19.967] #1  0x00007f7377a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:19.967] #2  0x00007f7377a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:19.967] #3  0x00007f7377c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:19.967] #4  0x00007f7377c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:19.967] #5  0x00007f7377c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563db74995f...
[09:04:19.967] #6  0x0000563db66fdd42 in max_parallel_hazard_walker (node=0x563de8782378, context=0x7ffcf27a7410) at ../...
[09:04:19.967] #7  0x0000563db6628715 in expression_tree_walker_impl (node=0x563de87823f8, walker=0x563db66fda20 <max_pa...
[09:04:19.967] #8  0x0000563db662766c in expression_tree_walker_impl (node=node@entry=0x563de8782448, walker=walker@entr...
[09:04:19.967] #9  0x0000563db66fdb29 in max_parallel_hazard_walker (node=0x563de8782448, context=0x7ffcf27a7410) at ../...
core
[09:04:20.508] #0  0x00007efc32aa8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:20.508] #1  0x00007efc32a59fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:20.508] #2  0x00007efc32a44472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:20.508] #3  0x00007efc32c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:20.508] #4  0x00007efc32c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:20.508] #5  0x00007efc32c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e7a7c3e5f...
[09:04:20.508] #6  0x000055e7a6ea2d42 in max_parallel_hazard_walker (node=0x55e7a8cfd1a0, context=0x7ffdc5fa1940) at ../...
[09:04:20.508] #7  0x000055e7a6dcd715 in expression_tree_walker_impl (node=0x55e7a8cfd220, walker=0x55e7a6ea2a20 <max_pa...
[09:04:20.508] #8  0x000055e7a6dcc66c in expression_tree_walker_impl (node=node@entry=0x55e7a8cfd2e0, walker=walker@entr...
[09:04:20.508] #9  0x000055e7a6ea2b29 in max_parallel_hazard_walker (node=0x55e7a8cfd2e0, context=0x7ffdc5fa1940) at ../...
core
[09:04:07.286] #0  0x00007fadee8a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:07.286] #1  0x00007fadee859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:07.286] #2  0x00007fadee844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:07.286] #3  0x00007fadeea1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:07.286] #4  0x00007fadeea2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:07.286] #5  0x00007fadeea0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561ee66735f...
[09:04:07.286] #6  0x0000561ee58d7d42 in max_parallel_hazard_walker (node=0x561ef9bd1a40, context=0x7fff70f06f60) at ../...
[09:04:07.286] #7  0x0000561ee5801902 in expression_tree_walker_impl (node=node@entry=0x561ef9bd2c00, walker=walker@entr...
[09:04:07.286] #8  0x0000561ee58d7b29 in max_parallel_hazard_walker (node=0x561ef9bd2c00, context=0x7fff70f06f60) at ../...
[09:04:07.286] #9  0x0000561ee5802715 in expression_tree_walker_impl (node=0x561ef9bd1ac0, walker=0x561ee58d7a20 <max_pa...
core
[09:04:06.799] #0  0x00007f3f468a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:06.799] #1  0x00007f3f46859fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:06.799] #2  0x00007f3f46844472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:06.799] #3  0x00007f3f46a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:06.799] #4  0x00007f3f46a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:06.799] #5  0x00007f3f46a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e37e0b15f...
[09:04:06.799] #6  0x000055e37d315d42 in max_parallel_hazard_walker (node=0x55e38dda8f88, context=0x7ffc985f2170) at ../...
[09:04:06.799] #7  0x000055e37d23f902 in expression_tree_walker_impl (node=node@entry=0x55e38ddaa3d8, walker=walker@entr...
[09:04:06.799] #8  0x000055e37d315b29 in max_parallel_hazard_walker (node=0x55e38ddaa3d8, context=0x7ffc985f2170) at ../...
[09:04:06.799] #9  0x000055e37d240715 in expression_tree_walker_impl (node=0x55e38dda9008, walker=0x55e37d315a20 <max_pa...
core
[09:04:06.130] #0  0x00007f9f064a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:06.130] #1  0x00007f9f06459fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:06.130] #2  0x00007f9f06444472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:06.130] #3  0x00007f9f0661e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:06.130] #4  0x00007f9f0662aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:06.130] #5  0x00007f9f0660dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55574b66f5f...
[09:04:06.130] #6  0x000055574a8d3d42 in max_parallel_hazard_walker (node=0x55578a97ab68, context=0x7ffc789aaa60) at ../...
[09:04:06.130] #7  0x000055574a7fd902 in expression_tree_walker_impl (node=node@entry=0x55578a97bfb8, walker=walker@entr...
[09:04:06.130] #8  0x000055574a8d3b29 in max_parallel_hazard_walker (node=0x55578a97bfb8, context=0x7ffc789aaa60) at ../...
[09:04:06.130] #9  0x000055574a7fe715 in expression_tree_walker_impl (node=0x55578a97abe8, walker=0x55574a8d3a20 <max_pa...
core
[09:04:05.083] #0  0x00007fe94b2a8eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:05.083] #1  0x00007fe94b259fb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:05.083] #2  0x00007fe94b244472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[09:04:05.083] #3  0x00007fe94b41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[09:04:05.083] #4  0x00007fe94b42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[09:04:05.083] #5  0x00007fe94b40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5558be9355f...
[09:04:05.083] #6  0x00005558bdb99d42 in max_parallel_hazard_walker (node=0x5558dfc2bb08, context=0x7fffc84f16a0) at ../...
[09:04:05.083] #7  0x00005558bdac3902 in expression_tree_walker_impl (node=node@entry=0x5558dfc2cf58, walker=walker@entr...
[09:04:05.083] #8  0x00005558bdb99b29 in max_parallel_hazard_walker (node=0x5558dfc2cf58, context=0x7fffc84f16a0) at ../...
[09:04:05.083] #9  0x00005558bdac4715 in expression_tree_walker_impl (node=0x5558dfc2bb88, walker=0x5558bdb99a20 <max_pa...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/btree_...
--- /tmp/cirrus-ci-build/contrib/btree_gist/expected/without_overlaps.out	2025-09-20 08:51:54.407536498 +0000
+++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/without_overlaps.out	2025-09-20 08:57:55.595629068 +00...
@@ -9,84 +9,7 @@
   CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
 );
 \d temporal_rng
-              Table "public.temporal_rng"
-  Column  |   Type    | Collation | Nullable | Default 
-----------+-----------+-----------+----------+---------
- id       | integer   |           | not null | 
- valid_at | daterange |           | not null | 
-Indexes:
-    "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
-
-SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng_pk';
-            pg_get_constraintdef             
----------------------------------------------
- PRIMARY KEY (id, valid_at WITHOUT OVERLAPS)
-(1 row)
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out /tmp/cirrus-ci-build/build/testrun/earthd...
--- /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out	2025-09-20 08:51:54.427498058 +0000
+++ /tmp/cirrus-ci-build/build/testrun/earthdistance/regress/results/earthdistance.out	2025-09-20 08:57:56.755624067 +00...
@@ -1053,46 +1053,7 @@
 drop extension cube cascade;
 NOTICE:  drop cascades to column f1 of table foo
 \d foo
-                Table "public.foo"
- Column |  Type   | Collation | Nullable | Default 
---------+---------+-----------+----------+---------
- f2     | integer |           |          | 
-
--- list what's installed
-\dT public.*
-     List of data types
- Schema | Name | Description 
---------+------+-------------
-(0 rows)
-
-\df public.*
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out	2025-09-20 08:51:56.296273095 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/bit.out	2025-09-20 08:56:36.975911987 +000...
@@ -772,79 +772,7 @@
   b4 bit varying(5) DEFAULT B'0101'
 );
 \d bit_defaults
-                     Table "public.bit_defaults"
- Column |      Type      | Collation | Nullable |       Default       
---------+----------------+-----------+----------+---------------------
- b1     | bit(4)         |           |          | '1001'::"bit"
- b2     | bit(4)         |           |          | '0101'::"bit"
- b3     | bit varying(5) |           |          | '1001'::bit varying
- b4     | bit varying(5) |           |          | '0101'::"bit"
-
-INSERT INTO bit_defaults DEFAULT VALUES;
-TABLE bit_defaults;
-  b1  |  b2  |  b3  |  b4  
-------+------+------+------
- 1001 | 0101 | 1001 | 0101
...
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-09-20 08:51:54.523313549 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out	2025-09-20 08:58:10.599563301 +0000
@@ -397,12314 +397,7 @@
 
 -- subquery
 SELECT * FROM ft1 t1 WHERE t1.c3 IN (SELECT c3 FROM ft2 t2 WHERE c1 <= 10) ORDER BY c1;
- c1 | c2 |  c3   |              c4              |            c5            | c6 |     c7     | c8  
-----+----+-------+------------------------------+--------------------------+----+------------+-----
-  1 |  1 | 00001 | Fri Jan 02 00:00:00 1970 PST | Fri Jan 02 00:00:00 1970 | 1  | 1          | foo
-  2 |  2 | 00002 | Sat Jan 03 00:00:00 1970 PST | Sat Jan 03 00:00:00 1970 | 2  | 2          | foo
-  3 |  3 | 00003 | Sun Jan 04 00:00:00 1970 PST | Sun Jan 04 00:00:00 1970 | 3  | 3          | foo
-  4 |  4 | 00004 | Mon Jan 05 00:00:00 1970 PST | Mon Jan 05 00:00:00 1970 | 4  | 4          | foo
-  5 |  5 | 00005 | Tue Jan 06 00:00:00 1970 PST | Tue Jan 06 00:00:00 1970 | 5  | 5          | foo
-  6 |  6 | 00006 | Wed Jan 07 00:00:00 1970 PST | Wed Jan 07 00:00:00 1970 | 6  | 6          | foo
-  7 |  7 | 00007 | Thu Jan 08 00:00:00 1970 PST | Thu Jan 08 00:00:00 1970 | 7  | 7          | foo
-  8 |  8 | 00008 | Fri Jan 09 00:00:00 1970 PST | Fri Jan 09 00:00:00 1970 | 8  | 8          | foo
-  9 |  9 | 00009 | Sat Jan 10 00:00:00 1970 PST | Sat Jan 10 00:00:00 1970 | 9  | 9          | foo
- 10 |  0 | 00010 | Sun Jan 11 00:00:00 1970 PST | Sun Jan 11 00:00:00 1970 | 0  | 0          | foo
-(10 rows)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out	2025-09-20 08:51:56.296273095 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/bit.out	2025-09-20 08:57:19.655774821 +0...
@@ -772,79 +772,7 @@
   b4 bit varying(5) DEFAULT B'0101'
 );
 \d bit_defaults
-                     Table "public.bit_defaults"
- Column |      Type      | Collation | Nullable |       Default       
---------+----------------+-----------+----------+---------------------
- b1     | bit(4)         |           |          | '1001'::"bit"
- b2     | bit(4)         |           |          | '0101'::"bit"
- b3     | bit varying(5) |           |          | '1001'::bit varying
- b4     | bit varying(5) |           |          | '0101'::"bit"
-
-INSERT INTO bit_defaults DEFAULT VALUES;
-TABLE bit_defaults;
-  b1  |  b2  |  b3  |  b4  
-------+------+------+------
- 1001 | 0101 | 1001 | 0101
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out	2025-09-20 08:51:56.296273095 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/bit.out	2025-09-20 08:56:35.499915684 +0000
@@ -772,79 +772,7 @@
   b4 bit varying(5) DEFAULT B'0101'
 );
 \d bit_defaults
-                     Table "public.bit_defaults"
- Column |      Type      | Collation | Nullable |       Default       
---------+----------------+-----------+----------+---------------------
- b1     | bit(4)         |           |          | '1001'::"bit"
- b2     | bit(4)         |           |          | '0101'::"bit"
- b3     | bit varying(5) |           |          | '1001'::bit varying
- b4     | bit varying(5) |           |          | '0101'::"bit"
-
-INSERT INTO bit_defaults DEFAULT VALUES;
-TABLE bit_defaults;
-  b1  |  b2  |  b3  |  b4  
-------+------+------+------
- 1001 | 0101 | 1001 | 0101
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/partition.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/...
--- /tmp/cirrus-ci-build/contrib/seg/expected/partition.out	2025-09-20 08:51:54.535290485 +0000
+++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/partition.out	2025-09-20 08:58:10.459563926 +0000
@@ -24,31 +24,7 @@
 create table pt34 partition of pt for values in (3,4);
 insert into pt values(4, '-1 .. 1'::seg, 'foo');
 \d+ pt
-                                Partitioned table "public.pt"
-  Column  |  Type   | Collation | Nullable | Default | Storage  | Stats target | Description 
-----------+---------+-----------+----------+---------+----------+--------------+-------------
- category | integer |           |          |         | plain    |              | 
- sdata    | seg     |           |          |         | plain    |              | 
- tdata    | text    |           |          |         | extended |              | 
-Partition key: LIST (category)
-Indexes:
-    "pti1" btree ((mydouble(category) + 1))
-    "pti2" btree (sdata)
-    "pti3" btree (tdata COLLATE mycollation)
-Partitions: pt12 FOR VALUES IN (1, 2),
-            pt34 FOR VALUES IN (3, 4)
...
regress
diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out /tmp/cirrus-ci-build/build/testrun/test_decoding/re...
--- /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out	2025-09-20 08:51:54.551259733 +0000
+++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/ddl.out	2025-09-20 08:58:15.755540209 +0000
@@ -484,374 +484,7 @@
 WITH (user_catalog_table = true)
 ;
 \d+ replication_metadata
-                                                 Table "public.replication_metadata"
-  Column  |  Type   | Collation | Nullable |                     Default                      | Storage  | Stats target...
-----------+---------+-----------+----------+--------------------------------------------------+----------+-------------...
- id       | integer |           | not null | nextval('replication_metadata_id_seq'::regclass) | plain    |             ...
- relation | name    |           | not null |                                                  | plain    |             ...
- options  | text[]  |           |          |                                                  | extended |             ...
-Indexes:
-    "replication_metadata_pkey" PRIMARY KEY, btree (id)
-Not-null constraints:
-    "replication_metadata_id_not_null" NOT NULL "id"
-    "replication_metadata_relation_not_null" NOT NULL "relation"
-Options: user_catalog_table=true
-
...
tap
[08:56:48.260](14.161s) not ok 5 - regression tests pass
[08:56:59.377](2.310s) not ok 14 - run of pg_upgrade --check for new instance
[08:56:59.378](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[08:56:59.548](0.170s) not ok 16 - run of pg_upgrade for new instance
[08:56:59.548](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[08:56:59.721](0.045s) not ok 18 - check that locales in new cluster match original cluster
[08:57:00.172](0.022s) not ok 20 - old and new dumps match after pg_upgrade
tap
[08:56:38.563](0.001s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou...
[08:56:41.192](0.000s) not ok 6 - run of pg_upgrade of old cluster with slots having unconsumed WAL records stdout /(?^:...
tap
[08:56:43.551](0.001s) not ok 2 - run of pg_upgrade where the new cluster has insufficient max_active_replication_origin...
tap
[08:56:44.811](6.452s) not ok 13 - run of pg_upgrade
[08:56:44.831](0.000s) not ok 16 - the default char signedness is updated during pg_upgrade: matches
tap
[08:56:45.425](11.621s) not ok 1 - pg_upgrade with transfer mode --clone: stdout matches
[08:56:55.067](5.594s) not ok 3 - pg_upgrade with transfer mode --copy: stdout matches
[08:57:01.544](4.858s) not ok 5 - pg_upgrade with transfer mode --copy-file-range: stdout matches
[08:57:08.465](5.290s) not ok 7 - pg_upgrade with transfer mode --link: stdout matches
[08:57:16.425](5.585s) not ok 9 - pg_upgrade with transfer mode --swap: stdout matches
tap
[08:57:28.333](11.366s) not ok 2 - regression tests pass
[08:57:28.334](0.000s) not ok 3 - primary alive after regression test run
test
[09:01:24.357]   6/351 postgresql:pg_upgrade / pg_upgrade/003_logical_slots                            ERROR            ...
[09:01:24.357]   7/351 postgresql:pg_upgrade / pg_upgrade/004_subscription                             ERROR            ...
[09:01:24.357]   8/351 postgresql:pg_upgrade / pg_upgrade/005_char_signedness                          ERROR            ...
[09:01:24.357]   5/351 postgresql:regress / regress/regress                                            ERROR            ...
[09:01:24.357]  12/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[09:01:24.357]   9/351 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes                           ERROR            ...
[09:01:24.357]  41/351 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
[09:01:24.357]  74/351 postgresql:btree_gist / btree_gist/regress                                      ERROR            ...
[09:01:24.357]  76/351 postgresql:earthdistance / earthdistance/regress                                ERROR            ...
[09:01:24.357] 103/351 postgresql:seg / seg/regress                                                    ERROR            ...
[09:01:24.357] 104/351 postgresql:postgres_fdw / postgres_fdw/regress                                  ERROR            ...
[09:01:24.357] 115/351 postgresql:test_decoding / test_decoding/regress                                ERROR            ...
[09:01:24.357] 295/351 postgresql:subscription / subscription/025_rep_changes_for_schema               ERROR            ...
[09:01:24.357] 299/351 postgresql:subscription / subscription/030_origin                               ERROR            ...
[09:01:24.357] 302/351 postgresql:subscription / subscription/035_conflicts                            ERROR            ...
55/5773 Disallow concurrent ALTER DOMAIN and DROP DOMAIN
CompilerWarnings
compiler
[06:14:27.258] typecmds.c:2977:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:27.258] typecmds.c:2768:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:27.258] typecmds.c:2639:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:27.258] typecmds.c:3086:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:27.258] typecmds.c:2866:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:20.571] typecmds.c:2977:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:20.571] typecmds.c:2639:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:20.571] typecmds.c:2768:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:20.571] typecmds.c:3086:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:14:20.571] typecmds.c:2866:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro...
compiler
[06:13:52.798] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio...
compiler
[06:13:45.247] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio...
compiler
[06:14:47.875] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio...
55/5357 New predefined role pg_manage_extensions
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-09-20 06:03:19.784041700 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2025-09-20 06:09:43.175939000 +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
[06:17:15.742]  55/344 postgresql:plperl / plperl/regress                                              ERROR            ...
Windows - Server 2019, MinGW64 - Meson
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-09-20 06:03:22.407587900 +0000
+++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out	2025-09-20 06:10:57.445574200 +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
[06:18:18.221]  58/347 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-09-20 06:02:11
+++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out	2025-09-20 06:04:27
@@ -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
[06:06:33.563]  55/350 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-09-20 06:03:11.768527650 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2025-09-20 06:07:15.883225241 +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
[06:10:57.760]  57/351 postgresql:plperl / plperl/regress                                              ERROR            ...
Linux - Debian Bookworm - Autoconf
core
[06:15:56.159] #0  <unavailable> in ?? ()
core
[06:15:56.159] #0  0x00007f84093dfdd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:15:56.159] #1  0x00007f840938c239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[06:15:56.159] #2  0x00007f8409447284 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[06:15:56.159] #3  0x00007f84094598dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_...
--- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out	2025-09-20 06:03:17.154618242 +0000
+++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out	2025-09-20 06:05:09.090593026 +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;
...
NetBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/pl/plperl/expected/plperl_setup.out /home/postgres/postgres/build/testrun/plperl/re...
--- /home/postgres/postgres/src/pl/plperl/expected/plperl_setup.out	2025-09-20 06:03:35.282482774 +0000
+++ /home/postgres/postgres/build/testrun/plperl/regress/results/plperl_setup.out	2025-09-20 06:05:33.755792815 +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
[06:07:48.733]  54/349 postgresql:plperl / plperl/regress                                              ERROR            ...
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-09-20 06:03:13.323919000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out	2025-09-20 06:05:26.163662000 +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
[06:09:40.210]  54/350 postgresql:plperl / plperl/regress                                              ERROR            ...
55/5588 Improvement of var_eq_non_const()
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-09-20 02:56:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-09-20 02:57:30
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:56:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-09-20 02:58:09
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:56:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2025-09-20 02:57:29
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[02:57:52.236](32.760s) not ok 5 - regression tests pass
tap
[02:58:45.885](49.409s) not ok 2 - regression tests pass
test
[03:00:29.059]  10/350 postgresql:regress / regress/regress                                            ERROR            ...
[03:00:29.059]  25/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:00:29.059] 133/350 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, MinGW64 - Meson
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-09-20 02:57:15.518797000 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-09-20 02:59:33.953355500 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:15.518797000 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-09-20 03:02:35.616405900 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:15.518797000 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2025-09-20 02:59:26.761485800 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[03:00:17.534](63.464s) not ok 5 - regression tests pass
tap
[03:03:23.251](77.826s) not ok 2 - regression tests pass
test
[03:11:19.004]   5/347 postgresql:regress / regress/regress                                            ERROR            ...
[03:11:19.004]   9/347 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[03:11:19.004]  47/347 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
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-09-20 02:57:16.641347994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-09-20 02:59:03.28685357...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:16.641347994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-09-20 03:00:22.894639...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:16.641347994 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2025-09-20 02:59:00.126844724 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[03:00:04.324](82.140s) not ok 5 - regression tests pass
tap
[03:01:21.046](80.249s) not ok 2 - regression tests pass
test
[03:04:40.751]   9/351 postgresql:regress / regress/regress                                            ERROR            ...
[03:04:40.751]  33/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:04:40.751] 105/351 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-09-20 02:57:15.017158800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-09-20 03:00:11.461488900 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:15.017158800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-09-20 03:03:02.678693500 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:15.017158800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2025-09-20 03:00:05.952216700 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[03:01:39.505](121.082s) not ok 5 - regression tests pass
tap
[03:04:32.321](140.853s) not ok 2 - regression tests pass
test
[03:11:47.355]   6/344 postgresql:regress / regress/regress                                            ERROR           1...
[03:11:47.355]  17/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:11:47.355]  76/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
OpenBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/pg_upgrad...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out	Sat Sep 20 02:57:22 2025
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	Sat Sep 20 02:59:23 2025
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/recovery/...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out	Sat Sep 20 02:57:22 2025
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/subselect.out	Sat Sep 20 03:01:06 202...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/regress/r...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out	Sat Sep 20 02:57:22 2025
+++ /home/postgres/postgres/build/testrun/regress/regress/results/subselect.out	Sat Sep 20 02:59:13 2025
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[03:00:41.849](111.748s) not ok 5 - regression tests pass
tap
[03:03:01.730](179.921s) not ok 2 - regression tests pass
test
[03:05:57.068]  13/349 postgresql:regress / regress/regress                                            ERROR           1...
[03:05:57.068]  45/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[03:05:57.068] 191/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
FreeBSD - Meson
core
[03:06:21.850] #0  0x000000082cd161ba in thr_kill () from /lib/libc.so.7
[03:06:21.850] #1  0x000000082cc8f5d4 in raise () from /lib/libc.so.7
[03:06:21.850] #2  0x000000082cd42b59 in abort () from /lib/libc.so.7
[03:06:21.850] #3  0x0000000000ac8715 in ExceptionalCondition (conditionName=0x3993e2 "latch->maybe_sleeping == false", ...
[03:06:21.850] #4  0x000000000094aad7 in ResetLatch (latch=<optimized out>) at ../src/backend/storage/ipc/latch.c:378
[03:06:21.850] #5  0x00000000008cc349 in WalWriterMain (startup_data=<optimized out>, startup_data_len=<optimized out>) ...
[03:06:21.850] #6  0x00000000008c263b in postmaster_child_launch (child_type=child_type@entry=B_WAL_WRITER, child_slot=2...
[03:06:21.850] #7  0x00000000008c5477 in StartChildProcess (type=type@entry=B_WAL_WRITER) at ../src/backend/postmaster/p...
[03:06:21.850] #8  0x00000000008c7246 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[03:06:21.850] #9  ServerLoop () at ../src/backend/postmaster/postmaster.c:1720
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-09-20 02:57:12.548550000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-09-20 02:58:49.25952500...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:12.548550000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-09-20 02:59:53.073612...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:12.548550000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2025-09-20 02:58:46.257080000 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[03:01:19.731](203.766s) not ok 5 - regression tests pass
tap
[03:02:34.989](233.835s) not ok 2 - regression tests pass
test
[03:03:58.163]  38/350 postgresql:regress / regress/regress                                            ERROR           2...
[03:03:58.163] 178/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[03:03:58.163] 270/350 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-09-20 02:57:07.331075383 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2025-09-20 03:01:36.385819009 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-09-20 02:57:07.331075383 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subselect.out	2025-09-20 03:04:18.499155171 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
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-09-20 02:57:07.331075383 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/subselect.out	2025-09-20 02:59:01.333374161 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[03:03:22.150](137.115s) not ok 5 - regression tests pass
tap
[03:05:18.090](78.239s) not ok 2 - regression tests pass
NetBSD - Meson
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/pg_upgrad...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out	2025-09-20 02:57:27.411096205 +0000
+++ /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-09-20 02:58:40.28591...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/recovery/...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out	2025-09-20 02:57:27.411096205 +0000
+++ /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-09-20 02:59:11.091...
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
regress
diff -U3 /home/postgres/postgres/src/test/regress/expected/subselect.out /home/postgres/postgres/build/testrun/regress/r...
--- /home/postgres/postgres/src/test/regress/expected/subselect.out	2025-09-20 02:57:27.411096205 +0000
+++ /home/postgres/postgres/build/testrun/regress/regress/results/subselect.out	2025-09-20 02:58:38.010728569 +0000
@@ -2913,13 +2913,15 @@
 EXPLAIN (COSTS OFF)
 SELECT * FROM onek, (VALUES('RFAAAA'), ('VJAAAA')) AS v (i)
   WHERE onek.stringu1 = v.i;
-                         QUERY PLAN                          
--------------------------------------------------------------
+                            QUERY PLAN                             
+-------------------------------------------------------------------
  Nested Loop
    ->  Values Scan on "*VALUES*"
-   ->  Index Scan using onek_stringu1 on onek
-         Index Cond: (stringu1 = ("*VALUES*".column1)::text)
-(4 rows)
+   ->  Bitmap Heap Scan on onek
+         Recheck Cond: (stringu1 = ("*VALUES*".column1)::text)
+         ->  Bitmap Index Scan on onek_stringu1
+               Index Cond: (stringu1 = ("*VALUES*".column1)::text)
...
tap
[02:59:49.853](88.028s) not ok 5 - regression tests pass
tap
[03:00:25.266](95.344s) not ok 2 - regression tests pass
test
[03:01:34.234]  22/349 postgresql:regress / regress/regress                                            ERROR            ...
[03:01:34.234] 156/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[03:01:34.234] 204/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
55/5644 Add arbitrary xid and mxid to pg_resetwal
Windows - Server 2019, MinGW64 - Meson
tap
[02:30:32.574](4.679s) not ok 16 - run of pg_upgrade for new instance
[02:30:32.575](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:30:33.283](0.127s) not ok 20 - old and new dumps match after pg_upgrade
test
[02:40:18.447]   9/347 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:32:05.996](10.850s) not ok 16 - run of pg_upgrade for new instance
[02:32:05.997](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:32:07.351](0.133s) not ok 20 - old and new dumps match after pg_upgrade
tap
[02:32:46.619](0.000s) not ok 2 - can't connect to invalid database - error message
test
[02:41:11.822]  27/344 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[02:41:11.822]  40/344 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
macOS - Sonoma - Meson
tap
[02:28:06.994](4.630s) not ok 16 - run of pg_upgrade for new instance
[02:28:06.995](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:28:07.436](0.037s) not ok 20 - old and new dumps match after pg_upgrade
test
[02:30:31.100]  35/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
Linux - Debian Bookworm - Meson
tap
[02:30:39.606](9.374s) not ok 16 - run of pg_upgrade for new instance
[02:30:39.607](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:30:41.007](0.127s) not ok 20 - old and new dumps match after pg_upgrade
test
[02:34:44.110]  44/351 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
OpenBSD - Meson
tap
[02:31:53.923](14.283s) not ok 16 - run of pg_upgrade for new instance
[02:31:53.925](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:31:56.156](0.369s) not ok 20 - old and new dumps match after pg_upgrade
test
[02:35:59.998]  95/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
Linux - Debian Bookworm - Autoconf
tap
[02:31:36.434](10.555s) Bail out!  command "pg_resetwal -D /tmp/cirrus-ci-build/src/bin/pg_resetwal/tmp_check/t_003_adva...
FreeBSD - Meson
tap
[02:32:01.524](18.014s) not ok 16 - run of pg_upgrade for new instance
[02:32:01.525](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:32:03.021](0.033s) not ok 20 - old and new dumps match after pg_upgrade
test
[02:33:53.360] 221/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
NetBSD - Meson
tap
[02:30:07.157](4.185s) not ok 16 - run of pg_upgrade for new instance
[02:30:07.159](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[02:30:07.682](0.053s) not ok 20 - old and new dumps match after pg_upgrade
test
[02:31:36.587] 167/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
56/6043 Checkpointer write combining
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("!LWLockHeldByMe(BufferDescriptorGetContentLock(buf))"), File: "bufmgr.c", Line: 3272, PID: 21205
core
[12:42:15.678] #0  0x00007fdd8e6aaeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[12:42:15.678] #1  0x00007fdd8e65bfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[12:42:15.678] #2  0x00007fdd8e646472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[12:42:15.678] #3  0x0000557a5ca1090c in ExceptionalCondition (conditionName=conditionName@entry=0x557a5cdd7500 "!LWLock...
[12:42:15.678] #4  0x0000557a5c64c576 in UnpinBufferNoOwner (buf=0x7fdd8177ed80) at bufmgr.c:3272
[12:42:15.678] #5  0x0000557a5c64c68c in ResOwnerReleaseBufferPin (res=<optimized out>) at bufmgr.c:7146
[12:42:15.678] #6  0x0000557a5ca8c1f5 in ResourceOwnerReleaseAll (owner=owner@entry=0x625000015978, phase=phase@entry=RE...
[12:42:15.678] #7  0x0000557a5ca8c520 in ResourceOwnerReleaseInternal (owner=0x625000015978, phase=phase@entry=RESOURCE_...
[12:42:15.678] #8  0x0000557a5ca8d24d in ResourceOwnerRelease (owner=<optimized out>, phase=phase@entry=RESOURCE_RELEASE...
[12:42:15.678] #9  0x0000557a5ca8db32 in ReleaseAuxProcessResources (isCommit=false) at resowner.c:1022
55/5667 support create index on virtual generated column.
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out /Users/admin/pgsql/build/testrun/pg_upgrade/...
--- /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out	2025-09-12 12:57:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out	2025-09-12 12:59:39
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out /Users/admin/pgsql/build/testrun/recovery/02...
--- /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out	2025-09-12 12:57:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out	2025-09-12 13:00:29
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out /Users/admin/pgsql/build/testrun/regress/reg...
--- /Users/admin/pgsql/src/test/regress/expected/generated_virtual.out	2025-09-12 12:57:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/generated_virtual.out	2025-09-12 12:59:39
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
tap
[12:59:58.585](40.031s) not ok 5 - regression tests pass
tap
[13:00:59.046](57.060s) not ok 2 - regression tests pass
test
[13:03:04.856]  12/349 postgresql:regress / regress/regress                                            ERROR            ...
[13:03:04.856]  26/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[13:03:04.856] 122/349 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/generated_virtual.out C:/cirrus/build/testrun/pg_upgrad...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:01.970185800 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out	2025-09-12 13:01:17.872536400 +...
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/recovery/...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:01.970185800 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out	2025-09-12 13:04:08.253614400...
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/generated_virtual.out C:/cirrus/build/testrun/regress/r...
--- C:/cirrus/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:01.970185800 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/generated_virtual.out	2025-09-12 13:01:16.165036300 +0000
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
tap
[13:02:10.291](111.045s) not ok 5 - regression tests pass
tap
[13:05:06.179](136.476s) not ok 2 - regression tests pass
test
[13:11:27.356]   8/343 postgresql:regress / regress/regress                                            ERROR           1...
[13:11:27.356]  15/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:11:27.356]  74/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Meson
core
[13:12:03.628] #0  <unavailable> in ?? ()
core
[13:12:03.113] #0  <unavailable> in ?? ()
core
[13:12:03.113] #0  0x00007fbcfdcaddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.113] #1  0x00007fbcfdc5a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.113] #2  0x00007fbcfdd15284 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.113] #3  0x00007fbcfdd278dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.619] #0  0x00007f889bcaddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
core
[13:12:03.628] #0  0x00007f889bcaddd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.628] #1  0x00007f889bc5a239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.628] #2  0x00007f889bd15284 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[13:12:03.628] #3  0x00007f889bd278dc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:01.003634752 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out	2025-09-12 13:03:48....
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:01.003634752 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out	2025-09-12 13:05:1...
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:01.003634752 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/generated_virtual.out	2025-09-12 13:03:44.986261035 +0000
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
tap
[13:04:31.673](87.011s) not ok 5 - regression tests pass
tap
[13:05:54.720](86.016s) not ok 2 - regression tests pass
test
[13:09:20.530]  14/350 postgresql:regress / regress/regress                                            ERROR            ...
[13:09:20.530]  33/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[13:09:20.530] 108/350 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tm...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:57:59.028118336 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/generated_virtual.out	2025-09-12 13:05:48.993022110 +0000
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/src/test/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:57:59.028118336 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/generated_virtual.out	2025-09-12 13:03:24.310484568 +0000
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
tap
[13:06:36.583](118.582s) not ok 5 - regression tests pass
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/pg_upgr...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:00.250333000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out	2025-09-12 13:01:02....
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/recover...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:00.250333000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/generated_virtual.out	2025-09-12 13:02:2...
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out	2025-09-12 12:58:00.250333000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/generated_virtual.out	2025-09-12 13:01:05.017580000 +0000
@@ -768,7 +768,7 @@
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx; --ok
 ALTER INDEX gtestparted_a_idx ATTACH PARTITION gtestpart2_a_idx_copy; --error
 ERROR:  cannot attach index "gtestpart2_a_idx_copy" as a partition of index "gtestparted_a_idx"
-DETAIL:  Another index is already attached for partition "gtestpart2".
+DETAIL:  Another index "gtestpart2_a_idx" is already attached for partition "gtestpart2".
 CREATE INDEX gtestparted_a_idx_1 on gtestparted(a);
 --now index gtestpart2_a_idx_copy should attach to the partition tree.
 SELECT * FROM pg_partition_tree('gtestparted_a_idx_1'::regclass);
tap
[13:02:49.544](192.510s) not ok 5 - regression tests pass
tap
[13:04:04.699](224.855s) not ok 2 - regression tests pass
test
[13:05:19.309]  60/349 postgresql:regress / regress/regress                                            ERROR           2...
[13:05:19.309] 178/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[13:05:19.309] 274/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
55/5913 Automatically sizing the IO worker pool
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
55/5972 plpython: Remove support for major version conflict detection
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
56/4337 Incremental View Maintenance (IVM), take 2
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
55/5943 Correction of RowMark Removal During Sel-Join Elimination
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
54/5847 Fixup misplaced filelist.sgml entities
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
56/5839 problems with toast.* reloptions
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
55/5129 Asynchronous MergeAppend Execution
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
56/4735 Support a wildcard in backtrace_functions
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
55/4291 Logging parallel worker draught
tap
[17:30:43.142](0.001s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5129 Asynchronous MergeAppend Execution
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5913 Automatically sizing the IO worker pool
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5972 plpython: Remove support for major version conflict detection
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5943 Correction of RowMark Removal During Sel-Join Elimination
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/4735 Support a wildcard in backtrace_functions
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
54/5847 Fixup misplaced filelist.sgml entities
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/4337 Incremental View Maintenance (IVM), take 2
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/5839 problems with toast.* reloptions
test
[17:36:37.421] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5972 plpython: Remove support for major version conflict detection
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
56/4337 Incremental View Maintenance (IVM), take 2
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
55/4291 Logging parallel worker draught
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
56/4735 Support a wildcard in backtrace_functions
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
55/5129 Asynchronous MergeAppend Execution
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
56/5839 problems with toast.* reloptions
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
54/5847 Fixup misplaced filelist.sgml entities
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
55/5943 Correction of RowMark Removal During Sel-Join Elimination
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
55/5913 Automatically sizing the IO worker pool
tap
[16:16:51.045](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
54/5847 Fixup misplaced filelist.sgml entities
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
56/5839 problems with toast.* reloptions
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
56/4337 Incremental View Maintenance (IVM), take 2
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
55/5972 plpython: Remove support for major version conflict detection
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
55/4291 Logging parallel worker draught
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
55/5913 Automatically sizing the IO worker pool
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
55/5129 Asynchronous MergeAppend Execution
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
56/4735 Support a wildcard in backtrace_functions
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
55/5943 Correction of RowMark Removal During Sel-Join Elimination
test
[16:20:35.276] 226/343 postgresql:scripts / scripts/101_vacuumdb_all                                   ERROR            ...
56/5839 problems with toast.* reloptions
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
54/5847 Fixup misplaced filelist.sgml entities
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5943 Correction of RowMark Removal During Sel-Join Elimination
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5913 Automatically sizing the IO worker pool
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5972 plpython: Remove support for major version conflict detection
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
56/4337 Incremental View Maintenance (IVM), take 2
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/4291 Logging parallel worker draught
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
56/4735 Support a wildcard in backtrace_functions
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5129 Asynchronous MergeAppend Execution
tap
[15:35:06.809](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
56/5839 problems with toast.* reloptions
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5129 Asynchronous MergeAppend Execution
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/4337 Incremental View Maintenance (IVM), take 2
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/4735 Support a wildcard in backtrace_functions
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/4291 Logging parallel worker draught
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5972 plpython: Remove support for major version conflict detection
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5913 Automatically sizing the IO worker pool
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5943 Correction of RowMark Removal During Sel-Join Elimination
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
54/5847 Fixup misplaced filelist.sgml entities
test
[15:40:50.886] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/4337 Incremental View Maintenance (IVM), take 2
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
55/5972 plpython: Remove support for major version conflict detection
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
55/5913 Automatically sizing the IO worker pool
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
55/5943 Correction of RowMark Removal During Sel-Join Elimination
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
54/5847 Fixup misplaced filelist.sgml entities
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
56/5839 problems with toast.* reloptions
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
55/5129 Asynchronous MergeAppend Execution
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
56/4735 Support a wildcard in backtrace_functions
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
55/4291 Logging parallel worker draught
tap
[14:04:52.097](0.000s) not ok 8 - superuser_reserved_connections limit: matches
55/5943 Correction of RowMark Removal During Sel-Join Elimination
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5129 Asynchronous MergeAppend Execution
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5913 Automatically sizing the IO worker pool
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
56/4735 Support a wildcard in backtrace_functions
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5972 plpython: Remove support for major version conflict detection
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
54/5847 Fixup misplaced filelist.sgml entities
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
56/5839 problems with toast.* reloptions
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
56/4337 Incremental View Maintenance (IVM), take 2
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/4291 Logging parallel worker draught
test
[14:07:22.146] 261/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
54/5847 Fixup misplaced filelist.sgml entities
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
55/4291 Logging parallel worker draught
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
55/5972 plpython: Remove support for major version conflict detection
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
55/5943 Correction of RowMark Removal During Sel-Join Elimination
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
55/5913 Automatically sizing the IO worker pool
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
56/5839 problems with toast.* reloptions
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
55/5129 Asynchronous MergeAppend Execution
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
56/4735 Support a wildcard in backtrace_functions
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
56/4337 Incremental View Maintenance (IVM), take 2
tap
[10:29:09.620](0.000s) not ok 10 - no such database stderr /(?^:FATAL:  database "no-such-database" does not exist)/
55/5913 Automatically sizing the IO worker pool
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
54/5847 Fixup misplaced filelist.sgml entities
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
55/5943 Correction of RowMark Removal During Sel-Join Elimination
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
55/5972 plpython: Remove support for major version conflict detection
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
55/5129 Asynchronous MergeAppend Execution
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
56/4735 Support a wildcard in backtrace_functions
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
55/4291 Logging parallel worker draught
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
56/5839 problems with toast.* reloptions
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
56/4337 Incremental View Maintenance (IVM), take 2
test
[10:32:25.755] 216/343 postgresql:pgbench / pgbench/001_pgbench_with_server                            ERROR            ...
55/5318 System views for versions reporting
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
55/5301 Collation and ctype method tables and extension hooks
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
55/5093 Incremental Sort Cost Estimation Instability
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
55/5029 Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
55/5124 Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile()
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
55/5509 Coccinelle for PostgreSQL development
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
55/4573 pg_ctl start may return 0 even if the postmaster has been already started on Windows
tap
[07:06:23.566](0.000s) not ok 2 - can't connect to invalid database - error message
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/5124 Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile()
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/5093 Incremental Sort Cost Estimation Instability
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/5301 Collation and ctype method tables and extension hooks
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/5509 Coccinelle for PostgreSQL development
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/5318 System views for versions reporting
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/5029 Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
test
[07:14:05.447]  40/343 postgresql:recovery / recovery/037_invalid_database                             ERROR            ...
55/4573 pg_ctl start may return 0 even if the postmaster has been already started on Windows
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5318 System views for versions reporting
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5509 Coccinelle for PostgreSQL development
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5301 Collation and ctype method tables and extension hooks
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5093 Incremental Sort Cost Estimation Instability
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5124 Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile()
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5029 Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
tap
[05:42:41.710](60.348s) not ok 19 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256
[05:42:41.711](0.000s) not ok 20 - SCRAM with SSL, channel_binding=disable, and require_auth=scram-sha-256: no stderr
55/5509 Coccinelle for PostgreSQL development
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
55/5029 Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
55/5318 System views for versions reporting
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
55/5124 Fix rare checksum failure in EXEC_BACKEND LocalProcessControlFile()
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
55/4573 pg_ctl start may return 0 even if the postmaster has been already started on Windows
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
55/5093 Incremental Sort Cost Estimation Instability
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
55/5301 Collation and ctype method tables and extension hooks
test
[05:42:42.470] 343/343 postgresql:ssl / ssl/002_scram                                                  ERROR            ...
56/4942 Avoid orphaned objects dependencies, take 3
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5303 Fix for consume_xids advancing XIDs incorrectly
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
54/5548 Document custom settings more consistently
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/4904 SQL Property Graph Queries (SQL/PGQ)
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/3405 Add pg_stat_session
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5965 Expose custom planning data in EXPLAIN
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5893 Adding pg_dump flag for parallel export to pipes
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5781 Make wal_receiver_timeout configurable per subscription
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/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
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
54/5846 Introduce New Command Processing Chapter
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5086 Document NULL Concepts and Behaviors
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
54/5128 Allow partition-wise join when whole row var is needed
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
56/5007 relfilenode statistics
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/4884 Fix rare recovery shutdown hang
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5725 domain over virtual generated column
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5664 Fix slot synchronization with two_phase decoding enabled
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5614 Metadata and record block access stats for indexes
tap
[03:14:04.748](294.482s) # poll_query_until timed out executing this query:
55/5781 Make wal_receiver_timeout configurable per subscription
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
56/4942 Avoid orphaned objects dependencies, take 3
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/4884 Fix rare recovery shutdown hang
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5086 Document NULL Concepts and Behaviors
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
54/5846 Introduce New Command Processing Chapter
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
54/5548 Document custom settings more consistently
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5614 Metadata and record block access stats for indexes
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5725 domain over virtual generated column
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
54/5128 Allow partition-wise join when whole row var is needed
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/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
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/3405 Add pg_stat_session
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5965 Expose custom planning data in EXPLAIN
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
56/5007 relfilenode statistics
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[03:14:05.119] 343/343 postgresql:commit_ts / commit_ts/002_standby                                    ERROR           3...
55/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
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5725 domain over virtual generated column
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
54/5846 Introduce New Command Processing Chapter
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
56/4942 Avoid orphaned objects dependencies, take 3
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
54/5128 Allow partition-wise join when whole row var is needed
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5303 Fix for consume_xids advancing XIDs incorrectly
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5781 Make wal_receiver_timeout configurable per subscription
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
54/5548 Document custom settings more consistently
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5614 Metadata and record block access stats for indexes
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5664 Fix slot synchronization with two_phase decoding enabled
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
56/5007 relfilenode statistics
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5893 Adding pg_dump flag for parallel export to pipes
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5086 Document NULL Concepts and Behaviors
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/4884 Fix rare recovery shutdown hang
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/4904 SQL Property Graph Queries (SQL/PGQ)
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5965 Expose custom planning data in EXPLAIN
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/3405 Add pg_stat_session
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
tap
[00:09:19.438](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
55/5781 Make wal_receiver_timeout configurable per subscription
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/3405 Add pg_stat_session
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/4884 Fix rare recovery shutdown hang
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5086 Document NULL Concepts and Behaviors
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/5007 relfilenode statistics
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
56/4942 Avoid orphaned objects dependencies, take 3
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
54/5128 Allow partition-wise join when whole row var is needed
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
54/5548 Document custom settings more consistently
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/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
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5614 Metadata and record block access stats for indexes
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5725 domain over virtual generated column
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
54/5846 Introduce New Command Processing Chapter
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/5965 Expose custom planning data in EXPLAIN
test
[00:15:03.040] 149/343 postgresql:pg_amcheck / pg_amcheck/002_nonesuch                                 ERROR            ...
55/4884 Fix rare recovery shutdown hang
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5614 Metadata and record block access stats for indexes
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
56/4942 Avoid orphaned objects dependencies, take 3
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/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
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/4904 SQL Property Graph Queries (SQL/PGQ)
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5664 Fix slot synchronization with two_phase decoding enabled
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
54/5128 Allow partition-wise join when whole row var is needed
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5086 Document NULL Concepts and Behaviors
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5781 Make wal_receiver_timeout configurable per subscription
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5303 Fix for consume_xids advancing XIDs incorrectly
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5725 domain over virtual generated column
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/3405 Add pg_stat_session
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5965 Expose custom planning data in EXPLAIN
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
56/5007 relfilenode statistics
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
55/5893 Adding pg_dump flag for parallel export to pipes
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
54/5548 Document custom settings more consistently
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
54/5846 Introduce New Command Processing Chapter
tap
[22:19:32.979](0.001s) not ok 5 - clusterdb cannot target invalid database: matches
54/5548 Document custom settings more consistently
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/3405 Add pg_stat_session
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/4884 Fix rare recovery shutdown hang
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5086 Document NULL Concepts and Behaviors
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
56/5007 relfilenode statistics
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
56/4942 Avoid orphaned objects dependencies, take 3
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
54/5128 Allow partition-wise join when whole row var is needed
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5725 domain over virtual generated column
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5614 Metadata and record block access stats for indexes
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/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
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5781 Make wal_receiver_timeout configurable per subscription
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5965 Expose custom planning data in EXPLAIN
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
54/5846 Introduce New Command Processing Chapter
test
[22:23:02.011] 218/343 postgresql:scripts / scripts/011_clusterdb_all                                  ERROR            ...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
FreeBSD - Meson
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/3405 Add pg_stat_session
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/4884 Fix rare recovery shutdown hang
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
56/5007 relfilenode statistics
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
56/4942 Avoid orphaned objects dependencies, take 3
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
54/5128 Allow partition-wise join when whole row var is needed
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5086 Document NULL Concepts and Behaviors
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
54/5548 Document custom settings more consistently
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/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
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5614 Metadata and record block access stats for indexes
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5725 domain over virtual generated column
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5781 Make wal_receiver_timeout configurable per subscription
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
54/5846 Introduce New Command Processing Chapter
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5965 Expose custom planning data in EXPLAIN
test
[16:39:52.524] 329/349 postgresql:test_misc / test_misc/007_catcache_inval                             ERROR            ...
55/5664 Fix slot synchronization with two_phase decoding enabled
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2025-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5725 domain over virtual generated column
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5614 Metadata and record block access stats for indexes
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/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
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5303 Fix for consume_xids advancing XIDs incorrectly
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
54/5548 Document custom settings more consistently
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5086 Document NULL Concepts and Behaviors
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
54/5128 Allow partition-wise join when whole row var is needed
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
56/4942 Avoid orphaned objects dependencies, take 3
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
56/5007 relfilenode statistics
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/4884 Fix rare recovery shutdown hang
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/4904 SQL Property Graph Queries (SQL/PGQ)
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/3405 Add pg_stat_session
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5965 Expose custom planning data in EXPLAIN
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
54/5846 Introduce New Command Processing Chapter
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5893 Adding pg_dump flag for parallel export to pipes
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
55/5781 Make wal_receiver_timeout configurable per subscription
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-09-01 16:29:06.961562000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-09-01 16:36:30.6695530...
@@ -12700,8 +12700,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
 
 -- Clean up
 \set VERBOSITY default
54/5846 Introduce New Command Processing Chapter
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
54/5128 Allow partition-wise join when whole row var is needed
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5965 Expose custom planning data in EXPLAIN
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5725 domain over virtual generated column
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
56/4942 Avoid orphaned objects dependencies, take 3
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
56/5007 relfilenode statistics
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5614 Metadata and record block access stats for indexes
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
54/5548 Document custom settings more consistently
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/4884 Fix rare recovery shutdown hang
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5086 Document NULL Concepts and Behaviors
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/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
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/3405 Add pg_stat_session
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5781 Make wal_receiver_timeout configurable per subscription
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[16:36:57.744] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            12.48...
55/3405 Add pg_stat_session
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
54/5846 Introduce New Command Processing Chapter
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5893 Adding pg_dump flag for parallel export to pipes
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5781 Make wal_receiver_timeout configurable per subscription
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5664 Fix slot synchronization with two_phase decoding enabled
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5725 domain over virtual generated column
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5614 Metadata and record block access stats for indexes
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5303 Fix for consume_xids advancing XIDs incorrectly
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
54/5548 Document custom settings more consistently
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5965 Expose custom planning data in EXPLAIN
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5086 Document NULL Concepts and Behaviors
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
54/5128 Allow partition-wise join when whole row var is needed
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
56/4942 Avoid orphaned objects dependencies, take 3
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
56/5007 relfilenode statistics
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/4884 Fix rare recovery shutdown hang
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/4904 SQL Property Graph Queries (SQL/PGQ)
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
55/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
tap
[14:57:16.524](0.001s) not ok 2 - regular connections limit: matches
54/5548 Document custom settings more consistently
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5965 Expose custom planning data in EXPLAIN
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
54/5846 Introduce New Command Processing Chapter
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5781 Make wal_receiver_timeout configurable per subscription
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5725 domain over virtual generated column
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5614 Metadata and record block access stats for indexes
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/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
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5086 Document NULL Concepts and Behaviors
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
54/5128 Allow partition-wise join when whole row var is needed
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
56/4942 Avoid orphaned objects dependencies, take 3
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
56/5007 relfilenode statistics
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/4884 Fix rare recovery shutdown hang
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/3405 Add pg_stat_session
test
[14:59:46.836] 260/343 postgresql:postmaster / postmaster/002_connection_limits                        ERROR            ...
55/5965 Expose custom planning data in EXPLAIN
FreeBSD - Meson
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5893 Adding pg_dump flag for parallel export to pipes
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5781 Make wal_receiver_timeout configurable per subscription
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
54/5846 Introduce New Command Processing Chapter
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5664 Fix slot synchronization with two_phase decoding enabled
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5725 domain over virtual generated column
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5614 Metadata and record block access stats for indexes
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/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
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5303 Fix for consume_xids advancing XIDs incorrectly
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
54/5548 Document custom settings more consistently
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/5086 Document NULL Concepts and Behaviors
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
54/5128 Allow partition-wise join when whole row var is needed
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
56/4942 Avoid orphaned objects dependencies, take 3
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
56/5007 relfilenode statistics
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/4884 Fix rare recovery shutdown hang
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/4904 SQL Property Graph Queries (SQL/PGQ)
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
55/3405 Add pg_stat_session
tap
[13:04:07.734](248.118s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 73.
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5965 Expose custom planning data in EXPLAIN
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5781 Make wal_receiver_timeout configurable per subscription
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
54/5846 Introduce New Command Processing Chapter
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5725 domain over virtual generated column
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5614 Metadata and record block access stats for indexes
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/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
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
54/5548 Document custom settings more consistently
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/5086 Document NULL Concepts and Behaviors
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
54/5128 Allow partition-wise join when whole row var is needed
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
56/4942 Avoid orphaned objects dependencies, take 3
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
56/5007 relfilenode statistics
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/4884 Fix rare recovery shutdown hang
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[13:06:11.408] 200/349 postgresql:recovery / recovery/001_stream_rep                                   ERROR           2...
54/5128 Allow partition-wise join when whole row var is needed
Linux - Debian Bookworm - Meson
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
56/4942 Avoid orphaned objects dependencies, take 3
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
54/5846 Introduce New Command Processing Chapter
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5614 Metadata and record block access stats for indexes
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
56/5007 relfilenode statistics
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/4904 SQL Property Graph Queries (SQL/PGQ)
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5893 Adding pg_dump flag for parallel export to pipes
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/4884 Fix rare recovery shutdown hang
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5664 Fix slot synchronization with two_phase decoding enabled
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5781 Make wal_receiver_timeout configurable per subscription
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/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
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5303 Fix for consume_xids advancing XIDs incorrectly
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
54/5548 Document custom settings more consistently
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5965 Expose custom planning data in EXPLAIN
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5725 domain over virtual generated column
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5086 Document NULL Concepts and Behaviors
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/3405 Add pg_stat_session
core
[12:38:25.751] #0  0x00007f8615d9fb20 in ?? ()
[12:38:25.751] #1  0x0000000000000003 in ?? ()
[12:38:25.751] #2  0x00007ffd887780b6 in ?? ()
[12:38:25.751] #3  0x00007ffd887780b9 in ?? ()
[12:38:25.751] #4  0x00007ffd887780bc in ?? ()
[12:38:25.751] #5  0x0000000000000000 in ?? ()
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/3405 Add pg_stat_session
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5614 Metadata and record block access stats for indexes
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
56/4942 Avoid orphaned objects dependencies, take 3
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
54/5128 Allow partition-wise join when whole row var is needed
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
54/5846 Introduce New Command Processing Chapter
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5303 Fix for consume_xids advancing XIDs incorrectly
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
56/5007 relfilenode statistics
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5965 Expose custom planning data in EXPLAIN
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5725 domain over virtual generated column
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/4884 Fix rare recovery shutdown hang
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
54/5548 Document custom settings more consistently
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/4904 SQL Property Graph Queries (SQL/PGQ)
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5781 Make wal_receiver_timeout configurable per subscription
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5086 Document NULL Concepts and Behaviors
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5893 Adding pg_dump flag for parallel export to pipes
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/5664 Fix slot synchronization with two_phase decoding enabled
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/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
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out	2025-09-01 12:29:05.463331014 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out	2025-09-01 12:31:30.30714566...
@@ -223,32 +223,17 @@
 BEGIN;
 SET LOCAL enable_indexscan = false;
 CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx;
+ERROR:  could not read blocks 143..158 in file "base/16387/t66_44575": Operation canceled
 -- head
 SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing
 FROM abbrev_abort_uuids
 ORDER BY ctid LIMIT 5;
-  id   |           abort_increasing           |           abort_decreasing           |          noabort_increasing     ...
--------+--------------------------------------+--------------------------------------+---------------------------------...
-     1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-00000000...
-     2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-00000000...
-     3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
- 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-00000000...
-     4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-00000000...
-(5 rows)
...
55/3405 Add pg_stat_session
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5664 Fix slot synchronization with two_phase decoding enabled
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5725 domain over virtual generated column
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5614 Metadata and record block access stats for indexes
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/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
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5303 Fix for consume_xids advancing XIDs incorrectly
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
54/5548 Document custom settings more consistently
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5086 Document NULL Concepts and Behaviors
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
54/5128 Allow partition-wise join when whole row var is needed
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
56/4942 Avoid orphaned objects dependencies, take 3
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
56/5007 relfilenode statistics
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/4884 Fix rare recovery shutdown hang
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/4904 SQL Property Graph Queries (SQL/PGQ)
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5965 Expose custom planning data in EXPLAIN
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5893 Adding pg_dump flag for parallel export to pipes
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5781 Make wal_receiver_timeout configurable per subscription
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
54/5846 Introduce New Command Processing Chapter
tap
[12:31:34.405](67.301s) not ok 5 - regression tests pass
55/5961 Proposal: GUC to control starting/stopping logical subscription workers
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
56/4942 Avoid orphaned objects dependencies, take 3
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
56/5007 relfilenode statistics
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/3405 Add pg_stat_session
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/4884 Fix rare recovery shutdown hang
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/4904 SQL Property Graph Queries (SQL/PGQ)
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5664 Fix slot synchronization with two_phase decoding enabled
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5781 Make wal_receiver_timeout configurable per subscription
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5646 Accessing an invalid pointer in BufferManagerRelation structure
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/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
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
54/5846 Introduce New Command Processing Chapter
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5893 Adding pg_dump flag for parallel export to pipes
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5303 Fix for consume_xids advancing XIDs incorrectly
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
54/5548 Document custom settings more consistently
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
54/5128 Allow partition-wise join when whole row var is needed
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5086 Document NULL Concepts and Behaviors
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5965 Expose custom planning data in EXPLAIN
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5614 Metadata and record block access stats for indexes
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5725 domain over virtual generated column
test
[12:35:49.111]  27/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
55/5323 Support enabling checksums online
FreeBSD - Meson
core
[11:47:17.007] #0  0x000007882aea0130 in ?? () from /lib/libc.so.7
[11:47:17.007] #1  0x000016cdadd5e6d4 in ?? () from /libexec/ld-elf.so.1
[11:47:17.007] #2  0x00000000001e0250 in ?? ()
[11:47:17.007] #3  0x0000078829542370 in ?? ()
[11:47:17.007] #4  0x00001640f9603808 in ?? ()
[11:47:17.007] #5  0x00001640f9603808 in ?? ()
[11:47:17.007] #6  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-08-27 11:36:43.360444000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2025-08-27 11:41:50.865101000 +0...
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-08-27 11:36:43.360444000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/stats.out	2025-08-27 11:42:58.445242000 ...
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-08-27 11:36:43.360444000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats.out	2025-08-27 11:41:55.938830000 +0000
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
tap
[11:42:09.213](221.554s) not ok 5 - regression tests pass
tap
[11:43:15.690](241.415s) not ok 2 - regression tests pass
test
[11:44:40.938] 187/355 postgresql:regress / regress/regress                                            ERROR           2...
[11:44:40.938] 191/355 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[11:44:40.938] 269/355 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
Linux - Debian Bookworm - Meson
core
[11:50:11.159] #0  0x00007f674fc047f3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[11:50:11.159] #1  0x0000562ce73b4291 in ?? ()
[11:50:11.159] #2  0x0000562ce73b8671 in ?? ()
[11:50:11.159] #3  0x0000562ce73b9577 in ?? ()
[11:50:11.159] #4  0x0000562ce73b35bc in ?? ()
[11:50:11.159] #5  0x0000562ce73b1eda in ?? ()
[11:50:11.159] #6  0x00007f674fb2f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:50:11.159] #7  0x00007f674fb2f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[11:50:11.159] #8  0x0000562ce73b2171 in ?? ()
[11:50:11.287] #0  0x00007fdb58dd8bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
core
[11:50:11.288] #0  0x00007fdb58dd8bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[11:50:11.288] #1  0x000055e9f91dccc0 in ?? ()
[11:50:11.288] #2  0x000055e9f91dcefa in ?? ()
[11:50:11.288] #3  0x000055e9f91de630 in ?? ()
[11:50:11.288] #4  0x000055e9f91d8371 in ?? ()
[11:50:11.288] #5  0x000055e9f91d720f in ?? ()
[11:50:11.288] #6  0x000055e9f91d7c3b in ?? ()
[11:50:11.288] #7  0x000055e9f91d566f in ?? ()
[11:50:11.288] #8  0x00007fdb58d2c24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[11:50:11.288] #9  0x00007fdb58d2c305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-08-27 11:36:41.397276619 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2025-08-27 11:42:37.842415920 +0...
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-08-27 11:36:41.397276619 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/stats.out	2025-08-27 11:44:04.630062437 ...
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out	2025-08-27 11:36:41.397276619 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/stats.out	2025-08-27 11:42:34.874426532 +0000
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
tap
[11:42:43.184](82.593s) not ok 5 - regression tests pass
tap
[11:44:12.238](89.834s) not ok 2 - regression tests pass
test
[11:47:37.119]  29/356 postgresql:regress / regress/regress                                            ERROR            ...
[11:47:37.119]  33/356 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[11:47:37.119] 116/356 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/stats.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra...
--- /Users/admin/pgsql/src/test/regress/expected/stats.out	2025-08-27 11:36:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2025-08-27 11:38:59
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/stats.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg...
--- /Users/admin/pgsql/src/test/regress/expected/stats.out	2025-08-27 11:36:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/stats.out	2025-08-27 11:39:57
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/stats.out /Users/admin/pgsql/build/testrun/regress/regress/results...
--- /Users/admin/pgsql/src/test/regress/expected/stats.out	2025-08-27 11:36:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/stats.out	2025-08-27 11:39:03
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
tap
[11:39:03.548](37.739s) not ok 5 - regression tests pass
tap
[11:40:05.181](57.891s) not ok 2 - regression tests pass
test
[11:42:11.455]  28/355 postgresql:regress / regress/regress                                            ERROR            ...
[11:42:11.455]  27/355 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[11:42:11.455] 130/355 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/stats.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg...
--- C:/cirrus/src/test/regress/expected/stats.out	2025-08-27 11:36:46.864582500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out	2025-08-27 11:41:24.573860300 +0000
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/recovery/027_stream_r...
--- C:/cirrus/src/test/regress/expected/stats.out	2025-08-27 11:36:46.864582500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/stats.out	2025-08-27 11:44:17.417244400 +0000
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/stats.out C:/cirrus/build/testrun/regress/regress/resul...
--- C:/cirrus/src/test/regress/expected/stats.out	2025-08-27 11:36:46.864582500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/stats.out	2025-08-27 11:41:18.713975800 +0000
@@ -51,14 +51,6 @@
 client backend|temp relation|normal
 client backend|wal|init
 client backend|wal|normal
-io worker|relation|bulkread
-io worker|relation|bulkwrite
-io worker|relation|init
-io worker|relation|normal
-io worker|relation|vacuum
-io worker|temp relation|normal
-io worker|wal|init
-io worker|wal|normal
 datachecksumsworker launcher|relation|bulkread
 datachecksumsworker launcher|relation|bulkwrite
 datachecksumsworker launcher|relation|init
@@ -75,6 +67,14 @@
 datachecksumsworker worker|temp relation|normal
...
tap
[11:41:36.121](135.002s) not ok 5 - regression tests pass
tap
[11:44:29.044](142.823s) not ok 2 - regression tests pass
test
[11:52:21.675]  15/349 postgresql:regress / regress/regress                                            ERROR           1...
[11:52:21.675]  19/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[11:52:21.675]  62/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
55/5487 Exists pull-up application with JoinExpr
FreeBSD - Meson
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 82082
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 5483
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 82729
core
[08:11:37.084] #0  0x000000082bd061ba in thr_kill () from /lib/libc.so.7
[08:11:37.084] #1  0x000000082bc7f5d4 in raise () from /lib/libc.so.7
[08:11:37.084] #2  0x000000082bd32b59 in abort () from /lib/libc.so.7
[08:11:37.084] #3  0x0000000000ad9bf5 in ExceptionalCondition (conditionName=0x3683e4 "n >= 0 && n < list->length", file...
[08:11:37.084] #4  0x000000000085d696 in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../src/include/nodes...
[08:11:37.084] #5  list_nth (list=<optimized out>, n=<optimized out>) at ../src/include/nodes/pg_list.h:302
[08:11:37.084] #6  0x000000000085d5eb in var_is_nonnullable (root=0x53063296478, var=var@entry=0x53063ad9900, use_rel_in...
[08:11:37.084] #7  0x000000000085cf5d in eval_const_expressions_mutator (node=0x53063ad9880, context=<optimized out>) at...
[08:11:37.084] #8  0x000000000085f648 in simplify_and_arguments (args=<optimized out>, context=context@entry=0x82135c638...
[08:11:37.084] #9  0x000000000085ce63 in eval_const_expressions_mutator (node=0x53063ad96c0, context=<optimized out>) at...
core
[08:11:36.432] #0  0x000000082c72875a in _sigprocmask () from /lib/libc.so.7
[08:11:36.432] #1  0x000000082c765a7f in _system () from /lib/libc.so.7
[08:11:36.432] #2  0x000000082cec28a3 in ?? () from /lib/libthr.so.3
[08:11:36.432] #3  0x0000000000688d87 in RestoreArchivedFile (path=path@entry=0x8216cf1e0 "pg_wal/00000003.history", xlo...
[08:11:36.432] #4  0x0000000000694490 in XLogFileRead (segno=segno@entry=6, tli=tli@entry=2, source=source@entry=XLOG_FR...
[08:11:36.432] #5  0x000000000069015c in XLogFileReadAnyTLI (segno=6, source=XLOG_FROM_ANY) at ../src/backend/access/tra...
[08:11:36.432] #6  WaitForWALToBecomeAvailable (RecPtr=105238424, tliRecPtr=105238400, replayTLI=2, replayLSN=105238400,...
[08:11:36.432] #7  XLogPageRead (xlogreader=0x2c740c21d0a0, targetPagePtr=105234432, reqLen=3992, targetRecPtr=105238400...
[08:11:36.432] #8  0x000000000069723a in ReadPageInternal (state=0x2c740c21d0a0, pageptr=pageptr@entry=105234432, reqLen...
[08:11:36.432] #9  0x0000000000695feb in XLogDecodeNextRecord (state=0x2c740c21d0a0, nonblocking=false) at ../src/backen...
core
[08:11:37.424] #0  0x00000008283e71ba in thr_kill () from /lib/libc.so.7
[08:11:37.424] #1  0x00000008283605d4 in raise () from /lib/libc.so.7
[08:11:37.424] #2  0x0000000828413b59 in abort () from /lib/libc.so.7
[08:11:37.424] #3  0x0000000000ad9bf5 in ExceptionalCondition (conditionName=0x3683e4 "n >= 0 && n < list->length", file...
[08:11:37.424] #4  0x000000000085d696 in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../src/include/nodes...
[08:11:37.424] #5  list_nth (list=<optimized out>, n=<optimized out>) at ../src/include/nodes/pg_list.h:302
[08:11:37.424] #6  0x000000000085d5eb in var_is_nonnullable (root=0x101fbb498ad8, var=var@entry=0x101fbbcc2f68, use_rel_...
[08:11:37.424] #7  0x000000000085cf5d in eval_const_expressions_mutator (node=0x101fbbcc2ee8, context=<optimized out>) a...
[08:11:37.424] #8  0x000000000085f648 in simplify_and_arguments (args=<optimized out>, context=context@entry=0x821a1a9c8...
[08:11:37.424] #9  0x000000000085ce63 in eval_const_expressions_mutator (node=0x101fbbcc2d28, context=<optimized out>) a...
core
[08:11:36.767] #0  0x000000082de281ba in thr_kill () from /lib/libc.so.7
[08:11:36.767] #1  0x000000082dda15d4 in raise () from /lib/libc.so.7
[08:11:36.767] #2  0x000000082de54b59 in abort () from /lib/libc.so.7
[08:11:36.767] #3  0x0000000000ad9bf5 in ExceptionalCondition (conditionName=0x3683e4 "n >= 0 && n < list->length", file...
[08:11:36.767] #4  0x000000000085d696 in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../src/include/nodes...
[08:11:36.767] #5  list_nth (list=<optimized out>, n=<optimized out>) at ../src/include/nodes/pg_list.h:302
[08:11:36.767] #6  0x000000000085d5eb in var_is_nonnullable (root=0x3be6fb89f478, var=var@entry=0x3be6fc0f1900, use_rel_...
[08:11:36.767] #7  0x000000000085cf5d in eval_const_expressions_mutator (node=0x3be6fc0f1880, context=<optimized out>) a...
[08:11:36.767] #8  0x000000000085f648 in simplify_and_arguments (args=<optimized out>, context=context@entry=0x8212e0328...
[08:11:36.767] #9  0x000000000085ce63 in eval_const_expressions_mutator (node=0x3be6fc0f16c0, context=<optimized out>) a...
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-08-27 08:02:16.994729000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-08-27 08:03:59.42704500...
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
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-08-27 08:02:16.994729000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-08-27 08:05:02.438590...
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-08-27 08:02:16.994729000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2025-08-27 08:03:57.855738000 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
tap
[08:06:26.160](204.158s) not ok 5 - regression tests pass
[08:07:04.889](19.361s) not ok 16 - run of pg_upgrade for new instance
[08:07:04.890](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[08:07:06.267](0.034s) not ok 20 - old and new dumps match after pg_upgrade
tap
[08:07:29.683](220.956s) not ok 2 - regression tests pass
[08:07:29.684](0.000s) not ok 3 - primary alive after regression test run
test
[08:08:55.485]  40/349 postgresql:regress / regress/regress                                            ERROR           2...
[08:08:55.485] 171/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[08:08:55.485] 247/349 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../../../../src/include/nodes/pg_list.h", Line: 280, PID: 4327...
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../../../../src/include/nodes/pg_list.h", Line: 280, PID: 4879...
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../../../../src/include/nodes/pg_list.h", Line: 280, PID: 2720...
core
[08:14:06.519] #0  0x00007fde981dbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:06.519] #1  0x00007fde9818cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:06.519] #2  0x00007fde98177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:06.519] #3  0x0000563bec3d2e0f in ExceptionalCondition (conditionName=conditionName@entry=0x563bec73ab20 "n >= 0 ...
[08:14:06.519] #4  0x0000563bebe6d752 in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../../../../src/incl...
[08:14:06.519] #5  0x0000563bebe6d787 in list_nth (list=<optimized out>, n=<optimized out>) at ../../../../src/include/n...
[08:14:06.519] #6  0x0000563bebe737c9 in var_is_nonnullable (root=0x62100005b538, var=var@entry=0x6250001548d8, use_rel_...
[08:14:06.519] #7  0x0000563bebe788f1 in eval_const_expressions_mutator (node=node@entry=0x625000154858, context=context...
[08:14:06.519] #8  0x0000563bebe79bcb in simplify_and_arguments (args=<optimized out>, context=context@entry=0x7ffe46870...
[08:14:06.519] #9  0x0000563bebe762b3 in eval_const_expressions_mutator (node=node@entry=0x625000154698, context=context...
core
[08:14:05.836] #0  0x00007f6dcc8abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:05.836] #1  0x00007f6dcc85cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:05.836] #2  0x00007f6dcc847472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:05.836] #3  0x0000564d413d8e0f in ExceptionalCondition (conditionName=conditionName@entry=0x564d41740b20 "n >= 0 ...
[08:14:05.836] #4  0x0000564d40e73752 in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../../../../src/incl...
[08:14:05.836] #5  0x0000564d40e73787 in list_nth (list=<optimized out>, n=<optimized out>) at ../../../../src/include/n...
[08:14:05.836] #6  0x0000564d40e797c9 in var_is_nonnullable (root=0x62100005b538, var=var@entry=0x6250001548d8, use_rel_...
[08:14:05.836] #7  0x0000564d40e7e8f1 in eval_const_expressions_mutator (node=node@entry=0x625000154858, context=context...
[08:14:05.836] #8  0x0000564d40e7fbcb in simplify_and_arguments (args=<optimized out>, context=context@entry=0x7ffcc6768...
[08:14:05.836] #9  0x0000564d40e7c2b3 in eval_const_expressions_mutator (node=node@entry=0x625000154698, context=context...
core
[08:14:05.129] #0  0x00007f049b2abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:05.129] #1  0x00007f049b25cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:05.129] #2  0x00007f049b247472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:14:05.129] #3  0x000055df1f814e0f in ExceptionalCondition (conditionName=conditionName@entry=0x55df1fb7cb20 "n >= 0 ...
[08:14:05.129] #4  0x000055df1f2af752 in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../../../../src/incl...
[08:14:05.129] #5  0x000055df1f2af787 in list_nth (list=<optimized out>, n=<optimized out>) at ../../../../src/include/n...
[08:14:05.129] #6  0x000055df1f2b57c9 in var_is_nonnullable (root=0x62100005b998, var=var@entry=0x625000154d28, use_rel_...
[08:14:05.129] #7  0x000055df1f2ba8f1 in eval_const_expressions_mutator (node=node@entry=0x625000154ca8, context=context...
[08:14:05.129] #8  0x000055df1f2bbbcb in simplify_and_arguments (args=<optimized out>, context=context@entry=0x7ffd552e7...
[08:14:05.129] #9  0x000055df1f2b82b3 in eval_const_expressions_mutator (node=node@entry=0x625000154ae8, context=context...
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-08-27 08:02:13.787524218 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out	2025-08-27 08:07:09.631273299 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-08-27 08:02:13.787524218 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/subselect.out	2025-08-27 08:09:26.682635982 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
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-08-27 08:02:13.787524218 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/subselect.out	2025-08-27 08:04:20.207501138 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
tap
[08:08:41.723](125.648s) not ok 5 - regression tests pass
[08:08:58.108](6.625s) not ok 16 - run of pg_upgrade for new instance
[08:08:58.109](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[08:08:58.955](0.045s) not ok 20 - old and new dumps match after pg_upgrade
tap
[08:10:16.291](68.823s) not ok 2 - regression tests pass
[08:10:16.292](0.000s) not ok 3 - primary alive after regression test run
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 25496
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 36049
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 24934
core
[08:11:55.001] #0  0x00007fa9d3cb57f3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:55.001] #1  0x000055f8a2c13291 in ?? ()
[08:11:55.001] #2  0x000055f8a2c17671 in ?? ()
[08:11:55.001] #3  0x000055f8a2c18577 in ?? ()
[08:11:55.001] #4  0x000055f8a2c125bc in ?? ()
[08:11:55.001] #5  0x000055f8a2c10eda in ?? ()
[08:11:55.001] #6  0x00007fa9d3be024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:55.001] #7  0x00007fa9d3be0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:55.001] #8  0x000055f8a2c11171 in ?? ()
[08:11:55.571] #0  0x00007fc6a9ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:11:53.251] #0  0x00007fb8a684cbd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:53.251] #1  0x0000564ff245acc0 in ?? ()
[08:11:53.251] #2  0x0000564ff245aefa in ?? ()
[08:11:53.251] #3  0x0000564ff245c630 in ?? ()
[08:11:53.251] #4  0x0000564ff2456371 in ?? ()
[08:11:53.251] #5  0x0000564ff245520f in ?? ()
[08:11:53.251] #6  0x0000564ff2455c3b in ?? ()
[08:11:53.251] #7  0x0000564ff245366f in ?? ()
[08:11:53.251] #8  0x00007fb8a67a024a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:53.251] #9  0x00007fb8a67a0305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[08:11:54.851] #0  0x00007f8bd18a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:54.851] #1  0x00007f8bd185afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:54.851] #2  0x00007f8bd1845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:54.851] #3  0x0000564cbe821a34 in ExceptionalCondition (conditionName=conditionName@entry=0x564cbea54ea9 "n >= 0 ...
[08:11:54.851] #4  0x0000564cbe333b5b in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../src/include/nodes...
[08:11:54.851] #5  0x0000564cbe333b90 in list_nth (list=<optimized out>, n=<optimized out>) at ../src/include/nodes/pg_l...
[08:11:54.851] #6  0x0000564cbe3392c2 in var_is_nonnullable (root=0x564cd37f9c98, var=var@entry=0x564cd38df498, use_rel_...
[08:11:54.851] #7  0x0000564cbe33d18f in eval_const_expressions_mutator (node=node@entry=0x564cd38df418, context=context...
[08:11:54.851] #8  0x0000564cbe33e21d in simplify_and_arguments (args=<optimized out>, context=context@entry=0x7ffe92e0e...
[08:11:54.851] #9  0x0000564cbe33b217 in eval_const_expressions_mutator (node=0x564cd38df258, context=context@entry=0x7f...
core
[08:11:56.527] #0  0x00007fc6a9ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:56.527] #1  0x00007fc6a9c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:56.527] #2  0x00007fc6a9c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:56.527] #3  0x000055a167b33a34 in ExceptionalCondition (conditionName=conditionName@entry=0x55a167d66ea9 "n >= 0 ...
[08:11:56.527] #4  0x000055a167645b5b in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../src/include/nodes...
[08:11:56.527] #5  0x000055a167645b90 in list_nth (list=<optimized out>, n=<optimized out>) at ../src/include/nodes/pg_l...
[08:11:56.527] #6  0x000055a16764b2c2 in var_is_nonnullable (root=0x55a197f50f98, var=var@entry=0x55a197e80568, use_rel_...
[08:11:56.527] #7  0x000055a16764f18f in eval_const_expressions_mutator (node=node@entry=0x55a197e804e8, context=context...
[08:11:56.527] #8  0x000055a16765021d in simplify_and_arguments (args=<optimized out>, context=context@entry=0x7ffdc37a9...
[08:11:56.527] #9  0x000055a16764d217 in eval_const_expressions_mutator (node=0x55a197e80328, context=context@entry=0x7f...
core
[08:11:58.142] #0  0x00007f0cbdea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:58.142] #1  0x00007f0cbde5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:58.142] #2  0x00007f0cbde45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:58.142] #3  0x000056468b1d7a34 in ExceptionalCondition (conditionName=conditionName@entry=0x56468b40aea9 "n >= 0 ...
[08:11:58.142] #4  0x000056468ace9b5b in list_nth_cell (list=<optimized out>, n=<optimized out>) at ../src/include/nodes...
[08:11:58.142] #5  0x000056468ace9b90 in list_nth (list=<optimized out>, n=<optimized out>) at ../src/include/nodes/pg_l...
[08:11:58.142] #6  0x000056468acef2c2 in var_is_nonnullable (root=0x5646ac91e968, var=var@entry=0x5646ac9f92d8, use_rel_...
[08:11:58.142] #7  0x000056468acf318f in eval_const_expressions_mutator (node=node@entry=0x5646ac9f9258, context=context...
[08:11:58.142] #8  0x000056468acf421d in simplify_and_arguments (args=<optimized out>, context=context@entry=0x7fffca060...
[08:11:58.142] #9  0x000056468acf1217 in eval_const_expressions_mutator (node=0x5646ac9f9098, context=context@entry=0x7f...
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-08-27 08:02:13.721351564 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-08-27 08:04:06.31240225...
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
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-08-27 08:02:13.721351564 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-08-27 08:05:19.053653...
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out	2025-08-27 08:02:13.721351564 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out	2025-08-27 08:04:03.068383241 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
tap
[08:04:56.341](70.234s) not ok 5 - regression tests pass
[08:05:17.513](8.919s) not ok 16 - run of pg_upgrade for new instance
[08:05:17.514](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[08:05:19.230](0.121s) not ok 20 - old and new dumps match after pg_upgrade
tap
[08:06:07.309](68.218s) not ok 2 - regression tests pass
[08:06:07.309](0.000s) not ok 3 - primary alive after regression test run
test
[08:09:17.227]   8/350 postgresql:regress / regress/regress                                            ERROR            ...
[08:09:17.227]  29/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:09:17.227]  99/350 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 14209
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 24289
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "../src/include/nodes/pg_list.h", Line: 280, PID: 14278
core
[08:12:19.971]   * frame #0: 0x00000001876b25d0 libsystem_kernel.dylib`__pthread_kill + 8
[08:12:19.971]     frame #1: 0x00000001876eac20 libsystem_pthread.dylib`pthread_kill + 288
[08:12:19.971]     frame #2: 0x00000001875f7a30 libsystem_c.dylib`abort + 180
[08:12:19.971]     frame #3: 0x0000000103158d18 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[08:12:19.971]     frame #4: 0x0000000102dbaedc postgres`list_nth [inlined] list_nth_cell(list=<unavailable>, n=<unavail...
[08:12:19.971]     frame #5: 0x0000000102dbaec4 postgres`list_nth(list=<unavailable>, n=<unavailable>) at pg_list.h:302:...
[08:12:19.971]     frame #6: 0x0000000102f23114 postgres`var_is_nonnullable(root=0x000000015187c838, var=0x000000015187d...
[08:12:19.971]     frame #7: 0x0000000102f22b2c postgres`eval_const_expressions_mutator(node=0x000000015187df58, context...
[08:12:19.971]     frame #8: 0x0000000102f24f38 postgres`simplify_and_arguments(args=<unavailable>, context=0x000000016d...
[08:12:19.971]     frame #9: 0x0000000102f229e0 postgres`eval_const_expressions_mutator(node=0x000000015187dd98, context...
core
[08:11:57.571]   * frame #0: 0x00000001876b25d0 libsystem_kernel.dylib`__pthread_kill + 8
[08:11:57.571]     frame #1: 0x00000001876eac20 libsystem_pthread.dylib`pthread_kill + 288
[08:11:57.571]     frame #2: 0x00000001875f7a30 libsystem_c.dylib`abort + 180
[08:11:57.571]     frame #3: 0x0000000102e6cd18 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[08:11:57.571]     frame #4: 0x0000000102aceedc postgres`list_nth [inlined] list_nth_cell(list=<unavailable>, n=<unavail...
[08:11:57.571]     frame #5: 0x0000000102aceec4 postgres`list_nth(list=<unavailable>, n=<unavailable>) at pg_list.h:302:...
[08:11:57.571]     frame #6: 0x0000000102c37114 postgres`var_is_nonnullable(root=0x000000015a846438, var=0x000000015a82f...
[08:11:57.571]     frame #7: 0x0000000102c36b2c postgres`eval_const_expressions_mutator(node=0x000000015a82fb58, context...
[08:11:57.571]     frame #8: 0x0000000102c38f38 postgres`simplify_and_arguments(args=<unavailable>, context=0x000000016d...
[08:11:57.571]     frame #9: 0x0000000102c369e0 postgres`eval_const_expressions_mutator(node=0x000000015a82f998, context...
core
[08:11:32.201]   * frame #0: 0x00000001876b25d0 libsystem_kernel.dylib`__pthread_kill + 8
[08:11:32.201]     frame #1: 0x00000001876eac20 libsystem_pthread.dylib`pthread_kill + 288
[08:11:32.201]     frame #2: 0x00000001875f7a30 libsystem_c.dylib`abort + 180
[08:11:32.201]     frame #3: 0x0000000104fd0d18 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[08:11:32.201]     frame #4: 0x0000000104c32edc postgres`list_nth [inlined] list_nth_cell(list=<unavailable>, n=<unavail...
[08:11:32.201]     frame #5: 0x0000000104c32ec4 postgres`list_nth(list=<unavailable>, n=<unavailable>) at pg_list.h:302:...
[08:11:32.201]     frame #6: 0x0000000104d9b114 postgres`var_is_nonnullable(root=0x0000000160020a98, var=0x0000000160029...
[08:11:32.201]     frame #7: 0x0000000104d9ab2c postgres`eval_const_expressions_mutator(node=0x00000001600293a8, context...
[08:11:32.201]     frame #8: 0x0000000104d9cf38 postgres`simplify_and_arguments(args=<unavailable>, context=0x000000016b...
[08:11:32.201]     frame #9: 0x0000000104d9a9e0 postgres`eval_const_expressions_mutator(node=0x00000001600291e8, context...
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-08-27 08:02:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-08-27 08:03:48
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/subselect.out	2025-08-27 08:02:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-08-27 08:04:43
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
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-08-27 08:02:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out	2025-08-27 08:03:43
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
tap
[08:04:37.111](66.689s) not ok 5 - regression tests pass
[08:04:57.022](5.921s) not ok 16 - run of pg_upgrade for new instance
[08:04:57.022](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[08:04:57.659](0.046s) not ok 20 - old and new dumps match after pg_upgrade
tap
[08:05:34.705](75.255s) not ok 2 - regression tests pass
[08:05:34.707](0.000s) not ok 3 - primary alive after regression test run
test
[08:07:36.099]  10/349 postgresql:regress / regress/regress                                            ERROR            ...
[08:07:36.099]  39/349 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:07:36.099] 154/349 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "c:\cirrus\src\include\nodes/pg_list.h", Line: 280, PID: 7148
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "c:\cirrus\src\include\nodes/pg_list.h", Line: 280, PID: 4564
assertion
TRAP: failed Assert("n >= 0 && n < list->length"), File: "c:\cirrus\src\include\nodes/pg_list.h", Line: 280, PID: 5004
core
0000000b`e51ff958 00007ffc`0588b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e51ff960 00007ffc`03e54cb0     ntdll!TppWorkerThread+0x2df
0000000b`e51ffc50 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e51ffc80 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e4dfdab0 00007ff7`36043618     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000000b`e4dfdaf0 00007ff7`35c4e4f2     postgres!ExceptionalCondition(
0000000b`e4dfdb30 00007ff7`35c4e564     postgres!list_nth_cell(
0000000b`e4dfdb60 00007ff7`35c4fbbb     postgres!list_nth(
0000000b`e4dfdb90 00007ff7`35c54e82     postgres!var_is_nonnullable(
0000000b`e4dfdbe0 00007ff7`35c55a97     postgres!eval_const_expressions_mutator(
0000000b`e4dfe0a0 00007ff7`35c537f9     postgres!simplify_and_arguments(
0000000b`e4dfe110 00007ff7`35c4f8c3     postgres!eval_const_expressions_mutator(
0000000b`e4dfe5d0 00007ff7`35c36d30     postgres!eval_const_expressions(
0000000b`e4dfe630 00007ff7`35c3fbb3     postgres!convert_EXISTS_sublink_to_join(
core
0000000b`e5dff538 00007ffc`0588b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000000b`e5dff540 00007ffc`03e54cb0     ntdll!TppWorkerThread+0x2df
0000000b`e5dff830 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e5dff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e59ff8b8 00007ffc`0326da3e     ntdll!NtWaitForSingleObject+0x14
0000000b`e59ff8c0 00007ff7`35ced58c     KERNELBASE!WaitForSingleObjectEx+0x8e
0000000b`e59ff960 00007ffc`03e54cb0     postgres!pg_timer_thread(
0000000b`e59ff9a0 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e59ff9d0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000000b`e55ffdb8 00007ffc`032b487a     ntdll!NtFsControlFile+0x14
0000000b`e55ffdc0 00007ff7`35cebaeb     KERNELBASE!ConnectNamedPipe+0x6a
0000000b`e55ffe30 00007ffc`03e54cb0     postgres!pg_signal_thread(
0000000b`e55fff30 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
0000000b`e55fff60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`833ffab8 00007ffc`032b487a     ntdll!NtFsControlFile+0x14
000000d1`833ffac0 00007ff7`35cebaeb     KERNELBASE!ConnectNamedPipe+0x6a
000000d1`833ffb30 00007ffc`03e54cb0     postgres!pg_signal_thread(
000000d1`833ffc30 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`833ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`837ffd08 00007ffc`0326da3e     ntdll!NtWaitForSingleObject+0x14
000000d1`837ffd10 00007ff7`35ced58c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000d1`837ffdb0 00007ffc`03e54cb0     postgres!pg_timer_thread(
000000d1`837ffdf0 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`837ffe20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`82fff8f8 00007ffc`0588b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`82fff900 00007ffc`03e54cb0     ntdll!TppWorkerThread+0x2df
000000d1`82fffbf0 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`82fffc20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000d1`827fcc70 00007ff7`36043618     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000d1`827fccb0 00007ff7`35c4e4f2     postgres!ExceptionalCondition(
000000d1`827fccf0 00007ff7`35c4e564     postgres!list_nth_cell(
000000d1`827fcd20 00007ff7`35c4fbbb     postgres!list_nth(
000000d1`827fcd50 00007ff7`35c54e82     postgres!var_is_nonnullable(
000000d1`827fcda0 00007ff7`35c55a97     postgres!eval_const_expressions_mutator(
000000d1`827fd260 00007ff7`35c537f9     postgres!simplify_and_arguments(
000000d1`827fd2d0 00007ff7`35c4f8c3     postgres!eval_const_expressions_mutator(
000000d1`827fd790 00007ff7`35c36d30     postgres!eval_const_expressions(
000000d1`827fd7f0 00007ff7`35c3fbb3     postgres!convert_EXISTS_sublink_to_join(
core
000000d1`82bff538 00007ffc`0588b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000d1`82bff540 00007ffc`03e54cb0     ntdll!TppWorkerThread+0x2df
000000d1`82bff830 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000d1`82bff860 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`ea3ffb48 00007ffc`0326da3e     ntdll!NtWaitForSingleObject+0x14
000000ad`ea3ffb50 00007ff7`35ced58c     KERNELBASE!WaitForSingleObjectEx+0x8e
000000ad`ea3ffbf0 00007ffc`03e54cb0     postgres!pg_timer_thread(
000000ad`ea3ffc30 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ea3ffc60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e97fd830 00007ff7`36043618     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`e97fd870 00007ff7`35c4e4f2     postgres!ExceptionalCondition(
000000ad`e97fd8b0 00007ff7`35c4e564     postgres!list_nth_cell(
000000ad`e97fd8e0 00007ff7`35c4fbbb     postgres!list_nth(
000000ad`e97fd910 00007ff7`35c54e82     postgres!var_is_nonnullable(
000000ad`e97fd960 00007ff7`35c55a97     postgres!eval_const_expressions_mutator(
000000ad`e97fde20 00007ff7`35c537f9     postgres!simplify_and_arguments(
000000ad`e97fde90 00007ff7`35c4f8c3     postgres!eval_const_expressions_mutator(
000000ad`e97fe350 00007ff7`35c36d30     postgres!eval_const_expressions(
000000ad`e97fe3b0 00007ff7`35c3fbb3     postgres!convert_EXISTS_sublink_to_join(
core
000000ad`ea7ff848 00007ffc`0588b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`ea7ff850 00007ffc`03e54cb0     ntdll!TppWorkerThread+0x2df
000000ad`ea7ffb40 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`ea7ffb70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e9fff698 00007ffc`032b487a     ntdll!NtFsControlFile+0x14
000000ad`e9fff6a0 00007ff7`35cebaeb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`e9fff710 00007ffc`03e54cb0     postgres!pg_signal_thread(
000000ad`e9fff810 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`e9fff840 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`e9bffc08 00007ffc`0588b77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`e9bffc10 00007ffc`03e54cb0     ntdll!TppWorkerThread+0x2df
000000ad`e9bfff00 00007ffc`058fedcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`e9bfff30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
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-08-27 08:02:17.640308500 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out	2025-08-27 08:05:25.522737100 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
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-08-27 08:02:17.640308500 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out	2025-08-27 08:08:24.933588500 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
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-08-27 08:02:17.640308500 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/subselect.out	2025-08-27 08:05:16.041780700 +0000
@@ -1115,8 +1115,7 @@
    Hash Cond: (ta1.id = tb.aval)
    ->  Seq Scan on ta ta1
    ->  Hash
-         ->  HashAggregate
-               Group Key: tb.aval
+         ->  Unique
                ->  Merge Join
                      Merge Cond: (tb.aval = tc.aid)
                      ->  Sort
@@ -1125,7 +1124,7 @@
                      ->  Sort
                            Sort Key: tc.aid
                            ->  Seq Scan on tc
-(14 rows)
+(13 rows)
 
...
tap
[08:07:00.643](131.225s) not ok 5 - regression tests pass
[08:07:37.684](15.488s) not ok 16 - run of pg_upgrade for new instance
[08:07:37.686](0.002s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade success
[08:07:39.760](0.261s) not ok 20 - old and new dumps match after pg_upgrade
tap
[08:10:02.216](150.109s) not ok 2 - regression tests pass
[08:10:02.231](0.001s) not ok 3 - primary alive after regression test run
test
[08:17:26.823]   6/343 postgresql:regress / regress/regress                                            ERROR           1...
[08:17:26.823]  19/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:17:26.823]  79/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/4817 on_error table, saving error info to a table
macOS - Sonoma - Meson
tap
[14:41:09.561](0.000s) not ok 66 - all output lines are FPW
test
[14:43:02.287] 211/346 postgresql:pg_waldump / pg_waldump/001_basic                                    ERROR            ...
53/5845 Carefully exposing information without authentication
CompilerWarnings
compiler
[12:20:31.430] backend_startup.c:1279:65: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument...
53/5719 MergeAppend could consider sorting cheapest child path
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/inherit.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/inherit.out	2025-08-03 18:50:19.713291100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out	2025-08-03 18:53:09.339949200 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/inherit.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/inherit.out	2025-08-03 18:50:19.713291100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/inherit.out	2025-08-03 18:55:50.437139500 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/inherit.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/inherit.out	2025-08-03 18:50:19.713291100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/inherit.out	2025-08-03 18:52:58.615886400 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
tap
[18:54:32.167](111.821s) not ok 5 - regression tests pass
tap
[18:57:24.087](130.337s) not ok 2 - regression tests pass
test
[19:04:12.297]   6/340 postgresql:regress / regress/regress                                            ERROR           1...
[19:04:12.297]  16/340 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[19:04:12.297]  71/340 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/inherit.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/inherit.out	2025-08-03 18:49:11
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out	2025-08-03 18:50:45
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/inherit.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r...
--- /Users/admin/pgsql/src/test/regress/expected/inherit.out	2025-08-03 18:49:11
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/inherit.out	2025-08-03 18:51:24
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/inherit.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/inherit.out	2025-08-03 18:49:11
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/inherit.out	2025-08-03 18:50:41
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
tap
[18:51:09.338](37.756s) not ok 5 - regression tests pass
tap
[18:52:03.554](50.800s) not ok 2 - regression tests pass
test
[18:53:52.601]   9/345 postgresql:regress / regress/regress                                            ERROR            ...
[18:53:52.601]  28/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[18:53:52.601] 119/345 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:16.187414394 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out	2025-08-03 18:52:30.271146797 ...
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:16.187414394 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/inherit.out	2025-08-03 18:53:45.33113972...
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:16.187414394 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/inherit.out	2025-08-03 18:52:28.963146964 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
tap
[18:53:26.747](71.456s) not ok 5 - regression tests pass
tap
[18:54:43.325](75.097s) not ok 2 - regression tests pass
test
[18:57:47.579]   7/346 postgresql:regress / regress/regress                                            ERROR            ...
[18:57:47.579]  32/346 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[18:57:47.579] 101/346 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
FreeBSD - Meson
core
[18:59:20.038] #0  0x000000082e39475a in _sigprocmask () from /lib/libc.so.7
[18:59:20.038] #1  0x000000082e3d1a7f in _system () from /lib/libc.so.7
[18:59:20.038] #2  0x000000082c8868a3 in ?? () from /lib/libthr.so.3
[18:59:20.038] #3  0x0000000000688ab7 in RestoreArchivedFile (path=path@entry=0x820fc51e0 "pg_wal/00000002", '0' <repeat...
[18:59:20.038] #4  0x000000000066fa28 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[18:59:20.038] #5  0x000000000066fae8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[18:59:20.038] #6  0x0000000000693fab in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[18:59:20.038] #7  0x0000000000690133 in WaitForWALToBecomeAvailable (RecPtr=67202008, tliRecPtr=67201984, replayTLI=2, ...
[18:59:20.038] #8  XLogPageRead (xlogreader=0x36b654e1d0a0, targetPagePtr=67198976, reqLen=3032, targetRecPtr=67201984, ...
[18:59:20.038] #9  0x0000000000696f6a in ReadPageInternal (state=0x36b654e1d0a0, pageptr=pageptr@entry=67198976, reqLen=...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:15.704944000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out	2025-08-03 18:51:47.131963000 ...
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:15.704944000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/inherit.out	2025-08-03 18:52:53.60318400...
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:15.704944000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/inherit.out	2025-08-03 18:51:49.399615000 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
tap
[18:54:24.054](197.290s) not ok 5 - regression tests pass
tap
[18:55:29.408](215.905s) not ok 2 - regression tests pass
test
[18:56:57.154]  28/345 postgresql:regress / regress/regress                                            ERROR           2...
[18:56:57.154] 172/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[18:56:57.154] 255/345 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:17.267226282 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/inherit.out	2025-08-03 18:54:27.374784313 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/src/test/regress/results/inheri...
--- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out	2025-08-03 18:50:17.267226282 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/inherit.out	2025-08-03 18:52:42.742855098 +0000
@@ -1867,17 +1867,16 @@
 analyze matest1;
 explain (costs off)
 select * from matest0 where a < 100 order by a;
-                          QUERY PLAN                           
----------------------------------------------------------------
- Merge Append
+                QUERY PLAN                 
+-------------------------------------------
+ Sort
    Sort Key: matest0.a
-   ->  Index Only Scan using matest0_pkey on matest0 matest0_1
-         Index Cond: (a < 100)
-   ->  Sort
-         Sort Key: matest0_2.a
+   ->  Append
+         ->  Seq Scan on matest0 matest0_1
...
tap
[18:56:20.508](148.133s) not ok 5 - regression tests pass
53/5707 Detect buffer underflow in get_th()
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2025-08-03 15:52:06.214299000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-08-03 15:59:11.4890500...
@@ -12588,8 +12588,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | f      | t
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12605,8 +12604,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
...
test
[15:59:38.307] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            11.00...
53/5700 minor error message enhancement in refuseDupeIndexAttach
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres...
--- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out	2025-08-03 14:57:35.595184000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw-running/regress/results/postgres_fdw.out	2025-08-03 15:05:23.6172020...
@@ -12588,8 +12588,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | f      | t
-(1 row)
+(0 rows)
 
 -- After terminating the remote backend, since the connection is closed,
 -- "closed" should be TRUE, or NULL if the connection status check
@@ -12605,8 +12604,7 @@
   FROM postgres_fdw_get_connections(true);
  server_name | closed | remote_backend_pid 
 -------------+--------+--------------------
- loopback    | t      | t
-(1 row)
+(0 rows)
...
test
[15:05:50.561] 78/80 postgresql:postgres_fdw-running / postgres_fdw-running/regress               ERROR            11.20...
53/5881 array_random
Linux - Debian Bookworm - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2025-08-02 15:24:43.305784308 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out	2025-08-02 15:34:14.08923984...
@@ -3004,11 +3004,12 @@
 
 --array_random error case
 SELECT array_random(1, 10, '{134217728}');
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  out of memory
+DETAIL:  Failed on request of size 12 in memory context "printtup".
 SELECT array_random(2, 1, '{2}'::int[]);
 ERROR:  lower bound must be less than or equal to upper bound
 SELECT array_random(2, 1, '{-1}'::int[]);
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  array size exceeds the maximum allowed (268435455)
 SELECT array_random(NULL, 1, NULL);
 ERROR:  dimension array cannot be null
 SELECT array_random(1, 2, '{NULL}'::int[]);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build-32/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2025-08-02 15:24:43.305784308 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/arrays.out	2025-08-02 15:35:42.753180...
@@ -3004,11 +3004,12 @@
 
 --array_random error case
 SELECT array_random(1, 10, '{134217728}');
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  out of memory
+DETAIL:  Failed on request of size 12 in memory context "printtup".
 SELECT array_random(2, 1, '{2}'::int[]);
 ERROR:  lower bound must be less than or equal to upper bound
 SELECT array_random(2, 1, '{-1}'::int[]);
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  array size exceeds the maximum allowed (268435455)
 SELECT array_random(NULL, 1, NULL);
 ERROR:  dimension array cannot be null
 SELECT array_random(1, 2, '{NULL}'::int[]);
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build-32/testrun/regress/regress...
--- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out	2025-08-02 15:24:43.305784308 +0000
+++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/arrays.out	2025-08-02 15:34:13.889239989 +0000
@@ -3004,11 +3004,12 @@
 
 --array_random error case
 SELECT array_random(1, 10, '{134217728}');
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  out of memory
+DETAIL:  Failed on request of size 12 in memory context "printtup".
 SELECT array_random(2, 1, '{2}'::int[]);
 ERROR:  lower bound must be less than or equal to upper bound
 SELECT array_random(2, 1, '{-1}'::int[]);
-ERROR:  array size exceeds the maximum allowed (134217727)
+ERROR:  array size exceeds the maximum allowed (268435455)
 SELECT array_random(NULL, 1, NULL);
 ERROR:  dimension array cannot be null
 SELECT array_random(1, 2, '{NULL}'::int[]);
tap
[15:35:10.941](102.990s) not ok 5 - regression tests pass
tap
[15:36:38.274](112.475s) not ok 2 - regression tests pass
test
[15:40:02.872]  20/346 postgresql:regress / regress/regress                                            ERROR           1...
[15:40:02.872]  44/346 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[15:40:02.872] 122/346 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/5751 Disable parallel query by default
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/isolation/expected/deadlock-parallel.out C:/cirrus/build/testrun/isolati...
--- C:/cirrus/src/test/isolation/expected/deadlock-parallel.out	2025-07-30 10:42:06.232920500 +0000
+++ C:/cirrus/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-30 10:45:05.824125600 +0000
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out C:/cirrus/build/testrun/pg_ove...
--- C:/cirrus/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-30 10:42:02.384995200 +0000
+++ C:/cirrus/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-30 10:49:42.072830300 +0000
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:06.943147300 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-30 10:45:53.161043600 +00...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plpgsql.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u...
--- C:/cirrus/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:06.912713100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-30 10:46:13.861780600 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/02...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:06.943147300 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-30 10:48:38.413095200 +...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plpgsql.out C:/cirrus/build/testrun/recovery/027_stream...
--- C:/cirrus/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:06.912713100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-30 10:48:59.689933100 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/reg...
--- C:/cirrus/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:06.943147300 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out	2025-07-30 10:45:49.408602100 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/plpgsql.out C:/cirrus/build/testrun/regress/regress/res...
--- C:/cirrus/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:06.912713100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/plpgsql.out	2025-07-30 10:46:08.357355800 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[10:46:36.652](123.200s) not ok 5 - regression tests pass
tap
[10:49:20.884](133.157s) not ok 2 - regression tests pass
test
[10:56:47.318]  11/340 postgresql:regress / regress/regress                                            ERROR           1...
[10:56:47.318]   6/340 postgresql:isolation / isolation/isolation                                      ERROR           1...
[10:56:47.318]  19/340 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[10:56:47.318]  90/340 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[10:56:47.318]  68/340 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/isolation/expected/deadlock-parallel.out /Users/admin/pgsql/build/testrun/isolation...
--- /Users/admin/pgsql/src/test/isolation/expected/deadlock-parallel.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-30 10:42:41
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /Users/admin/pgsql/contrib/pg_overexplain/expected/pg_overexplain.out /Users/admin/pgsql/build/testrun/pg_overe...
--- /Users/admin/pgsql/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-30 10:41:10
+++ /Users/admin/pgsql/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-30 10:43:59
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-30 10:42:55
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plpgsql.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg...
--- /Users/admin/pgsql/src/test/regress/expected/plpgsql.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-30 10:43:01
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-30 10:43:52
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plpgsql.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r...
--- /Users/admin/pgsql/src/test/regress/expected/plpgsql.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-30 10:44:01
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/regress/regre...
--- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/select_parallel.out	2025-07-30 10:42:57
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /Users/admin/pgsql/src/test/regress/expected/plpgsql.out /Users/admin/pgsql/build/testrun/regress/regress/resul...
--- /Users/admin/pgsql/src/test/regress/expected/plpgsql.out	2025-07-30 10:41:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/plpgsql.out	2025-07-30 10:43:04
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[10:43:08.617](39.890s) not ok 5 - regression tests pass
tap
[10:44:14.030](61.662s) not ok 2 - regression tests pass
test
[10:46:16.168]  17/345 postgresql:regress / regress/regress                                            ERROR            ...
[10:46:16.168]   9/345 postgresql:isolation / isolation/isolation                                      ERROR            ...
[10:46:16.168]  29/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[10:46:16.168]  90/345 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[10:46:16.168] 139/345 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
Linux - Debian Bookworm - Meson
core
[10:54:54.365] #0  0x00007f44bb488b20 in ?? ()
[10:54:54.365] #1  0x0000000000000003 in ?? ()
[10:54:54.365] #2  0x00007ffcac4054be in ?? ()
[10:54:54.365] #3  0x00007ffcac4054c1 in ?? ()
[10:54:54.365] #4  0x00007ffcac4054c4 in ?? ()
[10:54:54.365] #5  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/build/testrun/isola...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2025-07-30 10:42:04.369114340 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-30 10:46:31.337226495 +...
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/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-07-30 10:42:02.148829251 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-30 10:48:45.964741964 +...
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:04.612769645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-30 10:47:06.72...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:04.596792248 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-30 10:47:21.065127717 ...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:04.612769645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-30 10:48:26....
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:04.596792248 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-30 10:48:40.51677071...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:04.612769645 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2025-07-30 10:47:05.309174964 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:04.596792248 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plpgsql.out	2025-07-30 10:47:20.885128321 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[10:47:32.510](81.166s) not ok 5 - regression tests pass
tap
[10:48:53.266](83.784s) not ok 2 - regression tests pass
test
[10:52:18.004]   8/346 postgresql:isolation / isolation/isolation                                      ERROR            ...
[10:52:18.004]  22/346 postgresql:regress / regress/regress                                            ERROR            ...
[10:52:18.004]  33/346 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:52:18.004]  90/346 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[10:52:18.004] 102/346 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out /tmp/cirrus-ci-build/contrib/pg_overexp...
--- /tmp/cirrus-ci-build/contrib/pg_overexplain/expected/pg_overexplain.out	2025-07-30 10:41:59.998913334 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_overexplain/results/pg_overexplain.out	2025-07-30 10:48:13.106504964 +0000
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:01.959263840 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out	2025-07-30 10:49:23.834851574 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:01.943230694 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/plpgsql.out	2025-07-30 10:49:38.982933175 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/src/test/isolation/...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2025-07-30 10:42:01.730791499 +0000
+++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/deadlock-parallel.out	2025-07-30 10:46:03.726411487 +0000
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/recovery/tmp_c...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:01.959263840 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/select_parallel.out	2025-07-30 10:51:13.806350943 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/res...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:01.943230694 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/plpgsql.out	2025-07-30 10:51:27.754303049 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:01.959263840 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out	2025-07-30 10:46:59.518292077 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/src/test/regress/results/plpgsq...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:01.943230694 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/plpgsql.out	2025-07-30 10:47:26.722340776 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[10:49:50.604](115.319s) not ok 5 - regression tests pass
tap
[10:51:40.190](72.564s) not ok 2 - regression tests pass
FreeBSD - Meson
regress
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out /tmp/cirrus-ci-build/build/testrun/isola...
--- /tmp/cirrus-ci-build/src/test/isolation/expected/deadlock-parallel.out	2025-07-30 10:42:03.281988000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/deadlock-parallel.out	2025-07-30 10:43:38.277057000 +...
@@ -46,6 +46,7 @@
         1
 (1 row)
 
+step e1c: COMMIT;
 step d2a1: <... completed>
   sum
 -----
@@ -57,7 +58,6 @@
          1
 (1 row)
 
-step e1c: COMMIT;
 step d2c: COMMIT;
 step e2l: <... completed>
 lock_excl
regress
diff -U3 /tmp/cirrus-ci-build/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-07-30 10:42:01.897373000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_overexplain/regress/results/pg_overexplain.out	2025-07-30 10:45:02.423855000 +...
@@ -91,26 +91,26 @@
  GroupAggregate
    Group Key: vegetables.genus
    Disabled Nodes: 0
-   Parallel Safe: true
+   Parallel Safe: false
    Plan Node ID: 0
    ->  Sort
          Sort Key: vegetables.genus, vegetables.name
          Disabled Nodes: 0
-         Parallel Safe: true
+         Parallel Safe: false
          Plan Node ID: 1
          ->  Append
                Disabled Nodes: 0
-               Parallel Safe: true
+               Parallel Safe: false
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:03.459759000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out	2025-07-30 10:43:58.11...
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:03.445730000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out	2025-07-30 10:44:13.887651000 ...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:03.459759000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out	2025-07-30 10:45:03....
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:03.445730000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out	2025-07-30 10:45:26.00862500...
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out	2025-07-30 10:42:03.459759000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out	2025-07-30 10:43:58.166361000 +0000
@@ -1390,7 +1390,6 @@
 select set_role_and_error(0);
 ERROR:  division by zero
 CONTEXT:  SQL function "set_role_and_error" statement 1
-parallel worker
 reset debug_parallel_query;
 drop function set_and_report_role();
 drop function set_role_and_error(int);
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r...
--- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out	2025-07-30 10:42:03.445730000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/plpgsql.out	2025-07-30 10:44:13.231341000 +0000
@@ -4111,15 +4111,11 @@
 $$ language plpgsql parallel safe;
 set debug_parallel_query to on;
 explain (verbose, costs off) select error_trap_test();
-            QUERY PLAN             
------------------------------------
...
tap
[10:44:31.154](72.026s) not ok 5 - regression tests pass
tap
[10:45:48.203](101.544s) not ok 2 - regression tests pass
test
[10:47:43.471]  25/345 postgresql:regress / regress/regress                                            ERROR            ...
[10:47:43.471]  12/345 postgresql:isolation / isolation/isolation                                      ERROR            ...
[10:47:43.471]  92/345 postgresql:pg_overexplain / pg_overexplain/regress                              ERROR            ...
[10:47:43.471]  46/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[10:47:43.471] 171/345 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
53/5669 Use CLOCK_MONOTONIC_COARSE for instr_time for explain analyze
Linux - Debian Bookworm - Meson
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-07-30 10:27:09.727077790 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/entry_timestamp.out	2025-07-30 10:34:13.387917...
@@ -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
[10:37:31.098]  97/346 postgresql:pg_stat_statements / pg_stat_statements/regress                      ERROR            ...
FreeBSD - Meson
core
[10:38:10.493] #0  0x000000082b9f375a in _sigprocmask () from /lib/libc.so.7
[10:38:10.493] #1  0x000000082ba30a7f in _system () from /lib/libc.so.7
[10:38:10.493] #2  0x00000008291a78a3 in ?? () from /lib/libthr.so.3
[10:38:10.493] #3  0x0000000000688a67 in RestoreArchivedFile (path=path@entry=0x820c471e0 "pg_wal/00000002", '0' <repeat...
[10:38:10.493] #4  0x000000000066f9e8 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran...
[10:38:10.493] #5  0x000000000066faa8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam...
[10:38:10.493] #6  0x0000000000693f4b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67...
[10:38:10.493] #7  0x00000000006900e3 in WaitForWALToBecomeAvailable (RecPtr=67202008, tliRecPtr=67201984, replayTLI=2, ...
[10:38:10.493] #8  XLogPageRead (xlogreader=0x3ad654c1d130, targetPagePtr=67198976, reqLen=3032, targetRecPtr=67201984, ...
[10:38:10.493] #9  0x0000000000696f0a in ReadPageInternal (state=0x3ad654c1d130, pageptr=pageptr@entry=67198976, reqLen=...
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-07-30 10:27:26.963716000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/entry_timestamp.out	2025-07-30 10:31:23.338193...
@@ -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
test
[10:35:30.311]  96/345 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/entry_timestamp.out /tmp/cirrus-ci-build/contrib/pg_st...
--- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/entry_timestamp.out	2025-07-30 10:27:13.250344589 +0000
+++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/entry_timestamp.out	2025-07-30 10:34:31.434693109 +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)
 
...
53/5631 Allow table AMs to define their own reloptions
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:49:27.801] ../src/test/modules/dummy_table_am/dummy_table_am.c(512): warning C4028: formal parameter 2 different fro...
53/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[09:16:54.043] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable]
compiler
[09:16:43.543] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable]
compiler
[09:16:07.405] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l...
compiler
[09:16:07.405] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable]
compiler
[09:15:54.878] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l...
compiler
[09:15:54.878] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable]
compiler
[09:17:18.055] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l...
compiler
[09:17:18.055] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable]
56/4984 Serverside SNI for SSL connections
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[08:46:47.544](0.065s) not ok 33 - connect with correct server CA cert file sslmode=require
[08:46:47.545](0.000s) not ok 34 - connect with correct server CA cert file sslmode=require: no stderr
[08:46:47.674](0.001s) not ok 36 - connect fails since the passphrase protected key cannot be reloaded: matches
test
[08:47:21.998] 338/341 postgresql:ssl / ssl/004_sni                                                    ERROR            ...
53/5814 Add enable_groupagg GUC parameter to control GroupAggregate usage
Windows - Server 2019, VS 2019 - Meson & ninja
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join_hash.out C:/cirrus/build/testrun/pg_upgrade/002_pg...
--- C:/cirrus/src/test/regress/expected/join_hash.out	2025-07-22 08:01:18.592663100 +0000
+++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out	2025-07-22 08:04:47.122595200 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join_hash.out C:/cirrus/build/testrun/recovery/027_stre...
--- C:/cirrus/src/test/regress/expected/join_hash.out	2025-07-22 08:01:18.592663100 +0000
+++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/join_hash.out	2025-07-22 08:07:49.381382700 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/join_hash.out C:/cirrus/build/testrun/regress/regress/r...
--- C:/cirrus/src/test/regress/expected/join_hash.out	2025-07-22 08:01:18.592663100 +0000
+++ C:/cirrus/build/testrun/regress/regress/results/join_hash.out	2025-07-22 08:04:42.458549100 +0000
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
tap
[08:05:56.191](124.394s) not ok 5 - regression tests pass
tap
[08:09:07.078](158.416s) not ok 2 - regression tests pass
test
[08:16:45.815]   8/340 postgresql:regress / regress/regress                                            ERROR           1...
[08:16:45.815]  17/340 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           2...
[08:16:45.815]  76/340 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
Linux - Debian Bookworm - Meson
core
[08:11:46.380] #0  0x00007f6b38c31a2d in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #1  0x00007f6b38c15dfc in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #2  0x00007f6b38c191da in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #3  0x00007f6b38c13261 in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #4  0x00007f6b38c293c1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #5  0x00007f6b38c135ca in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #6  0x00007f6b38c2ea4a in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #7  0x00007f6b38c2b2ff in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #8  0x00007f6b38c2cc7c in ?? () from /lib64/ld-linux-x86-64.so.2
[08:11:46.380] #9  0x00007f6b38c2bb28 in ?? () from /lib64/ld-linux-x86-64.so.2
core
[08:11:46.507] #0  0x00007f47cf399bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:46.507] #1  0x00005621023c5cc0 in ?? ()
[08:11:46.507] #2  0x00005621023c5efa in ?? ()
[08:11:46.507] #3  0x00005621023c7630 in ?? ()
[08:11:46.507] #4  0x00005621023c1371 in ?? ()
[08:11:46.507] #5  0x00005621023c020f in ?? ()
[08:11:46.507] #6  0x00005621023c0c3b in ?? ()
[08:11:46.507] #7  0x00005621023be66f in ?? ()
[08:11:46.507] #8  0x00007f47cf2ed24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:11:46.507] #9  0x00007f47cf2ed305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out	2025-07-22 08:01:12.251080200 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out	2025-07-22 08:03:45.81261999...
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out	2025-07-22 08:01:12.251080200 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/join_hash.out	2025-07-22 08:05:06.156406...
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-07-22 08:01:12.251080200 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join.out	2025-07-22 08:03:33.304685683 +0000
@@ -8582,24 +8582,28 @@
          Hash Cond: (d.q1 = c.q2)
          ->  Nested Loop
                Output: a.q1, a.q2, b.q1, (COALESCE(b.q2, '42'::bigint)), d.q1, (COALESCE((COALESCE(b.q2, '42'::bigint))...
-               ->  Hash Left Join
+               ->  Hash Right Join
                      Output: a.q1, a.q2, b.q1, (COALESCE(b.q2, '42'::bigint))
-                     Hash Cond: (a.q2 = b.q1)
-                     ->  Seq Scan on public.int8_tbl a
-                           Output: a.q1, a.q2
+                     Hash Cond: (b.q1 = a.q2)
+                     ->  Seq Scan on public.int8_tbl b
+                           Output: b.q1, COALESCE(b.q2, '42'::bigint)
                      ->  Hash
-                           Output: b.q1, (COALESCE(b.q2, '42'::bigint))
-                           ->  Seq Scan on public.int8_tbl b
-                                 Output: b.q1, COALESCE(b.q2, '42'::bigint)
...
tap
[08:04:33.156](83.654s) not ok 5 - regression tests pass
tap
[08:05:52.814](82.840s) not ok 2 - regression tests pass
test
[08:09:17.347]  10/346 postgresql:regress / regress/regress                                            ERROR            ...
[08:09:17.347]  34/346 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           1...
[08:09:17.347] 104/346 postgresql:recovery / recovery/027_stream_regress                               ERROR           1...
macOS - Sonoma - Meson
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash.out	2025-07-22 08:01:12
+++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out	2025-07-22 08:02:46
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash.out /Users/admin/pgsql/build/testrun/recovery/027_stream...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash.out	2025-07-22 08:01:12
+++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/join_hash.out	2025-07-22 08:03:30
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
regress
diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash.out /Users/admin/pgsql/build/testrun/regress/regress/res...
--- /Users/admin/pgsql/src/test/regress/expected/join_hash.out	2025-07-22 08:01:12
+++ /Users/admin/pgsql/build/testrun/regress/regress/results/join_hash.out	2025-07-22 08:02:46
@@ -1137,18 +1137,21 @@
 int8_tbl i8,
 lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4
          on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss;
-                        QUERY PLAN                         
------------------------------------------------------------
+                           QUERY PLAN                            
+-----------------------------------------------------------------
  Nested Loop
    ->  Seq Scan on int8_tbl i8
-   ->  Sort
-         Sort Key: t1.fivethous, i4.f1
-         ->  Hash Join
-               Hash Cond: (t1.fivethous = (i4.f1 + i8.q2))
-               ->  Seq Scan on tenk1 t1
-               ->  Hash
-                     ->  Seq Scan on int4_tbl i4
...
tap
[08:03:03.340](32.382s) not ok 5 - regression tests pass
tap
[08:04:00.062](51.941s) not ok 2 - regression tests pass
test
[08:05:50.917]  11/345 postgresql:regress / regress/regress                                            ERROR            ...
[08:05:50.917]  27/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR            ...
[08:05:50.917] 121/345 postgresql:recovery / recovery/027_stream_regress                               ERROR            ...
FreeBSD - Meson
core
[08:10:26.571] #0  0x000024963131475a in ?? () from /libexec/ld-elf.so.1
[08:10:26.571] #1  0x000024963130e7fc in ?? () from /libexec/ld-elf.so.1
[08:10:26.571] #2  0x0000000000000000 in ?? ()
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002...
--- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out	2025-07-22 08:01:14.237863000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/aggregates.out	2025-07-22 08:02:57.3571830...
@@ -3612,8 +3612,8 @@
 ) AS sub
 GROUP BY c1
 ORDER BY c1;
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                                                  QUERY PLAN                                                   
+---------------------------------------------------------------------------------------------------------------
  GroupAggregate
    Group Key: sub.c1
    ->  Sort
@@ -3622,7 +3622,7 @@
                ->  HashAggregate
                      Group Key: test_groupagg.c1, test_groupagg.c2
                      ->  Seq Scan on test_groupagg
- Settings: max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
+ Settings: debug_parallel_query = 'regress', max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s...
--- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out	2025-07-22 08:01:14.237863000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/aggregates.out	2025-07-22 08:04:02.11746...
@@ -3612,8 +3612,8 @@
 ) AS sub
 GROUP BY c1
 ORDER BY c1;
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                                                  QUERY PLAN                                                   
+---------------------------------------------------------------------------------------------------------------
  GroupAggregate
    Group Key: sub.c1
    ->  Sort
@@ -3622,7 +3622,7 @@
                ->  HashAggregate
                      Group Key: test_groupagg.c1, test_groupagg.c2
                      ->  Seq Scan on test_groupagg
- Settings: max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
+ Settings: debug_parallel_query = 'regress', max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/regress/regres...
--- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out	2025-07-22 08:01:14.237863000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/aggregates.out	2025-07-22 08:02:56.397124000 +0000
@@ -3612,8 +3612,8 @@
 ) AS sub
 GROUP BY c1
 ORDER BY c1;
-                                 QUERY PLAN                                  
------------------------------------------------------------------------------
+                                                  QUERY PLAN                                                   
+---------------------------------------------------------------------------------------------------------------
  GroupAggregate
    Group Key: sub.c1
    ->  Sort
@@ -3622,7 +3622,7 @@
                ->  HashAggregate
                      Group Key: test_groupagg.c1, test_groupagg.c2
                      ->  Seq Scan on test_groupagg
- Settings: max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
+ Settings: debug_parallel_query = 'regress', max_parallel_workers = '0', max_parallel_workers_per_gather = '0'
...
tap
[08:05:19.306](197.307s) not ok 5 - regression tests pass
tap
[08:06:30.478](225.856s) not ok 2 - regression tests pass
test
[08:07:57.687]  38/345 postgresql:regress / regress/regress                                            ERROR           1...
[08:07:57.687] 175/345 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade                               ERROR           3...
[08:07:57.687] 252/345 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
Linux - Debian Bookworm - Autoconf
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-07-22 08:01:13.255913900 +0000
+++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/join.out	2025-07-22 08:07:13.899286662 +0000
@@ -4813,9 +4813,12 @@
  Nested Loop Left Join
    Filter: ((COALESCE(tenk1.unique1, '-1'::integer) + int8_tbl.q1) = 122)
    ->  Seq Scan on int8_tbl
-   ->  Index Scan using tenk1_unique2 on tenk1
-         Index Cond: (unique2 = int8_tbl.q2)
-(5 rows)
+   ->  Memoize
+         Cache Key: int8_tbl.q2
+         Cache Mode: logical
+         ->  Index Scan using tenk1_unique2 on tenk1
+               Index Cond: (unique2 = int8_tbl.q2)
+(8 rows)
 
 select * from
 (
@@ -4868,9 +4871,12 @@
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result...
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-07-22 08:01:13.255913900 +0000
+++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/join.out	2025-07-22 08:08:45.596118389 +0000
@@ -8186,15 +8186,15 @@
   lateral (values(x.q1,y.q1,y.q2)) v(xq1,yq1,yq2);
         q1        |        q2         |        q1        |        q2         |       xq1        |       yq1        |   ...
 ------------------+-------------------+------------------+-------------------+------------------+------------------+---...
-              123 |               456 |                  |                   |              123 |                  |   ...
-              123 |  4567890123456789 | 4567890123456789 | -4567890123456789 |              123 | 4567890123456789 | -4...
-              123 |  4567890123456789 | 4567890123456789 |  4567890123456789 |              123 | 4567890123456789 |  4...
-              123 |  4567890123456789 | 4567890123456789 |               123 |              123 | 4567890123456789 |   ...
- 4567890123456789 |               123 |              123 |  4567890123456789 | 4567890123456789 |              123 |  4...
  4567890123456789 |               123 |              123 |               456 | 4567890123456789 |              123 |   ...
- 4567890123456789 |  4567890123456789 | 4567890123456789 | -4567890123456789 | 4567890123456789 | 4567890123456789 | -4...
- 4567890123456789 |  4567890123456789 | 4567890123456789 |  4567890123456789 | 4567890123456789 | 4567890123456789 |  4...
+ 4567890123456789 |               123 |              123 |  4567890123456789 | 4567890123456789 |              123 |  4...
  4567890123456789 |  4567890123456789 | 4567890123456789 |               123 | 4567890123456789 | 4567890123456789 |   ...
+              123 |  4567890123456789 | 4567890123456789 |               123 |              123 | 4567890123456789 |   ...
+ 4567890123456789 |  4567890123456789 | 4567890123456789 |  4567890123456789 | 4567890123456789 | 4567890123456789 |  4...
+              123 |  4567890123456789 | 4567890123456789 |  4567890123456789 |              123 | 4567890123456789 |  4...
...
regress
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/regress/results/join.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/join.out	2025-07-22 08:01:13.255913900 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/join.out	2025-07-22 08:03:26.782641446 +0000
@@ -3683,12 +3683,12 @@
 -----------------------------------------------------------
  Sort
    Sort Key: t1.q1, t1.q2
-   ->  Hash Left Join
-         Hash Cond: (t1.q2 = t2.q1)
+   ->  Hash Right Join
+         Hash Cond: (t2.q1 = t1.q2)
          Filter: (1 = (SubPlan 1))
-         ->  Seq Scan on int8_tbl t1
+         ->  Seq Scan on int8_tbl t2
          ->  Hash
-               ->  Seq Scan on int8_tbl t2
+               ->  Seq Scan on int8_tbl t1
          SubPlan 1
            ->  Limit
                  ->  Result
...
tap
[08:09:01.885](147.992s) not ok 5 - regression tests pass
tap
[08:09:54.982](108.428s) not ok 2 - regression tests pass
53/5621 Compress big WAL records
CompilerWarnings
compiler
[08:42:59.262] xlog.c:734:1: error: unused function 'XLogGetRecordTotalLen' [-Werror,-Wunused-function]
compiler
[08:41:56.244] xlog.c:734:1: error: unused function 'XLogGetRecordTotalLen' [-Werror,-Wunused-function]
compiler
[08:40:06.616] xlog.c:734:1: error: ‘XLogGetRecordTotalLen’ defined but not used [-Werror=unused-function]
compiler
[08:38:35.904] xlog.c:734:1: error: ‘XLogGetRecordTotalLen’ defined but not used [-Werror=unused-function]
compiler
[08:45:01.582] xlog.c:734:1: error: ‘XLogGetRecordTotalLen’ defined but not used [-Werror=unused-function]
Linux - Debian Bookworm - Autoconf
core
[08:51:32.272] #0  0x00007efdf8bedeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.272] #1  0x00007efdf8b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.272] #2  0x00007efdf8b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.272] #3  0x00007efdf8ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:32.272] #4  0x00007efdf8ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:32.272] #5  0x00007efdf8ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffe4c54d16, __in_ch...
[08:51:32.272] #6  0x00007efdf8ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737031526784, sp...
[08:51:32.272] #7  0x00007efdf8ec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:32.272] #8  0x000056467f9b26b5 in XLogDecodeNextRecord (state=state@entry=0x61a000000c80, nonblocking=nonblocking...
[08:51:32.272] #9  0x000056467f9b3585 in XLogReadAhead (state=state@entry=0x61a000000c80, nonblocking=nonblocking@entry=...
core
[08:51:29.999] #0  0x00007f70ee0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.999] #1  0x00007f70ee05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.999] #2  0x00007f70ee045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.999] #3  0x00007f70ee2d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:29.999] #4  0x00007f70ee2e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:29.999] #5  0x00007f70ee2c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe270f0406, __in_ch...
[08:51:29.999] #6  0x00007f70ee2c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140729553719408, sp...
[08:51:29.999] #7  0x00007f70ee2c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:29.999] #8  0x00005643e7b3d27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:29.999] #9  0x00005643e7b3e14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:30.254] #0  0x00007f8a8ebedeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.254] #1  0x00007f8a8eb9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.254] #2  0x00007f8a8eb89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.254] #3  0x00007f8a8eed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:30.254] #4  0x00007f8a8eee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:30.254] #5  0x00007f8a8eec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd38f9d186, __in_ch...
[08:51:30.254] #6  0x00007f8a8eec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725559352816, sp...
[08:51:30.254] #7  0x00007f8a8eec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:30.254] #8  0x0000561248d396b5 in XLogDecodeNextRecord (state=state@entry=0x61a000001280, nonblocking=nonblocking...
[08:51:30.254] #9  0x0000561248d3a585 in XLogReadAhead (state=state@entry=0x61a000001280, nonblocking=nonblocking@entry=...
core
[08:51:30.421] #0  0x00007f0fd59edeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.421] #1  0x00007f0fd599efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.421] #2  0x00007f0fd5989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.421] #3  0x00007f0fd5cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:30.421] #4  0x00007f0fd5ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:30.421] #5  0x00007f0fd5cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcdad6ffe6, __in_ch...
[08:51:30.421] #6  0x00007f0fd5cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723980012624, sp...
[08:51:30.421] #7  0x00007f0fd5cc23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:30.421] #8  0x000056544cf8e27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:30.421] #9  0x000056544cf8f14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:30.588] #0  0x00007f4a5dca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.588] #1  0x00007f4a5dc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.588] #2  0x00007f4a5dc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.588] #3  0x00007f4a5ded650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:30.588] #4  0x00007f4a5dee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:30.588] #5  0x00007f4a5dec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffffb3d4486, __in_ch...
[08:51:30.588] #6  0x00007f4a5dec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737408487664, sp...
[08:51:30.588] #7  0x00007f4a5dec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:30.588] #8  0x00005565cd47327a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:30.588] #9  0x00005565cd47414a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:30.754] #0  0x00007f1f749edeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.754] #1  0x00007f1f7499efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.754] #2  0x00007f1f74989472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.754] #3  0x00007f1f74cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:30.754] #4  0x00007f1f74ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:30.754] #5  0x00007f1f74cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffd2e58036, __in_ch...
[08:51:30.754] #6  0x00007f1f74cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736731647136, sp...
[08:51:30.754] #7  0x00007f1f74cc23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:30.754] #8  0x000055af30b7927a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:30.754] #9  0x000055af30b7a14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:30.926] #0  0x00007fbe5e6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.926] #1  0x00007fbe5e65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.926] #2  0x00007fbe5e645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:30.926] #3  0x00007fbe5e8d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:30.926] #4  0x00007fbe5e8e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:30.926] #5  0x00007fbe5e8c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff75a5ab46, __in_ch...
[08:51:30.926] #6  0x00007fbe5e8c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735167182768, sp...
[08:51:30.926] #7  0x00007fbe5e8c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:30.926] #8  0x0000560539e6027a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:30.926] #9  0x0000560539e6114a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:31.177] #0  0x00007f061f70deec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.177] #1  0x00007f061f6befb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.177] #2  0x00007f061f6a9472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.177] #3  0x00007f061fad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:31.177] #4  0x00007f061fae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:31.177] #5  0x00007f061fac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffc69a7526, __in_ch...
[08:51:31.177] #6  0x00007f061fac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736525402512, sp...
[08:51:31.177] #7  0x00007f061fac23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:31.177] #8  0x000055a6150336b5 in XLogDecodeNextRecord (state=state@entry=0x61a000000c80, nonblocking=nonblocking...
[08:51:31.177] #9  0x000055a615034585 in XLogReadAhead (state=state@entry=0x61a000000c80, nonblocking=nonblocking@entry=...
core
[08:51:31.421] #0  0x00007feb24ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.421] #1  0x00007feb24c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.421] #2  0x00007feb24c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.421] #3  0x00007feb24ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:31.421] #4  0x00007feb24ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:31.421] #5  0x00007feb24ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffff77d216, __in_ch...
[08:51:31.421] #6  0x00007feb24ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140737479433856, sp...
[08:51:31.421] #7  0x00007feb24ec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:31.421] #8  0x0000560c5e2d36b5 in XLogDecodeNextRecord (state=state@entry=0x61a000001280, nonblocking=nonblocking...
[08:51:31.421] #9  0x0000560c5e2d4585 in XLogReadAhead (state=state@entry=0x61a000001280, nonblocking=nonblocking@entry=...
core
[08:51:31.590] #0  0x00007f71ed2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.590] #1  0x00007f71ed25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.590] #2  0x00007f71ed245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.590] #3  0x00007f71ed4d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:31.590] #4  0x00007f71ed4e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:31.590] #5  0x00007f71ed4c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdf5fbd106, __in_ch...
[08:51:31.590] #6  0x00007f71ed4c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728730377584, sp...
[08:51:31.590] #7  0x00007f71ed4c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:31.590] #8  0x0000555ac360d27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:31.590] #9  0x0000555ac360e14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:31.758] #0  0x00007fda9bea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.758] #1  0x00007fda9be5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.758] #2  0x00007fda9be45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:31.758] #3  0x00007fda9c0d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:31.758] #4  0x00007fda9c0e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:31.758] #5  0x00007fda9c0c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffdd4786aa6, __in_ch...
[08:51:31.758] #6  0x00007fda9c0c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140728168118032, sp...
[08:51:31.758] #7  0x00007fda9c0c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:31.758] #8  0x0000556f8b3cb27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:31.758] #9  0x0000556f8b3cc14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:32.005] #0  0x00007f77144a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.005] #1  0x00007f771445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.005] #2  0x00007f7714445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.005] #3  0x00007f77146d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:32.005] #4  0x00007f77146e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:32.005] #5  0x00007f77146c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffcc6acc06, __in_ch...
[08:51:32.005] #6  0x00007f77146c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736622942320, sp...
[08:51:32.005] #7  0x00007f77146c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:32.005] #8  0x00005613162806b5 in XLogDecodeNextRecord (state=state@entry=0x61a000001280, nonblocking=nonblocking...
[08:51:32.005] #9  0x0000561316281585 in XLogReadAhead (state=state@entry=0x61a000001280, nonblocking=nonblocking@entry=...
core
[08:51:32.444] #0  0x00007f3bc5bedeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.444] #1  0x00007f3bc5b9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.444] #2  0x00007f3bc5b89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.444] #3  0x00007f3bc5ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:32.444] #4  0x00007f3bc5ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:32.444] #5  0x00007f3bc5ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffe60045a16, __in_ch...
[08:51:32.444] #6  0x00007f3bc5ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140730509321856, sp...
[08:51:32.444] #7  0x00007f3bc5ec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:32.444] #8  0x00005591274b427a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:32.444] #9  0x00005591274b514a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:33.358] #0  0x00007f7b001edeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.358] #1  0x00007f7b0019efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.358] #2  0x00007f7b00189472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.358] #3  0x00007f7b004d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:33.358] #4  0x00007f7b004e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:33.358] #5  0x00007f7b004c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcd0252026, __in_ch...
[08:51:33.358] #6  0x00007f7b004c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723800583312, sp...
[08:51:33.358] #7  0x00007f7b004c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:33.358] #8  0x0000558c5bdef27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:33.358] #9  0x0000558c5bdf014a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:33.193] #0  0x00007f81888a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.193] #1  0x00007f818885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.193] #2  0x00007f8188845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.193] #3  0x00007f8188ad650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:33.193] #4  0x00007f8188ae2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:33.193] #5  0x00007f8188ac1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffc07344b26, __in_ch...
[08:51:33.193] #6  0x00007f8188ac14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140720429356944, sp...
[08:51:33.193] #7  0x00007f8188ac23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:33.193] #8  0x00005589a01eb27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:33.193] #9  0x00005589a01ec14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:33.026] #0  0x00007ff6d150deec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.026] #1  0x00007ff6d14befb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.026] #2  0x00007ff6d14a9472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:33.026] #3  0x00007ff6d18d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:33.026] #4  0x00007ff6d18e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:33.026] #5  0x00007ff6d18c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcf97d9e66, __in_ch...
[08:51:33.026] #6  0x00007ff6d18c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140724494248656, sp...
[08:51:33.026] #7  0x00007ff6d18c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:33.026] #8  0x0000558cc27476b5 in XLogDecodeNextRecord (state=state@entry=0x61a000001280, nonblocking=nonblocking...
[08:51:33.026] #9  0x0000558cc2748585 in XLogReadAhead (state=state@entry=0x61a000001280, nonblocking=nonblocking@entry=...
core
[08:51:32.774] #0  0x00007f5fe8ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.774] #1  0x00007f5fe8c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.774] #2  0x00007f5fe8c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.774] #3  0x00007f5fe8ed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:32.774] #4  0x00007f5fe8ee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:32.774] #5  0x00007f5fe8ec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd5a4b6446, __in_ch...
[08:51:32.774] #6  0x00007f5fe8ec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140726118346928, sp...
[08:51:32.774] #7  0x00007f5fe8ec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:32.774] #8  0x00005615327ed27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:32.774] #9  0x00005615327ee14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:32.610] #0  0x00007fcff32a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.610] #1  0x00007fcff325afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.610] #2  0x00007fcff3245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:32.610] #3  0x00007fcff34d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:32.610] #4  0x00007fcff34e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:32.610] #5  0x00007fcff34c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff9e889286, __in_ch...
[08:51:32.610] #6  0x00007fcff34c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735853141744, sp...
[08:51:32.610] #7  0x00007fcff34c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:32.610] #8  0x00005616a27dc27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:32.610] #9  0x00005616a27dd14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:29.158] #0  0x00007f2de16abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.158] #1  0x00007f2de165cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.158] #2  0x00007f2de1647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.158] #3  0x00007f2de28d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:29.158] #4  0x00007f2de28e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:29.158] #5  0x00007f2de28c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffcb5c34b26, __in_ch...
[08:51:29.158] #6  0x00007f2de28c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140723357964176, sp...
[08:51:29.159] #7  0x00007f2de28c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:29.159] #8  0x0000565438900f3f in XLogDecodeNextRecord (state=state@entry=0x61a0000024b8, nonblocking=nonblocking...
[08:51:29.159] #9  0x0000565438901da5 in XLogReadAhead (state=state@entry=0x61a0000024b8, nonblocking=nonblocking@entry=...
core
[08:51:29.340] #0  0x00007f2b2bca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.340] #1  0x00007f2b2bc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.340] #2  0x00007f2b2bc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.340] #3  0x00007f2b2bed650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:29.340] #4  0x00007f2b2bee2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:29.340] #5  0x00007f2b2bec1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fffcf4f58d6, __in_ch...
[08:51:29.340] #6  0x00007f2b2bec14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140736671475008, sp...
[08:51:29.340] #7  0x00007f2b2bec23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:29.340] #8  0x000055e54b8a527a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:29.340] #9  0x000055e54b8a614a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:29.505] #0  0x00007f38f22a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.505] #1  0x00007f38f225afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.505] #2  0x00007f38f2245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.505] #3  0x00007f38f24d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:29.505] #4  0x00007f38f24e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:29.505] #5  0x00007f38f24c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fff7c6a0dc6, __in_ch...
[08:51:29.505] #6  0x00007f38f24c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140735280716336, sp...
[08:51:29.506] #7  0x00007f38f24c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:29.506] #8  0x000055c165e7e27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:29.506] #9  0x000055c165e7f14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:29.669] #0  0x00007f7236dedeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.669] #1  0x00007f7236d9efb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.669] #2  0x00007f7236d89472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.669] #3  0x00007f72370d650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:29.669] #4  0x00007f72370e2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:29.669] #5  0x00007f72370c1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd94ee8fe6, __in_ch...
[08:51:29.669] #6  0x00007f72370c14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140727102118992, sp...
[08:51:29.669] #7  0x00007f72370c23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:29.669] #8  0x000055e21240d27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:29.669] #9  0x000055e21240e14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
core
[08:51:29.834] #0  0x00007fd4e1aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.834] #1  0x00007fd4e1a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.834] #2  0x00007fd4e1a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[08:51:29.834] #3  0x00007fd4e1cd650f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize...
[08:51:29.834] #4  0x00007fd4e1ce2ba1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_...
[08:51:29.834] #5  0x00007fd4e1cc1f5e in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7ffd516d28b6, __in_ch...
[08:51:29.834] #6  0x00007fd4e1cc14c6 in __asan::ReportGenericError (pc=<optimized out>, bp=bp@entry=140725969564960, sp...
[08:51:29.834] #7  0x00007fd4e1cc23fc in __asan::__asan_report_load1 (addr=<optimized out>) at ../../../../src/libsaniti...
[08:51:29.834] #8  0x0000555c802ba27a in XLogDecodeNextRecord (state=state@entry=0x61a000000680, nonblocking=nonblocking...
[08:51:29.834] #9  0x0000555c802bb14a in XLogReadAhead (state=state@entry=0x61a000000680, nonblocking=nonblocking@entry=...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_rewind/xlogreader.c:656 in XLogDecodeNex...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_rewind/xlogreader.c:656 in XLogDecodeNex...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_rewind/xlogreader.c:656 in XLogDecodeNex...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_rewind/xlogreader.c:656 in XLogDecodeNex...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_rewind/xlogreader.c:656 in XLogDecodeNex...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_rewind/xlogreader.c:656 in XLogDecodeNex...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/bin/pg_waldump/xlogreader.c:656 in XLogDecodeNe...
sanitizer
SUMMARY: AddressSanitizer: heap-buffer-overflow /tmp/cirrus-ci-build/src/backend/access/transam/xlogreader.c:656 in XLog...
tap
[08:43:21.193](0.289s) not ok 4 - pg_rewind --dry-run
[08:43:22.401](1.207s) not ok 5 - pg_rewind local
[08:43:22.779](0.000s) not ok 8 - table content: query result matches
[08:43:22.824](0.000s) not ok 11 - table content: query result matches
[08:43:22.915](0.001s) not ok 14 - truncation: query result matches
[08:43:22.976](0.000s) not ok 17 - tail-copy: query result matches
[08:43:23.044](0.067s) not ok 18 - drop: psql exit code
[08:43:23.044](0.000s) not ok 19 - drop: psql no stderr
[08:43:23.045](0.000s) not ok 20 - drop: query result matches
[08:43:28.738](5.595s) not ok 22 - pg_rewind remote
[08:43:28.739](0.000s) not ok 23 - recovery conf file sets dbname
[08:43:28.739](0.000s) not ok 24 - standby.signal created after pg_rewind
[08:43:29.202](0.000s) not ok 27 - table content: query result matches
[08:43:29.272](0.000s) not ok 30 - table content: query result matches
[08:43:29.361](0.000s) not ok 33 - truncation: query result matches
[08:43:29.428](0.000s) not ok 36 - tail-copy: query result matches
[08:43:29.504](0.076s) not ok 37 - drop: psql exit code
[08:43:29.505](0.000s) not ok 38 - drop: psql no stderr
[08:43:29.506](0.000s) not ok 39 - drop: query result matches
[08:43:34.919](5.094s) not ok 41 - pg_rewind archive
[08:43:35.185](0.000s) not ok 44 - table content: query result matches
[08:43:35.219](0.000s) not ok 47 - table content: query result matches
[08:43:35.317](0.000s) not ok 50 - truncation: query result matches
[08:43:35.419](0.000s) not ok 53 - tail-copy: query result matches
[08:43:35.481](0.061s) not ok 54 - drop: psql exit code
[08:43:35.487](0.000s) not ok 55 - drop: psql no stderr
[08:43:35.491](0.001s) not ok 56 - drop: query result matches
tap
[08:43:44.119](8.249s) not ok 1 - pg_rewind local
[08:43:44.416](0.000s) not ok 4 - database names: query result matches
[08:43:52.488](7.895s) not ok 6 - pg_rewind remote
[08:43:52.489](0.000s) not ok 7 - recovery conf file sets dbname
[08:43:52.489](0.000s) not ok 8 - standby.signal created after pg_rewind
[08:43:52.912](0.000s) not ok 11 - database names: query result matches
tap
[08:44:38.357](0.109s) not ok 33 - runs with start segment specified: exit code 0
[08:44:38.357](0.000s) not ok 34 - runs with start segment specified: no stderr
[08:44:38.548](0.157s) not ok 38 - runs with start and end segment specified: exit code 0
[08:44:38.549](0.000s) not ok 39 - runs with start and end segment specified: no stderr
[08:44:38.700](0.087s) not ok 43 - runs with path option and start and end locations: exit code 0
[08:44:38.701](0.001s) not ok 44 - runs with path option and start and end locations: no stderr
[08:44:38.759](0.000s) not ok 47 - falling off the end of the WAL results in an error: matches
[08:44:38.846](0.086s) not ok 48 - no output with --quiet option: exit code 0
[08:44:38.846](0.000s) not ok 49 - no output with --quiet option: no stderr
[08:44:38.930](0.001s) not ok 52 - errors are shown with --quiet: matches
[08:44:39.028](0.098s) not ok 53 - runs with start segment and start LSN specified
[08:44:39.216](0.187s) not ok 55 - pg_waldump : runs ok
[08:44:39.217](0.000s) not ok 56 - pg_waldump : no stderr
[08:44:39.370](0.122s) not ok 63 - pg_waldump --fullpage: runs ok
[08:44:39.371](0.000s) not ok 64 - pg_waldump --fullpage: no stderr
[08:44:39.372](0.000s) not ok 66 - all output lines are FPW
[08:44:39.438](0.066s) not ok 67 - pg_waldump --stats: runs ok
[08:44:39.439](0.000s) not ok 68 - pg_waldump --stats: no stderr
[08:44:39.440](0.000s) not ok 69 - pg_waldump --stats: some lines are output
[08:44:39.440](0.000s) not ok 70 - statistics on stdout
[08:44:39.516](0.075s) not ok 72 - pg_waldump --stats=record: runs ok
[08:44:39.516](0.000s) not ok 73 - pg_waldump --stats=record: no stderr
[08:44:39.517](0.000s) not ok 74 - pg_waldump --stats=record: some lines are output
[08:44:39.517](0.000s) not ok 75 - statistics on stdout
[08:44:39.637](0.120s) not ok 77 - pg_waldump --rmgr Btree: runs ok
[08:44:39.639](0.000s) not ok 78 - pg_waldump --rmgr Btree: no stderr
[08:44:39.708](0.068s) not ok 81 - pg_waldump --fork init: runs ok
[08:44:39.709](0.000s) not ok 82 - pg_waldump --fork init: no stderr
[08:44:39.709](0.000s) not ok 83 - pg_waldump --fork init: some lines are output
[08:44:39.833](0.124s) not ok 85 - pg_waldump --relation 1663/5/16385: runs ok
[08:44:39.834](0.000s) not ok 86 - pg_waldump --relation 1663/5/16385: no stderr
[08:44:39.835](0.000s) not ok 87 - pg_waldump --relation 1663/5/16385: some lines are output
[08:44:40.036](0.201s) not ok 89 - pg_waldump --relation 1663/5/16391 --block 1: runs ok
[08:44:40.037](0.000s) not ok 90 - pg_waldump --relation 1663/5/16391 --block 1: no stderr
[08:44:40.037](0.000s) not ok 91 - pg_waldump --relation 1663/5/16391 --block 1: some lines are output
tap
[08:44:41.953](0.093s) not ok 2 - pg_waldump with --save-fullpage runs
[08:44:41.954](0.000s) not ok 3 - verify that at least one block has been saved
53/5770 Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 3...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
core
0000005a`635ff570 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000005a`635ff5b0 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
0000005a`635ff5f0 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
0000005a`635ff660 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
0000005a`635ff6c0 00007ff6`9fbe5571     postgres!CreateRestartPoint(
0000005a`635ff830 00007ff6`9fbe6e87     postgres!CheckpointerMain(
0000005a`635ff9c0 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
0000005a`635ffa40 00007ff6`a00ceef9     postgres!main(
0000005a`635ffa80 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000005a`635ffad0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000005a`63dffd58 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
0000005a`63dffd60 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
0000005a`63dffdd0 00007ffa`aecd4cb0     postgres!pg_signal_thread(
0000005a`63dffed0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`63dfff00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`641ff788 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`641ff790 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000005a`641ffa80 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`641ffab0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000005a`639ff5f8 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000005a`639ff600 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000005a`639ff8f0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000005a`639ff920 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b2bff340 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000064`b2bff380 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
00000064`b2bff3c0 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
00000064`b2bff430 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000064`b2bff490 00007ff6`9fbe5571     postgres!CreateRestartPoint(
00000064`b2bff600 00007ff6`9fbe6e87     postgres!CheckpointerMain(
00000064`b2bff790 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
00000064`b2bff810 00007ff6`a00ceef9     postgres!main(
00000064`b2bff850 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000064`b2bff8a0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000064`b33ff578 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`b33ff580 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
00000064`b33ff870 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`b33ff8a0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b37ffc48 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
00000064`b37ffc50 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
00000064`b37ffcc0 00007ffa`aecd4cb0     postgres!pg_signal_thread(
00000064`b37ffdc0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`b37ffdf0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000064`b2fff7f8 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000064`b2fff800 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
00000064`b2fffaf0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000064`b2fffb20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`183ff8a0 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000009e`183ff8e0 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
0000009e`183ff920 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
0000009e`183ff990 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
0000009e`183ff9f0 00007ff6`9fbe5571     postgres!CreateRestartPoint(
0000009e`183ffb60 00007ff6`9fbe6e87     postgres!CheckpointerMain(
0000009e`183ffcf0 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
0000009e`183ffd70 00007ff6`a00ceef9     postgres!main(
0000009e`183ffdb0 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000009e`183ffe00 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000009e`18fffb68 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`18fffb70 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000009e`18fffe60 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`18fffe90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`18bff9e8 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
0000009e`18bff9f0 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
0000009e`18bffa60 00007ffa`aecd4cb0     postgres!pg_signal_thread(
0000009e`18bffb60 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`18bffb90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000009e`187ff748 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000009e`187ff750 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
0000009e`187ffa40 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000009e`187ffa70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`dc1ff738 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`dc1ff740 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000a2`dc1ffa30 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`dc1ffa60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`dc5ff638 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
000000a2`dc5ff640 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
000000a2`dc5ff6b0 00007ffa`aecd4cb0     postgres!pg_signal_thread(
000000a2`dc5ff7b0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`dc5ff7e0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`dc9ff918 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000a2`dc9ff920 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000a2`dc9ffc10 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000a2`dc9ffc40 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000a2`dbdff390 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000a2`dbdff3d0 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
000000a2`dbdff410 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
000000a2`dbdff480 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
000000a2`dbdff4e0 00007ff6`9fbe5571     postgres!CreateRestartPoint(
000000a2`dbdff650 00007ff6`9fbe6e87     postgres!CheckpointerMain(
000000a2`dbdff7e0 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
000000a2`dbdff860 00007ff6`a00ceef9     postgres!main(
000000a2`dbdff8a0 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000a2`dbdff8f0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ad`c21ff540 00007ff6`9ff42938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000ad`c21ff580 00007ff6`9fcbdeab     postgres!ExceptionalCondition(
000000ad`c21ff5c0 00007ff6`9fcba4fd     postgres!ComputeXidHorizons(
000000ad`c21ff630 00007ff6`9f842332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
000000ad`c21ff690 00007ff6`9fbe5571     postgres!CreateRestartPoint(
000000ad`c21ff800 00007ff6`9fbe6e87     postgres!CheckpointerMain(
000000ad`c21ff990 00007ff6`9fa9ab19     postgres!SubPostmasterMain(
000000ad`c21ffa10 00007ff6`a00ceef9     postgres!main(
000000ad`c21ffa50 00007ff6`a00cee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000ad`c21ffaa0 00007ff6`a00ced0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
000000ad`c2dff838 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c2dff840 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c2dffb30 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c2dffb60 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c29ffb88 00007ffa`ad4e48fa     ntdll!NtFsControlFile+0x14
000000ad`c29ffb90 00007ff6`9fbdaedb     KERNELBASE!ConnectNamedPipe+0x6a
000000ad`c29ffc00 00007ffa`aecd4cb0     postgres!pg_signal_thread(
000000ad`c29ffd00 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c29ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000ad`c25ffaa8 00007ffa`afdab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000ad`c25ffab0 00007ffa`aecd4cb0     ntdll!TppWorkerThread+0x2df
000000ad`c25ffda0 00007ffa`afe1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000ad`c25ffdd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
tap
[03:46:46.213](0.791s) not ok 3 - backup with no detail: pg_basebackup
[03:46:46.220](0.007s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:46:46.249](0.024s) Bail out!  command "C:/Program Files/Git/usr/bin/gzip.EXE -d C:\cirrus\build\testrun\basebackup_t...
tap
[03:57:55.173](315.531s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/contrib/bloom/t/001_wal.pl line 22.
tap
[03:55:19.890](345.945s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/modules/brin/t/02_wal_consistency.pl line 73.
tap
[03:34:46.148](3.023s) Bail out!  pg_ctl start failed
tap
[03:37:21.944](159.380s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_basebackup/020_pg_receivewal\dat...
tap
[03:35:29.359](11.207s) Bail out!  pg_ctl start failed
tap
[03:35:08.513](4.839s) Bail out!  pg_ctl start failed
tap
[03:36:04.430](5.167s) Bail out!  pg_ctl start failed
tap
[03:36:30.535](5.600s) Bail out!  pg_ctl start failed
tap
[03:43:17.060](364.486s) # poll_query_until timed out executing this query:
[03:43:17.064](0.004s) not ok 9 - promoted standby is not in recovery
[03:45:34.046](133.411s) not ok 11 - pg_ctl promote of standby runs
[03:45:34.114](0.068s) not ok 12 - promoted standby is not in recovery
tap
[03:42:02.582](140.631s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/001_basic\data/t_001_basi...
tap
[03:42:05.056](142.850s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/002_databases\data/t_002_...
tap
[03:42:01.775](139.165s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/003_extrafiles\data/t_003...
tap
[03:44:22.144](139.576s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/004_pg_xlog_symlink\data/...
tap
[03:44:39.784](153.072s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/007_standby_source\data/t...
tap
[03:45:01.692](169.605s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/008_min_recovery_point\da...
tap
[03:46:42.624](139.748s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/009_growing_files\data/t_...
tap
[03:46:43.705](140.400s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/010_keep_recycled_wals\da...
tap
[03:45:26.125](2.424s) not ok 1 - server side backup, compression none
[03:45:26.128](0.003s) not ok 2 - found expected backup files, compression none
[03:45:26.156](0.027s) not ok 3 - verify backup, compression none
tap
[03:45:29.224](2.438s) not ok 1 - backup done, compression none
[03:45:29.280](0.056s) not ok 2 - backup verified, compression method "none"
tap
[03:45:29.744](2.074s) not ok 1 - client side backup, compression none
tap
[03:45:36.319](0.115s) not ok 4 - got exactly one new WAL summary
[03:45:36.342](0.000s) not ok 6 - stdout shows block 0 modified
[03:45:36.343](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:20:56.500](351.677s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/001_stream_rep.pl line 90.
tap
[03:18:55.800](429.527s) not ok 1 - promotion of standby with pg_promote
tap
[03:15:15.937](134.933s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/005_replay_delay\data/t_00...
tap
[03:21:23.022](340.294s) # poll_query_until timed out executing this query:
[03:21:23.024](0.003s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:18:59.305](356.149s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/008_fsm_truncation\data/t_...
tap
[03:27:37.458](727.130s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/015_promotion_pages.pl line 64.
tap
[03:23:55.274](389.447s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/016_min_consistency.pl line 81.
tap
[03:22:17.836](134.452s) Bail out!  pg_ctl start failed
tap
[03:31:53.534](365.542s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:20:24.182](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:27:20.623](334.079s) Bail out!  aborting wait: program timed out
tap
[03:23:51.161](146.947s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/025_stuck_on_old_timeline\...
tap
[03:23:59.312](146.169s) Bail out!  pg_ctl start failed
tap
[03:29:59.062](369.478s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:31:33.634](367.390s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/030_stats_cleanup_replica.pl line 51.
tap
[03:30:39.422](373.487s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/032_relfilenode_reuse.pl line 83.
tap
[03:28:40.466](33.590s) Bail out!  pg_ctl start failed
tap
[03:29:57.847](0.712s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:39:03.237](442.207s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/040_standby_failover_slots_sync.pl line 280.
tap
[03:31:30.544](65.802s) not ok 1 - restartpoint has started
[03:33:44.994](134.450s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/041_checkpoint_at_promote\...
tap
[03:30:53.255](8.053s) Bail out!  pg_ctl start failed
tap
[03:41:22.851](418.131s) # poll_query_until timed out executing this query:
[03:47:05.077](342.226s) # poll_query_until timed out executing this query:
tap
[03:53:55.141](134.024s) Bail out!  pg_ctl start failed
test
[03:57:55.624]  15/338 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:57:55.624]  19/338 postgresql:recovery / recovery/004_timeline_switch                              ERROR           4...
[03:57:55.624]  21/338 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           3...
[03:57:55.624]  23/338 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:57:55.624]  24/338 postgresql:recovery / recovery/001_stream_rep                                   ERROR           6...
[03:57:55.624]  27/338 postgresql:recovery / recovery/007_sync_rep                                     ERROR           5...
[03:57:55.624]  29/338 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           2...
[03:57:55.624]  30/338 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:57:55.624]  31/338 postgresql:recovery / recovery/016_min_consistency                              ERROR           3...
[03:57:55.624]  32/338 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR           1...
[03:57:55.624]  35/338 postgresql:recovery / recovery/021_row_visibility                               ERROR           4...
[03:57:55.624]  36/338 postgresql:recovery / recovery/015_promotion_pages                              ERROR           7...
[03:57:55.624]  40/338 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:57:55.624]  42/338 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:57:55.624]  43/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           4...
[03:57:55.624]  44/338 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:57:55.624]  45/338 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           3...
[03:57:55.624]  46/338 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:57:55.624]  51/338 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           4...
[03:57:55.624]  55/338 postgresql:recovery / recovery/019_replslot_limit                               ERROR           7...
[03:57:55.624]  50/338 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:57:55.624] 157/338 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:57:55.624] 160/338 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:57:55.624] 164/338 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:57:55.624] 166/338 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:57:55.624] 173/338 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:57:55.624] 180/338 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           5...
[03:57:55.624] 186/338 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:57:55.624] 187/338 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:57:55.624] 188/338 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:57:55.624] 192/338 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:57:55.624]  39/338 postgresql:recovery / recovery/035_standby_logical_decoding                     TIMEOUT        10...
[03:57:55.624] 193/338 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:57:55.624] 198/338 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:57:55.624] 203/338 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:57:55.624] 205/338 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:57:55.624] 206/338 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:57:55.624] 191/338 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           5...
[03:57:55.624] 209/338 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:57:55.624] 235/338 postgresql:recovery / recovery/039_end_of_wal                                   TIMEOUT        10...
[03:57:55.624] 237/338 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:57:55.624] 238/338 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:57:55.624] 241/338 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:57:55.624] 261/338 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           9...
[03:57:55.624] 162/338 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                TIMEOUT        10...
[03:57:55.624] 336/338 postgresql:test_misc / test_misc/004_io_direct                                  ERROR           1...
[03:57:55.624] 337/338 postgresql:brin / brin/02_wal_consistency                                       ERROR           3...
[03:57:55.624] 338/338 postgresql:bloom / bloom/001_wal                                                ERROR           6...
CompilerWarnings
compiler
[03:10:28.136] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:28.136] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:28.136] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:28.136] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:10:10.060] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:09:32.688] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:32.688] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:32.688] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:32.688] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:09:15.984] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:11:03.702] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
core
[03:48:28.687]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:48:28.687]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:48:28.687]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:48:28.687]     frame #3: 0x00000001049605ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:48:28.687]     frame #4: 0x00000001047fd108 postgres`ComputeXidHorizons(h=0x000000016b91ccc8) at procarray.c:1759:3
[03:48:28.687]     frame #5: 0x00000001047fd20c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:48:28.687]     frame #6: 0x00000001045a0ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:48:28.687]     frame #7: 0x000000010477ca28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:48:28.687]     frame #8: 0x000000010477dc10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=2...
[03:48:28.687]     frame #9: 0x0000000104780838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:49:31.605]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:49:31.605]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:49:31.605]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:49:31.605]     frame #3: 0x000000010489e484 postgres`errfinish.cold.2 at elog.c:600:3
[03:49:31.605]     frame #4: 0x00000001047352e8 postgres`errfinish(filename=<unavailable>, lineno=<unavailable>, funcnam...
[03:49:31.605]     frame #5: 0x000000010481d0dc postgres`InitWalRecovery.cold.19 at xlogrecovery.c:800:4
[03:49:31.605]     frame #6: 0x000000010437e3bc postgres`InitWalRecovery(ControlFile=0x000000010a715280, wasShutdown_ptr...
[03:49:31.605]     frame #7: 0x0000000104372a6c postgres`StartupXLOG at xlog.c:5752:2
[03:49:31.605]     frame #8: 0x00000001045578a4 postgres`StartupProcessMain(startup_data=<unavailable>, startup_data_len...
[03:49:31.605]     frame #9: 0x0000000104551c10 postgres`postmaster_child_launch(child_type=B_STARTUP, child_slot=262, s...
core
[03:49:00.821]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:49:00.821]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:49:00.821]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:49:00.821]     frame #3: 0x00000001005c85ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:49:00.821]     frame #4: 0x0000000100465108 postgres`ComputeXidHorizons(h=0x000000016fcb4d08) at procarray.c:1759:3
[03:49:00.821]     frame #5: 0x000000010046520c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:49:00.821]     frame #6: 0x0000000100208ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:49:00.821]     frame #7: 0x00000001003e4a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:49:00.821]     frame #8: 0x00000001003e5c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:49:00.821]     frame #9: 0x00000001003e8838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:45:13.230]   * frame #0: 0x0000000102414b70 dyld`_dyld_start
core
[03:46:04.834]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:46:04.834]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:46:04.834]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:46:04.834]     frame #3: 0x0000000100d905ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:46:04.834]     frame #4: 0x0000000100c2d108 postgres`ComputeXidHorizons(h=0x000000016f4ecd38) at procarray.c:1759:3
[03:46:04.834]     frame #5: 0x0000000100c2d20c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:46:04.834]     frame #6: 0x00000001009d0ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:46:04.834]     frame #7: 0x0000000100baca28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:46:04.834]     frame #8: 0x0000000100badc10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:46:04.834]     frame #9: 0x0000000100bb0838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:46:53.911]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:46:53.911]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:46:53.911]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:46:53.911]     frame #3: 0x0000000104e405ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:46:53.911]     frame #4: 0x0000000104cdd108 postgres`ComputeXidHorizons(h=0x000000016b43cd18) at procarray.c:1759:3
[03:46:53.911]     frame #5: 0x0000000104cdd20c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:46:53.911]     frame #6: 0x0000000104a80ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:46:53.911]     frame #7: 0x0000000104c5ca28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:46:53.911]     frame #8: 0x0000000104c5dc10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:46:53.911]     frame #9: 0x0000000104c60838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:47:43.338]   * frame #0: 0x00000001972415d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:47:43.338]     frame #1: 0x0000000197279c20 libsystem_pthread.dylib`pthread_kill + 288
[03:47:43.338]     frame #2: 0x0000000197186a30 libsystem_c.dylib`abort + 180
[03:47:43.338]     frame #3: 0x00000001027ec5ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:47:43.338]     frame #4: 0x0000000102689108 postgres`ComputeXidHorizons(h=0x000000016da90d38) at procarray.c:1759:3
[03:47:43.338]     frame #5: 0x000000010268920c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:47:43.338]     frame #6: 0x000000010242cee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:47:43.338]     frame #7: 0x0000000102608a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:47:43.338]     frame #8: 0x0000000102609c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:47:43.338]     frame #9: 0x000000010260c838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
panic
2025-07-06 03:19:44.306 UTC startup[51597] PANIC:  could not locate a valid checkpoint record at 0/2088308
tap
[03:30:58.016](0.798s) not ok 3 - backup with no detail: pg_basebackup
[03:30:58.016](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:30:58.028](0.012s) Bail out!  command "/usr/bin/gzip -d /Users/admin/pgsql/build/testrun/basebackup_to_shell/001_bas...
tap
[03:40:14.607](229.886s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/contrib/bloom/t/001_wal.pl line 22.
tap
[03:25:32.424](21.215s) Bail out!  pg_ctl start failed
tap
[03:27:26.359](138.788s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/020_pg_recei...
tap
[03:27:55.771](159.192s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/040_pg_creat...
tap
[03:25:44.709](14.045s) Bail out!  pg_ctl start failed
tap
[03:26:07.924](9.612s) Bail out!  pg_ctl start failed
tap
[03:26:41.700](11.355s) Bail out!  pg_ctl start failed
tap
[03:31:21.221](255.606s) # poll_query_until timed out executing this query:
[03:31:21.225](0.003s) not ok 9 - promoted standby is not in recovery
[03:33:30.268](126.043s) not ok 11 - pg_ctl promote of standby runs
[03:33:30.310](0.041s) not ok 12 - promoted standby is not in recovery
tap
[03:29:41.651](134.623s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/001_basic/data/t...
tap
[03:29:49.335](141.668s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/002_databases/da...
tap
[03:29:59.353](136.212s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/003_extrafiles/d...
tap
[03:30:10.537](133.850s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/004_pg_xlog_syml...
tap
[03:30:24.353](144.389s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/007_standby_sour...
tap
[03:31:10.922](185.427s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/008_min_recovery...
tap
[03:30:26.916](134.420s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/009_growing_file...
tap
[03:31:55.124](132.716s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/010_keep_recycle...
tap
[03:30:18.555](1.834s) not ok 1 - server side backup, compression none
[03:30:18.556](0.001s) not ok 2 - found expected backup files, compression none
[03:30:18.574](0.018s) not ok 3 - verify backup, compression none
[03:30:20.995](2.420s) not ok 4 - server side backup, compression gzip
[03:30:20.996](0.001s) not ok 5 - found expected backup files, compression gzip
[03:30:21.013](0.017s) not ok 6 - verify backup, compression gzip
[03:30:21.260](0.247s) not ok 7 - server side backup, compression lz4
[03:30:21.262](0.001s) not ok 8 - found expected backup files, compression lz4
[03:30:21.290](0.028s) not ok 9 - verify backup, compression lz4
[03:30:22.320](1.030s) not ok 10 - server side backup, compression lz4
[03:30:22.320](0.000s) not ok 11 - found expected backup files, compression lz4
[03:30:22.333](0.013s) not ok 12 - verify backup, compression lz4
[03:30:22.982](0.649s) not ok 13 - server side backup, compression zstd
[03:30:22.983](0.001s) not ok 14 - found expected backup files, compression zstd
[03:30:23.000](0.017s) not ok 15 - verify backup, compression zstd
[03:30:23.341](0.340s) not ok 16 - server side backup, compression zstd
[03:30:23.341](0.000s) not ok 17 - found expected backup files, compression zstd
[03:30:23.353](0.012s) not ok 18 - verify backup, compression zstd
tap
[03:30:22.711](3.575s) not ok 1 - backup done, compression none
[03:30:22.749](0.038s) not ok 2 - backup verified, compression method "none"
[03:30:25.013](2.264s) not ok 3 - backup done, compression gzip
[03:30:25.046](0.032s) not ok 4 - backup verified, compression method "gzip"
[03:30:26.423](1.377s) not ok 5 - backup done, compression lz4
[03:30:26.502](0.079s) not ok 6 - backup verified, compression method "lz4"
[03:30:27.966](1.463s) not ok 7 - backup done, compression zstd
[03:30:28.001](0.035s) not ok 8 - backup verified, compression method "zstd"
[03:30:28.695](0.693s) not ok 9 - backup done, compression parallel zstd
[03:30:28.719](0.024s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:30:26.922](2.954s) not ok 1 - client side backup, compression none
tap
[03:30:30.469](0.026s) not ok 4 - got exactly one new WAL summary
[03:30:30.479](0.000s) not ok 6 - stdout shows block 0 modified
[03:30:30.479](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:13:16.799](125.645s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/005_replay_delay/...
tap
[03:14:26.676](166.383s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/008_fsm_truncatio...
tap
[03:17:02.601](274.812s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/015_promotion_pag...
tap
[03:20:54.427](487.213s) Bail out!  pg_ctl start failed
tap
[03:15:35.058](126.525s) Bail out!  pg_ctl start failed
tap
[03:18:58.803](266.109s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:22:17.915](277.639s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:16:46.789](133.981s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/025_stuck_on_old_...
tap
[03:21:40.206](275.912s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:26:11.005](454.495s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/030_stats_cleanup_replica.pl line 135.
tap
[03:28:11.860](310.240s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:19:34.109](0.350s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:20:03.665](24.764s) Bail out!  pg_ctl start failed
tap
[03:21:28.760](13.518s) not ok 1 - restartpoint has started
[03:25:18.729](229.968s) not ok 2 - restart point has completed
tap
[03:21:36.590](16.958s) Bail out!  pg_ctl start failed
test
[03:40:15.007]  21/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:40:15.007]  26/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:40:15.007]  29/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           1...
[03:40:15.007]  33/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:40:15.007]  34/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:40:15.007]  38/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           3...
[03:40:15.007]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:40:15.007]  42/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:40:15.007]  43/343 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:40:15.007]  44/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           2...
[03:40:15.007]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:40:15.007]  47/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:40:15.007]  52/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           4...
[03:40:15.007]  61/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           2...
[03:40:15.007]  45/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:40:15.007] 164/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:40:15.007] 165/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:40:15.007] 168/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:40:15.007] 169/343 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           5...
[03:40:15.007] 172/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:40:15.007] 185/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:40:15.007] 188/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:40:15.007] 193/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:40:15.007] 194/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:40:15.007] 195/343 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:40:15.007] 199/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:40:15.007] 201/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:40:15.007] 205/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:40:15.007] 208/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:40:15.007] 210/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:40:15.007] 209/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:40:15.007] 207/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:40:15.007] 215/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:40:15.007] 243/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:40:15.007] 253/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:40:15.007] 289/343 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:40:15.007] 266/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           3...
[03:40:15.007] 343/343 postgresql:bloom / bloom/001_wal                                                ERROR           5...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
core
[03:43:29.672] #0  0x00007f9e34ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.672] #1  0x00007f9e34c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.672] #2  0x00007f9e34c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.672] #3  0x0000557bcecd1d13 in errfinish (filename=filename@entry=0x557bcef1c460 "../src/backend/access/transa...
[03:43:29.672] #4  0x0000557bce42331f in InitWalRecovery (ControlFile=<optimized out>, wasShutdown_ptr=wasShutdown_ptr@e...
[03:43:29.672] #5  0x0000557bce410e72 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:43:29.672] #6  0x0000557bce8c71cd in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:43:29.672] #7  0x0000557bce8bd84b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:43:29.672] #8  0x0000557bce8c2fe1 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:43:29.672] #9  0x0000557bce8c6b7b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x557c0b379700) at ../src/ba...
core
[03:43:31.878] #0  0x00007fa654ea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.878] #1  0x00007fa654e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.878] #2  0x00007fa654e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.878] #3  0x00005622d3292b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5622d3566495 "Transac...
[03:43:31.878] #4  0x00005622d2f8d94e in ComputeXidHorizons (h=h@entry=0x7ffea2eb1b50) at ../src/backend/storage/ipc/pro...
[03:43:31.878] #5  0x00005622d2f92b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:31.878] #6  0x00005622d29ccbbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:31.878] #7  0x00005622d2e83023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:31.878] #8  0x00005622d2e8384b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:31.878] #9  0x00005622d2e88fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:31.379] #0  0x00007fdafeaa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.379] #1  0x00007fdafea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.379] #2  0x00007fdafea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:31.379] #3  0x000055d703ed4b97 in ExceptionalCondition (conditionName=conditionName@entry=0x55d7041a8495 "Transac...
[03:43:31.379] #4  0x000055d703bcf94e in ComputeXidHorizons (h=h@entry=0x7ffc22ec98f0) at ../src/backend/storage/ipc/pro...
[03:43:31.379] #5  0x000055d703bd4b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:31.379] #6  0x000055d70360ebbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:31.379] #7  0x000055d703ac5023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:31.379] #8  0x000055d703ac584b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:31.379] #9  0x000055d703acafe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:30.898] #0  0x00007fda714dcda9 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #1  0x00007fda714de075 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #2  0x00007fda714d8261 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #3  0x00007fda714ee3c1 in _dl_catch_exception () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #4  0x00007fda714d85ca in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #5  0x00007fda714f3a4a in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #6  0x00007fda714f02ff in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #7  0x00007fda714f1c7c in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #8  0x00007fda714f0b28 in ?? () from /lib64/ld-linux-x86-64.so.2
[03:43:30.898] #9  0x0000000000000003 in ?? ()
core
[03:43:30.781] #0  0x00007f05414b6bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.781] #1  0x00005615887abcc0 in ?? ()
[03:43:30.781] #2  0x00005615887abefa in ?? ()
[03:43:30.781] #3  0x00005615887ad630 in ?? ()
[03:43:30.781] #4  0x00005615887a7371 in ?? ()
[03:43:30.781] #5  0x00005615887a620f in ?? ()
[03:43:30.781] #6  0x00005615887a6c3b in ?? ()
[03:43:30.781] #7  0x00005615887a466f in ?? ()
[03:43:30.781] #8  0x00007f054140a24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.781] #9  0x00007f054140a305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:43:30.649] #0  0x00007f4ac3ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.649] #1  0x00007f4ac3c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.649] #2  0x00007f4ac3c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.649] #3  0x0000558a51d68b97 in ExceptionalCondition (conditionName=conditionName@entry=0x558a5203c495 "Transac...
[03:43:30.649] #4  0x0000558a51a6394e in ComputeXidHorizons (h=h@entry=0x7ffef5c23810) at ../src/backend/storage/ipc/pro...
[03:43:30.649] #5  0x0000558a51a68b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:30.649] #6  0x0000558a514a2bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:30.649] #7  0x0000558a51959023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:30.649] #8  0x0000558a5195984b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:30.649] #9  0x0000558a5195efe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:30.161] #0  0x00007fcc88aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.161] #1  0x00007fcc88a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.161] #2  0x00007fcc88a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:30.161] #3  0x00005568da4bfb97 in ExceptionalCondition (conditionName=conditionName@entry=0x5568da793495 "Transac...
[03:43:30.161] #4  0x00005568da1ba94e in ComputeXidHorizons (h=h@entry=0x7fff73642b20) at ../src/backend/storage/ipc/pro...
[03:43:30.161] #5  0x00005568da1bfb47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:30.161] #6  0x00005568d9bf9bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:30.161] #7  0x00005568da0b0023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:30.161] #8  0x00005568da0b084b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:30.161] #9  0x00005568da0b5fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:43:29.175] #0  0x00007f72fb6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.175] #1  0x00007f72fb65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.175] #2  0x00007f72fb645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:43:29.175] #3  0x0000555865408b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5558656dc495 "Transac...
[03:43:29.175] #4  0x000055586510394e in ComputeXidHorizons (h=h@entry=0x7ffc09b286d0) at ../src/backend/storage/ipc/pro...
[03:43:29.175] #5  0x0000555865108b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:43:29.175] #6  0x0000555864b42bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:43:29.175] #7  0x0000555864ff9023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:43:29.175] #8  0x0000555864ff984b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:43:29.175] #9  0x0000555864ffefe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
panic
2025-07-06 03:18:03.759 UTC startup[62854] PANIC:  could not locate a valid checkpoint record at 0/2046160
tap
[03:32:05.346](0.741s) not ok 3 - backup with no detail: pg_basebackup
[03:32:05.347](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:32:05.352](0.005s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:38:47.552](240.837s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:26:27.955](2.363s) Bail out!  pg_ctl start failed
tap
[03:28:43.937](134.870s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:35:40.984](475.182s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/bin/pg_basebackup/t/040_pg_createsubscriber.pl line 331.
tap
[03:26:48.622](1.457s) Bail out!  pg_ctl start failed
tap
[03:27:06.453](2.345s) Bail out!  pg_ctl start failed
tap
[03:27:22.968](1.664s) Bail out!  pg_ctl start failed
tap
[03:32:18.663](283.165s) # poll_query_until timed out executing this query:
[03:32:18.664](0.001s) not ok 9 - promoted standby is not in recovery
tap
[03:30:36.898](129.845s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:30:49.435](131.120s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/...
tap
[03:30:54.789](129.698s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:31:01.504](129.819s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:31:33.072](130.287s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:33:04.666](155.031s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:32:40.438](123.164s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:31:11.506](0.661s) not ok 4 - server side backup, compression gzip
[03:31:11.507](0.001s) not ok 5 - found expected backup files, compression gzip
[03:31:11.522](0.014s) not ok 6 - verify backup, compression gzip
[03:31:11.675](0.154s) not ok 7 - server side backup, compression lz4
[03:31:11.676](0.001s) not ok 8 - found expected backup files, compression lz4
[03:31:11.703](0.026s) not ok 9 - verify backup, compression lz4
[03:31:12.355](0.652s) not ok 10 - server side backup, compression lz4
[03:31:12.356](0.001s) not ok 11 - found expected backup files, compression lz4
[03:31:12.364](0.008s) not ok 12 - verify backup, compression lz4
[03:31:12.881](0.516s) not ok 13 - server side backup, compression zstd
[03:31:12.882](0.001s) not ok 14 - found expected backup files, compression zstd
[03:31:12.893](0.010s) not ok 15 - verify backup, compression zstd
[03:31:13.389](0.497s) not ok 16 - server side backup, compression zstd
[03:31:13.391](0.001s) not ok 17 - found expected backup files, compression zstd
[03:31:13.415](0.024s) not ok 18 - verify backup, compression zstd
tap
[03:31:13.242](2.462s) not ok 1 - backup done, compression none
[03:31:13.268](0.025s) not ok 2 - backup verified, compression method "none"
[03:31:14.364](1.096s) not ok 3 - backup done, compression gzip
[03:31:14.404](0.040s) not ok 4 - backup verified, compression method "gzip"
[03:31:15.135](0.729s) not ok 5 - backup done, compression lz4
[03:31:15.153](0.018s) not ok 6 - backup verified, compression method "lz4"
[03:31:15.765](0.612s) not ok 7 - backup done, compression zstd
[03:31:15.793](0.026s) not ok 8 - backup verified, compression method "zstd"
[03:31:16.145](0.351s) not ok 9 - backup done, compression parallel zstd
[03:31:16.174](0.028s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:31:15.222](3.158s) not ok 1 - client side backup, compression none
tap
[03:31:19.372](0.067s) not ok 4 - got exactly one new WAL summary
[03:31:19.394](0.000s) not ok 6 - stdout shows block 0 modified
[03:31:19.395](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:12:46.027](120.574s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:15:44.583](237.940s) # poll_query_until timed out executing this query:
[03:15:44.584](0.000s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:13:41.625](154.363s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:15:56.794](264.198s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:19:32.213](463.294s) Bail out!  pg_ctl start failed
tap
[03:17:30.242](120.621s) Bail out!  pg_ctl start failed
tap
[03:16:43.373](243.214s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:21:38.569](277.011s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:15:59.452](123.562s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:21:27.376](276.146s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:27:14.361](331.438s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/030_stats_cleanup_replica.pl line 62.
tap
[03:22:59.832](296.273s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 132.
tap
[03:27:55.600](338.854s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:25:17.403](313.541s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 510.
tap
[03:17:57.146](0.331s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:18:01.383](0.390s) not ok 2 - xl_tot_len short
[03:18:05.062](3.679s) Bail out!  pg_ctl start failed
tap
[03:30:29.053](608.863s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 435.
tap
[03:20:02.697](16.961s) not ok 1 - restartpoint has started
[03:23:57.954](235.256s) not ok 2 - restart point has completed
tap
[03:21:34.259](0.730s) Bail out!  pg_ctl start failed
tap
[03:39:13.711](225.305s) # poll_query_until timed out executing this query:
tap
[03:39:37.362](222.395s) # poll_query_until timed out executing this query:
test
[03:39:37.675]  22/344 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:39:37.675]  24/344 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:39:37.675]  28/344 postgresql:recovery / recovery/007_sync_rep                                     ERROR           2...
[03:39:37.675]  30/344 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:39:37.675]  31/344 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:39:37.675]  34/344 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:39:37.675]  38/344 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:39:37.675]  41/344 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:39:37.675]  42/344 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:39:37.675]  43/344 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:39:37.675]  45/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:39:37.675]  46/344 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:39:37.675]  47/344 postgresql:recovery / recovery/021_row_visibility                               ERROR           5...
[03:39:37.675]  57/344 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
[03:39:37.675]  44/344 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:39:37.675] 104/344 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           1...
[03:39:37.675] 112/344 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
[03:39:37.675] 157/344 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:39:37.675] 163/344 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:39:37.675] 167/344 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:39:37.675] 169/344 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           6...
[03:39:37.675] 170/344 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:39:37.675] 180/344 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:39:37.675] 187/344 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:39:37.675] 192/344 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           7...
[03:39:37.675] 193/344 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:39:37.675] 194/344 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:39:37.675] 195/344 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:39:37.675] 200/344 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:39:37.675] 206/344 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:39:37.675] 209/344 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:39:37.675] 208/344 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:39:37.675] 212/344 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:39:37.675] 220/344 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:39:37.675] 244/344 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:39:37.675] 253/344 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:39:37.675] 267/344 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:39:37.675] 279/344 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:39:37.675] 322/344 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           5...
[03:39:37.675] 342/344 postgresql:bloom / bloom/001_wal                                                ERROR           4...
[03:39:37.675] 343/344 postgresql:subscription / subscription/026_stats                                ERROR           3...
[03:39:37.675] 344/344 postgresql:subscription / subscription/032_subscribe_use_index                  ERROR           3...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "procarray.c", Line: 1759, PID: 24826
core
[03:23:57.119] #0  0x00007fe3c10abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:23:57.119] #1  0x00007fe3c105cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:23:57.119] #2  0x00007fe3c1047472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:23:57.119] #3  0x000055b0d790b803 in ExceptionalCondition (conditionName=conditionName@entry=0x55b0d7cdb660 "Transac...
[03:23:57.119] #4  0x000055b0d7571cca in ComputeXidHorizons (h=h@entry=0x7fff8899d370) at procarray.c:1759
[03:23:57.119] #5  0x000055b0d7577186 in GetOldestTransactionIdConsideredRunning () at procarray.c:2038
[03:23:57.119] #6  0x000055b0d6d69d1e in CreateRestartPoint (flags=flags@entry=0) at xlog.c:8016
[03:23:57.119] #7  0x000055b0d741cc3b in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:23:57.119] #8  0x000055b0d741d722 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:23:57.119] #9  0x000055b0d7423bcb in StartChildProcess (type=type@entry=B_CHECKPOINTER) at postmaster.c:3973
tap
[03:10:07.658](1.115s) not ok 3 - backup with no detail: pg_basebackup
[03:10:07.659](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:10:07.670](0.011s) Bail out!  command "gzip -d /tmp/cirrus-ci-build/contrib/basebackup_to_shell/tmp_check/tmp_test_d...
tap
[03:17:20.864](262.860s) # poll_query_until timed out executing this query:
timed out waiting for catchup at t/001_wal.pl line 22.
tap
[03:12:14.533](2.542s) Bail out!  pg_ctl start failed
tap
[03:21:49.545](120.335s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/src/test/recovery/tmp_check/t_005_repl...
tap
[03:21:10.615](236.953s) # poll_query_until timed out executing this query:
FreeBSD - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("end_of_summary_lsn >= current_lsn"), File: "../src/backend/postmaster/walsummarizer.c", Line: 423, ...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 4...
core
[03:38:26.387] #0  0x0000115d61901fda in copy_file_range () from /lib/libc.so.7
[03:38:26.387] #1  0x000011553fd52412 in ?? ()
[03:38:26.387] #2  0x000011553fd51e1b in ?? ()
[03:38:26.387] #3  0x000011553fd516e3 in ?? ()
[03:38:26.387] #4  0x0000115d6184ec3a in __libc_start1 () from /lib/libc.so.7
[03:38:26.387] #5  0x000011553fd512dd in ?? ()
[03:38:26.889] #0  0x000000082a5a61ba in thr_kill () from /lib/libc.so.7
core
[03:38:26.935] #0  0x000000082a5a61ba in thr_kill () from /lib/libc.so.7
[03:38:26.935] #1  0x000000082a51f5d4 in raise () from /lib/libc.so.7
[03:38:26.935] #2  0x000000082a5d2b59 in abort () from /lib/libc.so.7
[03:38:26.935] #3  0x0000000000ad7ac4 in errfinish (filename=<optimized out>, lineno=<optimized out>, funcname=<optimize...
[03:38:26.935] #4  0x000000000068eaa0 in InitWalRecovery (ControlFile=0x8323fff80, wasShutdown_ptr=wasShutdown_ptr@entry...
[03:38:26.935] #5  0x0000000000680e1b in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:38:26.935] #6  0x00000000008c418b in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:38:26.935] #7  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:38:26.935] #8  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:38:26.935] #9  0x00000000008c03f2 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820cf0dd0) at ../src/backe...
core
[03:38:27.217] #0  0x000000082b5be1ba in thr_kill () from /lib/libc.so.7
[03:38:27.217] #1  0x000000082b5375d4 in raise () from /lib/libc.so.7
[03:38:27.217] #2  0x000000082b5eab59 in abort () from /lib/libc.so.7
[03:38:27.217] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:27.217] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821375d48) at ../src/backend/storage/ipc/procar...
[03:38:27.217] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:27.217] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:27.217] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:27.217] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:27.217] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:27.493] #0  0x000000082cabf1ba in thr_kill () from /lib/libc.so.7
[03:38:27.493] #1  0x000000082ca385d4 in raise () from /lib/libc.so.7
[03:38:27.493] #2  0x000000082caebb59 in abort () from /lib/libc.so.7
[03:38:27.493] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:27.493] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x8218fc2c8) at ../src/backend/storage/ipc/procar...
[03:38:27.493] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:27.493] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:27.493] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:27.493] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:27.493] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:27.769] #0  0x000000082c00f1ba in thr_kill () from /lib/libc.so.7
[03:38:27.769] #1  0x000000082bf885d4 in raise () from /lib/libc.so.7
[03:38:27.769] #2  0x000000082c03bb59 in abort () from /lib/libc.so.7
[03:38:27.769] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:27.769] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x82193f6b8) at ../src/backend/storage/ipc/procar...
[03:38:27.769] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:27.769] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:27.769] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:27.769] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:27.769] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:28.043] #0  0x000000082b8b31ba in thr_kill () from /lib/libc.so.7
[03:38:28.043] #1  0x000000082b82c5d4 in raise () from /lib/libc.so.7
[03:38:28.043] #2  0x000000082b8dfb59 in abort () from /lib/libc.so.7
[03:38:28.043] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:38:28.043] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821bb5038) at ../src/backend/storage/ipc/procar...
[03:38:28.043] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:38:28.043] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:38:28.043] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:38:28.043] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:38:28.043] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:38:28.321] #0  0x000000082bdf21ba in thr_kill () from /lib/libc.so.7
[03:38:28.321] #1  0x000000082bd6b5d4 in raise () from /lib/libc.so.7
[03:38:28.321] #2  0x000000082be1eb59 in abort () from /lib/libc.so.7
[03:38:28.321] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x345987 "end_of_summary_lsn >= current_lsn...
[03:38:28.321] #4  0x00000000008c6c3a in WalSummarizerMain (startup_data=<optimized out>, startup_data_len=<optimized ou...
[03:38:28.321] #5  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_WAL_SUMMARIZER, child_sl...
[03:38:28.321] #6  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_WAL_SUMMARIZER) at ../src/backend/postmast...
[03:38:28.321] #7  0x00000000008c2907 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[03:38:28.321] #8  ServerLoop () at ../src/backend/postmaster/postmaster.c:1717
[03:38:28.322] #9  0x00000000008c042a in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x821abbe48) at ../src/backe...
panic
2025-07-06 03:19:43.246 UTC startup[31062] PANIC:  could not locate a valid checkpoint record at 0/24504F0
tap
[03:28:17.201](0.197s) not ok 3 - backup with no detail: pg_basebackup
[03:28:17.203](0.001s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:28:17.208](0.004s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:34:12.512](208.617s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:24:13.248](0.476s) Bail out!  pg_ctl start failed
tap
[03:26:23.227](129.551s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:26:18.519](121.511s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_cre...
tap
[03:24:20.720](0.369s) Bail out!  pg_ctl start failed
tap
[03:24:24.376](0.375s) Bail out!  pg_ctl start failed
tap
[03:24:31.515](1.652s) not ok 2 - incremental backup from node2
tap
[03:28:17.465](213.038s) # poll_query_until timed out executing this query:
[03:28:17.466](0.001s) not ok 9 - promoted standby is not in recovery
tap
[03:27:26.209](123.364s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:28:07.049](122.129s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:28:21.077](122.111s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:28:29.306](123.165s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:28:51.217](137.322s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:28:51.180](122.300s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:27:25.363](1.771s) not ok 1 - server side backup, compression none
[03:27:25.364](0.001s) not ok 2 - found expected backup files, compression none
[03:27:25.370](0.005s) not ok 3 - verify backup, compression none
[03:27:25.916](0.546s) not ok 4 - server side backup, compression gzip
[03:27:25.918](0.001s) not ok 5 - found expected backup files, compression gzip
[03:27:25.924](0.006s) not ok 6 - verify backup, compression gzip
[03:27:25.993](0.069s) not ok 7 - server side backup, compression lz4
[03:27:25.994](0.001s) not ok 8 - found expected backup files, compression lz4
[03:27:26.000](0.006s) not ok 9 - verify backup, compression lz4
[03:27:26.375](0.374s) not ok 10 - server side backup, compression lz4
[03:27:26.376](0.001s) not ok 11 - found expected backup files, compression lz4
[03:27:26.383](0.006s) not ok 12 - verify backup, compression lz4
[03:27:26.608](0.224s) not ok 13 - server side backup, compression zstd
[03:27:26.610](0.001s) not ok 14 - found expected backup files, compression zstd
[03:27:26.617](0.007s) not ok 15 - verify backup, compression zstd
[03:27:26.739](0.121s) not ok 16 - server side backup, compression zstd
[03:27:26.741](0.001s) not ok 17 - found expected backup files, compression zstd
[03:27:26.748](0.007s) not ok 18 - verify backup, compression zstd
tap
[03:27:28.492](1.858s) not ok 1 - backup done, compression none
[03:27:28.500](0.008s) not ok 2 - backup verified, compression method "none"
[03:27:28.919](0.418s) not ok 3 - backup done, compression gzip
[03:27:28.928](0.009s) not ok 4 - backup verified, compression method "gzip"
[03:27:29.289](0.361s) not ok 5 - backup done, compression lz4
[03:27:29.298](0.008s) not ok 6 - backup verified, compression method "lz4"
[03:27:29.627](0.329s) not ok 7 - backup done, compression zstd
[03:27:29.637](0.009s) not ok 8 - backup verified, compression method "zstd"
[03:27:29.723](0.085s) not ok 9 - backup done, compression parallel zstd
[03:27:29.733](0.009s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:27:28.996](1.909s) not ok 1 - client side backup, compression none
tap
[03:27:34.378](0.031s) not ok 4 - got exactly one new WAL summary
[03:27:34.387](0.001s) not ok 6 - stdout shows block 0 modified
[03:27:34.388](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:19:20.654](221.437s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/001_stream_rep.pl line 422.
tap
[03:11:35.044](120.565s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:13:58.596](217.415s) # poll_query_until timed out executing this query:
[03:13:58.597](0.001s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:12:39.351](159.882s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:15:52.090](282.340s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:15:56.844](264.316s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/016_min_consistency.pl line 102.
tap
[03:18:02.563](385.388s) Bail out!  pg_ctl start failed
tap
[03:17:46.086](120.576s) Bail out!  pg_ctl start failed
tap
[03:16:20.719](211.478s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:14:01.126](0.001s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:19:19.823](215.754s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:17:59.865](122.264s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:21:39.427](221.275s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:22:56.388](222.731s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/030_stats_cleanup_replica.pl line 62.
tap
[03:23:19.487](223.955s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 132.
tap
[03:22:41.148](221.912s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:23:22.646](221.970s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 484.
tap
[03:19:27.626](0.310s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:19:43.427](13.075s) Bail out!  pg_ctl start failed
tap
[03:24:52.528](219.737s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 402.
tap
[03:19:48.123](0.505s) not ok 1 - restartpoint has started
[03:22:50.376](182.252s) not ok 2 - restart point has completed
tap
[03:21:42.938](0.270s) Bail out!  pg_ctl start failed
tap
[03:26:30.579](206.789s) # poll_query_until timed out executing this query:
tap
[03:34:33.846](203.019s) # poll_query_until timed out executing this query:
test
[03:34:34.165]  19/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:34:34.165]  21/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:34:34.165]  22/343 postgresql:recovery / recovery/007_sync_rep                                     ERROR           2...
[03:34:34.165]  23/343 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:34:34.165]  24/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:34:34.165]  26/343 postgresql:recovery / recovery/016_min_consistency                              ERROR           2...
[03:34:34.165]  29/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:34:34.165]  33/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:34:34.165]  34/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:34:34.165]  35/343 postgresql:recovery / recovery/017_shm                                          ERROR           3...
[03:34:34.165]  38/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           3...
[03:34:34.165]  39/343 postgresql:recovery / recovery/001_stream_rep                                   ERROR           6...
[03:34:34.165]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:34:34.165]  43/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:34:34.165]  45/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:34:34.165]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:34:34.165]  51/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           2...
[03:34:34.165]  44/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           1...
[03:34:34.165]  56/343 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           3...
[03:34:34.165]  77/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:34:34.165]  81/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           3...
[03:34:34.165] 157/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:34:34.165] 164/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:34:34.165] 166/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:34:34.165] 168/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:34:34.165] 179/343 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           3...
[03:34:34.165] 188/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:34:34.165] 189/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:34:34.165] 193/343 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:34:34.165] 194/343 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           2...
[03:34:34.165] 206/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:34:34.165] 205/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:34:34.165] 208/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:34:34.165] 207/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:34:34.165] 212/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:34:34.165] 234/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:34:34.165] 242/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:34:34.165] 243/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:34:34.165] 247/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:34:34.165] 257/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:34:34.165] 277/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:34:34.165] 278/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:34:34.165] 342/343 postgresql:bloom / bloom/001_wal                                                ERROR           3...
[03:34:34.165] 343/343 postgresql:subscription / subscription/026_stats                                ERROR           3...
53/5627 Fix oldest LSN calculation for WAL segments removal when slots are advancing during checkpoint
CompilerWarnings
compiler
[03:02:54.323] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:54.323] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:54.323] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:54.323] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:7090:13: error: variable 'last_important_lsn' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:6875:5: error: variable 'total_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:6876:5: error: variable 'longest_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:47.112] xlog.c:6877:5: error: variable 'average_msecs' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[03:02:18.608] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:18.608] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:18.608] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:18.608] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:02:09.210] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:6877:33: error: variable ‘average_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:6875:33: error: variable ‘total_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:6876:33: error: variable ‘longest_msecs’ set but not used [-Werror=unused-but-set-variable]
compiler
[03:03:17.046] xlog.c:7090:25: error: variable ‘last_important_lsn’ set but not used [-Werror=unused-but-set-variable]
Windows - Server 2019, VS 2019 - Meson & ninja
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 5...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 7...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("end_of_summary_lsn >= current_lsn"), File: "../src/backend/postmaster/walsummarizer.c", Line: 423, ...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 3...
core
00000093`f15ffd78 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000093`f15ffd80 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000093`f15ffdf0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000093`f15ffef0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`f15fff20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`f0dff4e0 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000093`f0dff520 00007ff7`714edeab     postgres!ExceptionalCondition(
00000093`f0dff560 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
00000093`f0dff5d0 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000093`f0dff630 00007ff7`71415571     postgres!CreateRestartPoint(
00000093`f0dff7a0 00007ff7`71416e87     postgres!CheckpointerMain(
00000093`f0dff930 00007ff7`712cab19     postgres!SubPostmasterMain(
00000093`f0dff9b0 00007ff7`718feef9     postgres!main(
00000093`f0dff9f0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000093`f0dffa40 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000093`f11ffb98 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`f11ffba0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000093`f11ffe90 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`f11ffec0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000093`f19ff948 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000093`f19ff950 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000093`f19ffc40 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000093`f19ffc70 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8b3ff3a0 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
0000001c`8b3ff3e0 00007ff7`714edeab     postgres!ExceptionalCondition(
0000001c`8b3ff420 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
0000001c`8b3ff490 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
0000001c`8b3ff4f0 00007ff7`71415571     postgres!CreateRestartPoint(
0000001c`8b3ff660 00007ff7`71416e87     postgres!CheckpointerMain(
0000001c`8b3ff7f0 00007ff7`712cab19     postgres!SubPostmasterMain(
0000001c`8b3ff870 00007ff7`718feef9     postgres!main(
0000001c`8b3ff8b0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
0000001c`8b3ff900 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
0000001c`8b7ff7d8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8b7ff7e0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
0000001c`8b7ffad0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8b7ffb00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8bbffa68 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
0000001c`8bbffa70 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
0000001c`8bbffae0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
0000001c`8bbffbe0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8bbffc10 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
0000001c`8bfff8d8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
0000001c`8bfff8e0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
0000001c`8bfffbd0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
0000001c`8bfffc00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`ee3ff8e0 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000017`ee3ff920 00007ff7`714edeab     postgres!ExceptionalCondition(
00000017`ee3ff960 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
00000017`ee3ff9d0 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000017`ee3ffa30 00007ff7`71415571     postgres!CreateRestartPoint(
00000017`ee3ffba0 00007ff7`71416e87     postgres!CheckpointerMain(
00000017`ee3ffd30 00007ff7`712cab19     postgres!SubPostmasterMain(
00000017`ee3ffdb0 00007ff7`718feef9     postgres!main(
00000017`ee3ffdf0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000017`ee3ffe40 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000017`ee7ffa08 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`ee7ffa10 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000017`ee7ffd00 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`ee7ffd30 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eebffb28 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000017`eebffb30 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000017`eebffba0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000017`eebffca0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eebffcd0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000017`eefff828 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000017`eefff830 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000017`eefffb20 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000017`eefffb50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d71ff350 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000054`d71ff390 00007ff7`714edeab     postgres!ExceptionalCondition(
00000054`d71ff3d0 00007ff7`714ea4fd     postgres!ComputeXidHorizons(
00000054`d71ff440 00007ff7`71072332     postgres!GetOldestTransactionIdConsideredRunning(void)+0x1d [c:\cirrus\src\backe...
00000054`d71ff4a0 00007ff7`71415571     postgres!CreateRestartPoint(
00000054`d71ff610 00007ff7`71416e87     postgres!CheckpointerMain(
00000054`d71ff7a0 00007ff7`712cab19     postgres!SubPostmasterMain(
00000054`d71ff820 00007ff7`718feef9     postgres!main(
00000054`d71ff860 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000054`d71ff8b0 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
core
00000054`d75ff9d8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d75ff9e0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000054`d75ffcd0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d75ffd00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d79ffbe8 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000054`d79ffbf0 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000054`d79ffc60 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000054`d79ffd60 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d79ffd90 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000054`d7dff9f8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000054`d7dffa00 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000054`d7dffcf0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000054`d7dffd20 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`255ff1b0 00007ff7`717736c6     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
00000056`255ff1f0 00007ff7`71085c1f     postgres!errfinish(
00000056`255ff250 00007ff7`7106fff8     postgres!InitWalRecovery(
00000056`255ff460 00007ff7`71420911     postgres!StartupXLOG(void)+0x4c8 [c:\cirrus\src\backend\access\transam\xlog.c @ ...
00000056`255ff600 00007ff7`71416e87     postgres!StartupProcessMain(
00000056`255ff630 00007ff7`712cab19     postgres!SubPostmasterMain(
00000056`255ff6b0 00007ff7`718feef9     postgres!main(
00000056`255ff6f0 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
00000056`255ff740 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
00000056`255ff7b0 00007ff7`718fef6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
core
00000056`259ff4f8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`259ff500 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000056`259ff7f0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`259ff820 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`25dffca8 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
00000056`25dffcb0 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
00000056`25dffd20 00007ffd`0dd04cb0     postgres!pg_signal_thread(
00000056`25dffe20 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`25dffe50 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
00000056`261ff528 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
00000056`261ff530 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
00000056`261ff820 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
00000056`261ff850 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3cfff790 00007ff7`71772938     ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7...
000000f9`3cfff7d0 00007ff7`714235ec     postgres!ExceptionalCondition(
000000f9`3cfff810 00007ff7`71416e87     postgres!WalSummarizerMain(
000000f9`3cfff9a0 00007ff7`712cab19     postgres!SubPostmasterMain(
000000f9`3cfffa20 00007ff7`718feef9     postgres!main(
000000f9`3cfffa60 00007ff7`718fee4e     postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\st...
000000f9`3cfffab0 00007ff7`718fed0e     postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcst...
000000f9`3cfffb20 00007ff7`718fef6e     postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\...
000000f9`3cfffb50 00007ffd`0dd04cb0     postgres!mainCRTStartup(
000000f9`3cfffb80 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
core
000000f9`3d3ff8b8 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`3d3ff8c0 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
000000f9`3d3ffbb0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`3d3ffbe0 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3d7ffc58 00007ffd`0d5e48fa     ntdll!NtFsControlFile+0x14
000000f9`3d7ffc60 00007ff7`7140aedb     KERNELBASE!ConnectNamedPipe+0x6a
000000f9`3d7ffcd0 00007ffd`0dd04cb0     postgres!pg_signal_thread(
000000f9`3d7ffdd0 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`3d7ffe00 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
core
000000f9`3dbff458 00007ffd`0f9ab77f     ntdll!NtWaitForWorkViaWorkerFactory+0x14
000000f9`3dbff460 00007ffd`0dd04cb0     ntdll!TppWorkerThread+0x2df
000000f9`3dbff750 00007ffd`0fa1edcb     KERNEL32!BaseThreadInitThunk+0x10
000000f9`3dbff780 00000000`00000000     ntdll!RtlUserThreadStart+0x2b
panic
2025-07-06 03:29:34.363 GMT startup[6648] PANIC:  could not locate a valid checkpoint record at 0/2F861F8
tap
[03:40:35.183](1.269s) not ok 3 - backup with no detail: pg_basebackup
[03:40:35.187](0.003s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:40:35.218](0.029s) Bail out!  command "C:/Program Files/Git/usr/bin/gzip.EXE -d C:\cirrus\build\testrun\basebackup_t...
tap
[03:51:44.252](316.755s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/contrib/bloom/t/001_wal.pl line 22.
tap
[03:49:15.678](347.000s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/modules/brin/t/02_wal_consistency.pl line 73.
tap
[03:46:35.506](135.481s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/commit_ts/003_standby_2\data/t_003_...
tap
[03:29:04.926](2.651s) Bail out!  pg_ctl start failed
tap
[03:31:36.868](155.086s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_basebackup/020_pg_receivewal\dat...
tap
[03:29:46.128](10.854s) Bail out!  pg_ctl start failed
tap
[03:30:52.896](4.272s) Bail out!  pg_ctl start failed
tap
[03:31:48.500](5.836s) Bail out!  pg_ctl start failed
tap
[03:31:59.823](9.986s) not ok 2 - incremental backup from node2
tap
[03:38:07.145](350.226s) # poll_query_until timed out executing this query:
[03:38:07.147](0.002s) not ok 9 - promoted standby is not in recovery
[03:40:24.493](134.039s) not ok 11 - pg_ctl promote of standby runs
[03:40:24.625](0.132s) not ok 12 - promoted standby is not in recovery
tap
[03:36:02.574](142.341s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/001_basic\data/t_001_basi...
tap
[03:36:07.598](144.744s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/002_databases\data/t_002_...
tap
[03:36:18.976](138.616s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/003_extrafiles\data/t_003...
tap
[03:38:21.712](138.393s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/004_pg_xlog_symlink\data/...
tap
[03:38:47.752](151.792s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/007_standby_source\data/t...
tap
[03:39:09.388](169.662s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/008_min_recovery_point\da...
tap
[03:40:11.356](139.208s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/009_growing_files\data/t_...
tap
[03:40:42.069](139.601s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/pg_rewind/010_keep_recycled_wals\da...
tap
[03:39:29.124](2.047s) not ok 1 - server side backup, compression none
[03:39:29.129](0.003s) not ok 2 - found expected backup files, compression none
[03:39:29.154](0.024s) not ok 3 - verify backup, compression none
tap
[03:39:32.243](2.438s) not ok 1 - backup done, compression none
[03:39:32.303](0.059s) not ok 2 - backup verified, compression method "none"
tap
[03:39:34.703](2.066s) not ok 1 - client side backup, compression none
tap
[03:39:39.912](0.068s) not ok 4 - got exactly one new WAL summary
[03:39:39.958](0.000s) not ok 6 - stdout shows block 0 modified
[03:39:39.959](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:14:41.198](351.467s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/001_stream_rep.pl line 90.
tap
[03:12:26.687](442.329s) not ok 1 - promotion of standby with pg_promote
tap
[03:08:43.537](134.323s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/005_replay_delay\data/t_00...
tap
[03:14:27.498](333.989s) # poll_query_until timed out executing this query:
[03:14:27.501](0.003s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:12:22.515](357.055s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/008_fsm_truncation\data/t_...
tap
[03:20:49.936](711.680s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/015_promotion_pages.pl line 64.
tap
[03:17:17.350](380.119s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/016_min_consistency.pl line 81.
tap
[03:15:43.346](134.352s) Bail out!  pg_ctl start failed
tap
[03:24:48.186](354.893s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:13:44.902](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:21:06.533](355.944s) Bail out!  aborting wait: program timed out
tap
[03:17:10.394](148.019s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/025_stuck_on_old_timeline\...
tap
[03:17:28.034](146.128s) Bail out!  pg_ctl start failed
tap
[03:23:15.506](363.513s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:30:43.309](721.745s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/030_stats_cleanup_replica.pl line 135.
tap
[03:23:52.585](370.850s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/032_relfilenode_reuse.pl line 83.
tap
[03:22:06.144](33.552s) Bail out!  pg_ctl start failed
tap
[03:22:56.351](0.717s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:29:35.518](395.084s) Bail out!  pg_ctl start failed
tap
[03:32:10.508](426.024s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/040_standby_failover_slots_sync.pl line 280.
tap
[03:24:38.164](61.477s) not ok 1 - restartpoint has started
[03:26:52.422](134.257s) Bail out!  command "pg_ctl --pgdata C:\cirrus\build/testrun/recovery/041_checkpoint_at_promote\...
tap
[03:24:06.564](8.437s) Bail out!  pg_ctl start failed
tap
[03:34:51.480](425.465s) # poll_query_until timed out executing this query:
[03:40:19.995](328.515s) # poll_query_until timed out executing this query:
tap
[03:47:50.614](134.401s) Bail out!  pg_ctl start failed
test
[03:51:44.694]  15/338 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:51:44.694]  19/338 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           3...
[03:51:44.694]  21/338 postgresql:recovery / recovery/004_timeline_switch                              ERROR           4...
[03:51:44.694]  23/338 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:51:44.694]  24/338 postgresql:recovery / recovery/007_sync_rep                                     ERROR           4...
[03:51:44.694]  26/338 postgresql:recovery / recovery/001_stream_rep                                   ERROR           6...
[03:51:44.694]  29/338 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           2...
[03:51:44.694]  30/338 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:51:44.694]  31/338 postgresql:recovery / recovery/016_min_consistency                              ERROR           3...
[03:51:44.694]  33/338 postgresql:recovery / recovery/026_overwrite_contrecord                         ERROR           1...
[03:51:44.694]  35/338 postgresql:recovery / recovery/015_promotion_pages                              ERROR           7...
[03:51:44.694]  36/338 postgresql:recovery / recovery/021_row_visibility                               ERROR           4...
[03:51:44.694]  40/338 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:51:44.694]  42/338 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:51:44.694]  43/338 postgresql:recovery / recovery/027_stream_regress                               ERROR           4...
[03:51:44.694]  44/338 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:51:44.694]  45/338 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           3...
[03:51:44.694]  46/338 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:51:44.694]  51/338 postgresql:recovery / recovery/019_replslot_limit                               ERROR           7...
[03:51:44.694]  47/338 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:51:44.694] 155/338 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:51:44.694] 161/338 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           7...
[03:51:44.694] 162/338 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:51:44.694] 165/338 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:51:44.694] 167/338 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:51:44.694] 169/338 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:51:44.694] 174/338 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           5...
[03:51:44.694] 187/338 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:51:44.694] 188/338 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:51:44.694] 191/338 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:51:44.694]  39/338 postgresql:recovery / recovery/035_standby_logical_decoding                     TIMEOUT        10...
[03:51:44.694] 193/338 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:51:44.694] 194/338 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:51:44.694] 199/338 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:51:44.694] 204/338 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:51:44.694] 206/338 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:51:44.694] 207/338 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:51:44.694] 159/338 postgresql:recovery / recovery/039_end_of_wal                                   TIMEOUT        10...
[03:51:44.694] 210/338 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:51:44.694] 223/338 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:51:44.694] 192/338 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           4...
[03:51:44.694] 237/338 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           9...
[03:51:44.694] 239/338 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:51:44.694] 244/338 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:51:44.694] 160/338 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                TIMEOUT        10...
[03:51:44.694] 335/338 postgresql:commit_ts / commit_ts/003_standby_2                                  ERROR           1...
[03:51:44.694] 336/338 postgresql:test_misc / test_misc/004_io_direct                                  ERROR           1...
[03:51:44.694] 337/338 postgresql:brin / brin/02_wal_consistency                                       ERROR           3...
[03:51:44.694] 338/338 postgresql:bloom / bloom/001_wal                                                ERROR           6...
macOS - Sonoma - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 9...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
core
[03:37:59.986]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:37:59.986]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:37:59.986]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:37:59.986]     frame #3: 0x0000000104cc85ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:37:59.986]     frame #4: 0x0000000104b65108 postgres`ComputeXidHorizons(h=0x000000016b5b4ce8) at procarray.c:1759:3
[03:37:59.986]     frame #5: 0x0000000104b6520c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:37:59.986]     frame #6: 0x0000000104908ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:37:59.986]     frame #7: 0x0000000104ae4a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:37:59.986]     frame #8: 0x0000000104ae5c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:37:59.986]     frame #9: 0x0000000104ae8838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:40:45.669]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:40:45.669]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:40:45.669]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:40:45.669]     frame #3: 0x0000000104a045ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:40:45.669]     frame #4: 0x00000001048a1108 postgres`ComputeXidHorizons(h=0x000000016b878cf8) at procarray.c:1759:3
[03:40:45.669]     frame #5: 0x00000001048a120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:40:45.669]     frame #6: 0x0000000104644ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:40:45.669]     frame #7: 0x0000000104820a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:40:45.669]     frame #8: 0x0000000104821c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:40:45.669]     frame #9: 0x0000000104824838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:40:19.214]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:40:19.214]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:40:19.214]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:40:19.214]     frame #3: 0x0000000105506484 postgres`errfinish.cold.2 at elog.c:600:3
[03:40:19.214]     frame #4: 0x000000010539d2e8 postgres`errfinish(filename=<unavailable>, lineno=<unavailable>, funcnam...
[03:40:19.214]     frame #5: 0x00000001054850dc postgres`InitWalRecovery.cold.19 at xlogrecovery.c:800:4
[03:40:19.214]     frame #6: 0x0000000104fe63bc postgres`InitWalRecovery(ControlFile=0x000000010b37d280, wasShutdown_ptr...
[03:40:19.214]     frame #7: 0x0000000104fdaa6c postgres`StartupXLOG at xlog.c:5752:2
[03:40:19.214]     frame #8: 0x00000001051bf8a4 postgres`StartupProcessMain(startup_data=<unavailable>, startup_data_len...
[03:40:19.214]     frame #9: 0x00000001051b9c10 postgres`postmaster_child_launch(child_type=B_STARTUP, child_slot=262, s...
core
[03:39:51.319]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:39:51.319]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:39:51.319]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:39:51.319]     frame #3: 0x00000001006f85ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:39:51.319]     frame #4: 0x0000000100595108 postgres`ComputeXidHorizons(h=0x000000016fb84d18) at procarray.c:1759:3
[03:39:51.319]     frame #5: 0x000000010059520c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:39:51.319]     frame #6: 0x0000000100338ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:39:51.319]     frame #7: 0x0000000100514a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:39:51.319]     frame #8: 0x0000000100515c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:39:51.319]     frame #9: 0x0000000100518838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:39:23.354]   * frame #0: 0x000000018dfa9994 libsystem_kernel.dylib`read + 8
[03:39:23.354]     frame #1: 0x000000019ac48d54 libcopyfile.dylib`copyfile_internal + 6600
[03:39:23.354]     frame #2: 0x000000019ac4a33c libcopyfile.dylib`fcopyfile + 416
[03:39:23.354]     frame #3: 0x0000000100a41780 cp`___lldb_unnamed_symbol72 + 864
[03:39:23.354]     frame #4: 0x0000000100a43128 cp`___lldb_unnamed_symbol83 + 1420
[03:39:23.354]     frame #5: 0x0000000100a42a5c cp`___lldb_unnamed_symbol79 + 1132
[03:39:23.354]     frame #6: 0x000000018dc5f154 dyld`start + 2476
core
[03:38:59.004]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:38:59.004]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:38:59.004]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:38:59.004]     frame #3: 0x00000001033e45ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:38:59.004]     frame #4: 0x0000000103281108 postgres`ComputeXidHorizons(h=0x000000016ce98d18) at procarray.c:1759:3
[03:38:59.004]     frame #5: 0x000000010328120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:38:59.004]     frame #6: 0x0000000103024ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:38:59.004]     frame #7: 0x0000000103200a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:38:59.004]     frame #8: 0x0000000103201c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=5...
[03:38:59.004]     frame #9: 0x0000000103204838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:38:33.074]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:38:33.074]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:38:33.074]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:38:33.074]     frame #3: 0x0000000104d645ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:38:33.074]     frame #4: 0x0000000104c01108 postgres`ComputeXidHorizons(h=0x000000016b518cb8) at procarray.c:1759:3
[03:38:33.074]     frame #5: 0x0000000104c0120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:38:33.074]     frame #6: 0x00000001049a4ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:38:33.074]     frame #7: 0x0000000104b80a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:38:33.074]     frame #8: 0x0000000104b81c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=4...
[03:38:33.074]     frame #9: 0x0000000104b84838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
core
[03:37:26.825]   * frame #0: 0x000000018dfb15d0 libsystem_kernel.dylib`__pthread_kill + 8
[03:37:26.825]     frame #1: 0x000000018dfe9c20 libsystem_pthread.dylib`pthread_kill + 288
[03:37:26.825]     frame #2: 0x000000018def6a30 libsystem_c.dylib`abort + 180
[03:37:26.825]     frame #3: 0x00000001009545ac postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una...
[03:37:26.825]     frame #4: 0x00000001007f1108 postgres`ComputeXidHorizons(h=0x000000016f928cb8) at procarray.c:1759:3
[03:37:26.825]     frame #5: 0x00000001007f120c postgres`GetOldestTransactionIdConsideredRunning at procarray.c:2038:2
[03:37:26.825]     frame #6: 0x0000000100594ee8 postgres`CreateRestartPoint(flags=<unavailable>) at xlog.c:8016:20
[03:37:26.825]     frame #7: 0x0000000100770a28 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<...
[03:37:26.825]     frame #8: 0x0000000100771c10 postgres`postmaster_child_launch(child_type=B_CHECKPOINTER, child_slot=2...
[03:37:26.825]     frame #9: 0x0000000100774838 postgres`StartChildProcess(type=B_CHECKPOINTER) at postmaster.c:3973:8
panic
2025-07-06 03:13:57.791 UTC startup[68777] PANIC:  could not locate a valid checkpoint record at 0/2D8E0C0
tap
[03:24:12.696](1.124s) not ok 3 - backup with no detail: pg_basebackup
[03:24:12.697](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:24:12.707](0.010s) Bail out!  command "/usr/bin/gzip -d /Users/admin/pgsql/build/testrun/basebackup_to_shell/001_bas...
tap
[03:32:05.599](236.094s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/contrib/bloom/t/001_wal.pl line 22.
tap
[03:18:22.082](15.346s) Bail out!  pg_ctl start failed
tap
[03:20:21.210](135.856s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/020_pg_recei...
tap
[03:20:54.376](162.039s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_basebackup/040_pg_creat...
tap
[03:18:36.251](11.215s) Bail out!  pg_ctl start failed
tap
[03:18:55.605](8.027s) Bail out!  pg_ctl start failed
tap
[03:19:25.264](8.404s) Bail out!  pg_ctl start failed
tap
[03:24:30.816](266.357s) # poll_query_until timed out executing this query:
[03:24:30.820](0.004s) not ok 9 - promoted standby is not in recovery
[03:26:42.094](126.128s) not ok 11 - pg_ctl promote of standby runs
[03:26:42.154](0.060s) not ok 12 - promoted standby is not in recovery
tap
[03:22:40.789](136.347s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/001_basic/data/t...
tap
[03:22:47.806](142.147s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/002_databases/da...
tap
[03:22:58.344](135.511s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/003_extrafiles/d...
tap
[03:23:10.632](134.960s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/004_pg_xlog_syml...
tap
[03:23:33.856](146.461s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/007_standby_sour...
tap
[03:24:04.900](173.188s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/008_min_recovery...
tap
[03:23:49.486](133.026s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/009_growing_file...
tap
[03:24:55.821](134.253s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/pg_rewind/010_keep_recycle...
tap
[03:23:25.130](3.248s) not ok 4 - server side backup, compression gzip
[03:23:25.132](0.001s) not ok 5 - found expected backup files, compression gzip
[03:23:25.154](0.021s) not ok 6 - verify backup, compression gzip
[03:23:25.415](0.260s) not ok 7 - server side backup, compression lz4
[03:23:25.417](0.001s) not ok 8 - found expected backup files, compression lz4
[03:23:25.435](0.017s) not ok 9 - verify backup, compression lz4
[03:23:26.655](1.220s) not ok 10 - server side backup, compression lz4
[03:23:26.657](0.002s) not ok 11 - found expected backup files, compression lz4
[03:23:26.674](0.016s) not ok 12 - verify backup, compression lz4
[03:23:27.261](0.587s) not ok 13 - server side backup, compression zstd
[03:23:27.264](0.001s) not ok 14 - found expected backup files, compression zstd
[03:23:27.280](0.015s) not ok 15 - verify backup, compression zstd
[03:23:27.654](0.374s) not ok 16 - server side backup, compression zstd
[03:23:27.656](0.001s) not ok 17 - found expected backup files, compression zstd
[03:23:27.681](0.024s) not ok 18 - verify backup, compression zstd
tap
[03:23:30.614](4.554s) not ok 1 - backup done, compression none
[03:23:30.645](0.031s) not ok 2 - backup verified, compression method "none"
[03:23:33.980](3.334s) not ok 3 - backup done, compression gzip
[03:23:34.015](0.034s) not ok 4 - backup verified, compression method "gzip"
[03:23:35.932](1.917s) not ok 5 - backup done, compression lz4
[03:23:35.963](0.030s) not ok 6 - backup verified, compression method "lz4"
[03:23:37.112](1.148s) not ok 7 - backup done, compression zstd
[03:23:37.157](0.045s) not ok 8 - backup verified, compression method "zstd"
[03:23:38.154](0.997s) not ok 9 - backup done, compression parallel zstd
[03:23:38.185](0.031s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:23:32.660](3.792s) not ok 1 - client side backup, compression none
tap
[03:23:40.126](0.030s) not ok 4 - got exactly one new WAL summary
[03:23:40.144](0.001s) not ok 6 - stdout shows block 0 modified
[03:23:40.144](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:05:09.392](124.789s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/005_replay_delay/...
tap
[03:06:13.854](165.500s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/008_fsm_truncatio...
tap
[03:08:14.028](127.813s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/009_twophase/data...
tap
[03:08:31.928](275.709s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/015_promotion_pag...
tap
[03:09:11.828](313.436s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/016_min_consistency.pl line 102.
tap
[03:11:42.509](461.326s) Bail out!  pg_ctl start failed
tap
[03:10:26.951](126.349s) Bail out!  pg_ctl start failed
tap
[03:09:16.258](249.639s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:11:50.630](269.658s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/021_row_visibility.pl line 140.
tap
[03:08:33.028](129.463s) Bail out!  command "pg_ctl --pgdata /Users/admin/pgsql/build/testrun/recovery/025_stuck_on_old_...
tap
[03:14:44.736](286.408s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:21:35.611](310.494s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/030_stats_cleanup_replica.pl line 84.
tap
[03:20:09.861](312.036s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /Users/admin/pgsql/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:17:51.240](57.874s) Bail out!  pg_ctl restart failed
tap
[03:11:15.226](0.369s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:14:39.577](200.289s) Bail out!  pg_ctl start failed
tap
[03:12:14.331](6.303s) not ok 1 - restartpoint has started
[03:15:32.209](197.878s) not ok 2 - restart point has completed
tap
[03:14:39.519](31.429s) Bail out!  pg_ctl start failed
test
[03:32:06.024]  22/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:32:06.024]  24/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:32:06.024]  28/343 postgresql:recovery / recovery/009_twophase                                     ERROR           2...
[03:32:06.024]  29/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:32:06.024]  30/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:32:06.024]  33/343 postgresql:recovery / recovery/016_min_consistency                              ERROR           3...
[03:32:06.024]  34/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:32:06.024]  36/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:32:06.024]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:32:06.024]  42/343 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:32:06.024]  43/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           3...
[03:32:06.024]  47/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR           2...
[03:32:06.024]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:32:06.024]  49/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:32:06.024]  44/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:32:06.024]  75/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           4...
[03:32:06.024] 149/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           4...
[03:32:06.024] 163/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:32:06.024] 164/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:32:06.024] 167/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:32:06.024] 169/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:32:06.024] 182/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:32:06.024] 184/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:32:06.024] 188/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:32:06.024] 193/343 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           7...
[03:32:06.024] 194/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:32:06.024] 195/343 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:32:06.024] 199/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:32:06.024] 201/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:32:06.024] 205/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:32:06.024] 208/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:32:06.024] 209/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:32:06.024] 207/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:32:06.024] 214/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:32:06.024] 221/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:32:06.024] 236/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:32:06.024] 242/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:32:06.024] 275/343 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:32:06.024] 261/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           4...
[03:32:06.024] 343/343 postgresql:bloom / bloom/001_wal                                                ERROR           4...
Linux - Debian Bookworm - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 1...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 8...
core
[03:36:47.671] #0  0x00007f27144a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.671] #1  0x00007f271445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.671] #2  0x00007f2714445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.671] #3  0x000055f5c516ab97 in ExceptionalCondition (conditionName=conditionName@entry=0x55f5c543e495 "Transac...
[03:36:47.671] #4  0x000055f5c4e6594e in ComputeXidHorizons (h=h@entry=0x7fff0efb57d0) at ../src/backend/storage/ipc/pro...
[03:36:47.671] #5  0x000055f5c4e6ab47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:47.671] #6  0x000055f5c48a4bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:47.671] #7  0x000055f5c4d5b023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:47.671] #8  0x000055f5c4d5b84b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:47.671] #9  0x000055f5c4d60fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:48.189] #0  0x00007f4cb04a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.189] #1  0x00007f4cb045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.189] #2  0x00007f4cb0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.189] #3  0x0000557646e49b97 in ExceptionalCondition (conditionName=conditionName@entry=0x55764711d495 "Transac...
[03:36:48.189] #4  0x0000557646b4494e in ComputeXidHorizons (h=h@entry=0x7ffd900c0010) at ../src/backend/storage/ipc/pro...
[03:36:48.189] #5  0x0000557646b49b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:48.189] #6  0x0000557646583bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:48.189] #7  0x0000557646a3a023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:48.189] #8  0x0000557646a3a84b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:48.189] #9  0x0000557646a3ffe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:48.324] #0  0x00007fcc5cf89bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.324] #1  0x00005625efbbdcc0 in ?? ()
[03:36:48.324] #2  0x00005625efbbdefa in ?? ()
[03:36:48.324] #3  0x00005625efbbf630 in ?? ()
[03:36:48.324] #4  0x00005625efbb9371 in ?? ()
[03:36:48.324] #5  0x00005625efbb820f in ?? ()
[03:36:48.324] #6  0x00005625efbb8c3b in ?? ()
[03:36:48.324] #7  0x00005625efbb666f in ?? ()
[03:36:48.324] #8  0x00007fcc5cedd24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:48.324] #9  0x00007fcc5cedd305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:36:45.551] #0  0x00007f5d01ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:45.551] #1  0x00007f5d01c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:45.551] #2  0x00007f5d01c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:45.551] #3  0x000056007e599d13 in errfinish (filename=filename@entry=0x56007e7e4460 "../src/backend/access/transa...
[03:36:45.551] #4  0x000056007dceb31f in InitWalRecovery (ControlFile=<optimized out>, wasShutdown_ptr=wasShutdown_ptr@e...
[03:36:45.551] #5  0x000056007dcd8e72 in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:36:45.551] #6  0x000056007e18f1cd in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:36:45.551] #7  0x000056007e18584b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:36:45.551] #8  0x000056007e18afe1 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:36:45.551] #9  0x000056007e18eb7b in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560099c7b6a0) at ../src/ba...
core
[03:36:46.038] #0  0x00007f32842a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.038] #1  0x00007f328425afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.038] #2  0x00007f3284245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.038] #3  0x0000556b43fd5b97 in ExceptionalCondition (conditionName=conditionName@entry=0x556b442a9495 "Transac...
[03:36:46.038] #4  0x0000556b43cd094e in ComputeXidHorizons (h=h@entry=0x7fff74ce80d0) at ../src/backend/storage/ipc/pro...
[03:36:46.038] #5  0x0000556b43cd5b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:46.038] #6  0x0000556b4370fbbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:46.038] #7  0x0000556b43bc6023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:46.038] #8  0x0000556b43bc684b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:46.038] #9  0x0000556b43bcbfe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:46.185] #0  0x00007fe81156a7f3 in copy_file_range () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.185] #1  0x0000556bd3ea0291 in ?? ()
[03:36:46.185] #2  0x0000556bd3ea4671 in ?? ()
[03:36:46.185] #3  0x0000556bd3ea5577 in ?? ()
[03:36:46.185] #4  0x0000556bd3e9f5bc in ?? ()
[03:36:46.185] #5  0x0000556bd3e9deda in ?? ()
[03:36:46.185] #6  0x00007fe81149524a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.185] #7  0x00007fe811495305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.185] #8  0x0000556bd3e9e171 in ?? ()
[03:36:46.653] #0  0x00007fb884aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
core
[03:36:46.678] #0  0x00007fb884aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.678] #1  0x00007fb884a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.678] #2  0x00007fb884a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:46.678] #3  0x00005616a56b2b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5616a5986495 "Transac...
[03:36:46.678] #4  0x00005616a53ad94e in ComputeXidHorizons (h=h@entry=0x7ffcc7757c70) at ../src/backend/storage/ipc/pro...
[03:36:46.678] #5  0x00005616a53b2b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:46.678] #6  0x00005616a4decbbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:46.678] #7  0x00005616a52a3023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:46.678] #8  0x00005616a52a384b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:46.678] #9  0x00005616a52a8fe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:36:47.182] #0  0x00007f74302a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.182] #1  0x00007f743025afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.182] #2  0x00007f7430245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:36:47.182] #3  0x00005568526e9b97 in ExceptionalCondition (conditionName=conditionName@entry=0x5568529bd495 "Transac...
[03:36:47.182] #4  0x00005568523e494e in ComputeXidHorizons (h=h@entry=0x7ffc4b4f9950) at ../src/backend/storage/ipc/pro...
[03:36:47.182] #5  0x00005568523e9b47 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:36:47.182] #6  0x0000556851e23bbd in CreateRestartPoint (flags=flags@entry=0) at ../src/backend/access/transam/xlog....
[03:36:47.182] #7  0x00005568522da023 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:36:47.182] #8  0x00005568522da84b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:36:47.182] #9  0x00005568522dffe1 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
panic
2025-07-06 03:14:03.917 UTC startup[73040] PANIC:  could not locate a valid checkpoint record at 0/2004C68
tap
[03:26:37.321](0.562s) not ok 3 - backup with no detail: pg_basebackup
[03:26:37.322](0.001s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:26:37.334](0.011s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:32:59.636](222.638s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:22:06.339](2.630s) Bail out!  pg_ctl start failed
tap
[03:24:22.454](135.116s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:24:16.048](126.211s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_cre...
tap
[03:22:14.082](1.853s) Bail out!  pg_ctl start failed
tap
[03:22:23.350](3.760s) Bail out!  pg_ctl start failed
tap
[03:22:37.756](1.789s) Bail out!  pg_ctl start failed
tap
[03:27:09.619](263.881s) # poll_query_until timed out executing this query:
[03:27:09.620](0.000s) not ok 9 - promoted standby is not in recovery
tap
[03:25:20.621](128.015s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:25:24.397](130.406s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/...
tap
[03:25:54.572](127.197s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:26:00.850](123.875s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:26:30.234](129.825s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:26:27.965](125.001s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:26:29.160](123.250s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:27:23.699](122.770s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_keep_recyc...
tap
[03:25:50.444](1.695s) not ok 1 - server side backup, compression none
[03:25:50.445](0.001s) not ok 2 - found expected backup files, compression none
[03:25:50.454](0.009s) not ok 3 - verify backup, compression none
[03:25:51.078](0.624s) not ok 4 - server side backup, compression gzip
[03:25:51.079](0.001s) not ok 5 - found expected backup files, compression gzip
[03:25:51.095](0.016s) not ok 6 - verify backup, compression gzip
[03:25:51.222](0.127s) not ok 7 - server side backup, compression lz4
[03:25:51.223](0.001s) not ok 8 - found expected backup files, compression lz4
[03:25:51.232](0.009s) not ok 9 - verify backup, compression lz4
[03:25:51.565](0.333s) not ok 10 - server side backup, compression lz4
[03:25:51.566](0.001s) not ok 11 - found expected backup files, compression lz4
[03:25:51.574](0.007s) not ok 12 - verify backup, compression lz4
[03:25:51.736](0.161s) not ok 13 - server side backup, compression zstd
[03:25:51.736](0.001s) not ok 14 - found expected backup files, compression zstd
[03:25:51.744](0.008s) not ok 15 - verify backup, compression zstd
[03:25:51.918](0.173s) not ok 16 - server side backup, compression zstd
[03:25:51.919](0.001s) not ok 17 - found expected backup files, compression zstd
[03:25:51.926](0.007s) not ok 18 - verify backup, compression zstd
tap
[03:25:53.936](1.728s) not ok 1 - backup done, compression none
[03:25:53.947](0.010s) not ok 2 - backup verified, compression method "none"
[03:25:54.530](0.583s) not ok 3 - backup done, compression gzip
[03:25:54.543](0.013s) not ok 4 - backup verified, compression method "gzip"
[03:25:55.008](0.465s) not ok 5 - backup done, compression lz4
[03:25:55.023](0.014s) not ok 6 - backup verified, compression method "lz4"
[03:25:55.509](0.486s) not ok 7 - backup done, compression zstd
[03:25:55.528](0.019s) not ok 8 - backup verified, compression method "zstd"
[03:25:55.801](0.273s) not ok 9 - backup done, compression parallel zstd
[03:25:55.814](0.013s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:25:57.004](2.032s) not ok 1 - client side backup, compression none
tap
[03:26:02.192](0.077s) not ok 4 - got exactly one new WAL summary
[03:26:02.221](0.000s) not ok 6 - stdout shows block 0 modified
[03:26:02.222](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:06:46.999](120.561s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:07:37.929](153.398s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:10:12.191](271.623s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:13:24.840](445.775s) Bail out!  pg_ctl start failed
tap
[03:11:36.361](120.551s) Bail out!  pg_ctl start failed
tap
[03:11:01.656](238.155s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 112.
tap
[03:07:22.708](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:16:34.693](273.126s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:09:52.529](122.606s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:15:34.141](266.474s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:19:10.199](284.112s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/030_stats_cleanup_replica.pl line 62.
tap
[03:21:37.852](315.217s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:21:30.479](315.724s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 510.
tap
[03:13:58.363](0.775s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:14:05.430](1.944s) Bail out!  pg_ctl start failed
tap
[03:24:25.313](517.749s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 435.
tap
[03:15:55.555](10.506s) not ok 1 - restartpoint has started
[03:19:31.050](215.494s) not ok 2 - restart point has completed
tap
[03:16:40.291](0.598s) Bail out!  pg_ctl start failed
test
[03:32:59.961]  21/344 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:32:59.961]  23/344 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:32:59.961]  24/344 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:32:59.961]  28/344 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:32:59.961]  30/344 postgresql:recovery / recovery/015_promotion_pages                              ERROR           2...
[03:32:59.961]  34/344 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:32:59.961]  35/344 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:32:59.961]  38/344 postgresql:recovery / recovery/017_shm                                          ERROR           4...
[03:32:59.961]  41/344 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:32:59.961]  42/344 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:32:59.961]  43/344 postgresql:recovery / recovery/027_stream_regress                               ERROR           3...
[03:32:59.961]  45/344 postgresql:recovery / recovery/021_row_visibility                               ERROR           5...
[03:32:59.961]  46/344 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:32:59.961]  50/344 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           3...
[03:32:59.961]  73/344 postgresql:recovery / recovery/030_stats_cleanup_replica                        ERROR           5...
[03:32:59.961]  44/344 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           2...
[03:32:59.961] 132/344 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           5...
[03:32:59.961] 134/344 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           2...
[03:32:59.961] 140/344 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           6...
[03:32:59.961] 149/344 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:32:59.961] 160/344 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:32:59.961] 165/344 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:32:59.961] 168/344 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:32:59.961] 174/344 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:32:59.961] 189/344 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:32:59.961] 192/344 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:32:59.961] 193/344 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           6...
[03:32:59.961] 194/344 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:32:59.961] 195/344 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:32:59.961] 205/344 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:32:59.961] 207/344 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:32:59.961] 206/344 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:32:59.961] 208/344 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:32:59.961] 212/344 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:32:59.961] 213/344 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:32:59.961] 232/344 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:32:59.961] 234/344 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:32:59.961] 236/344 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:32:59.961] 242/344 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:32:59.961] 270/344 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:32:59.961] 279/344 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals                         ERROR           1...
[03:32:59.961] 344/344 postgresql:bloom / bloom/001_wal                                                ERROR           3...
FreeBSD - Meson
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 5...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 5...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 6...
assertion
TRAP: failed Assert("end_of_summary_lsn >= current_lsn"), File: "../src/backend/postmaster/walsummarizer.c", Line: 423, ...
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "../src/backend/storage/ipc/procarray.c", Line: 1759, PID: 2...
core
[03:29:57.315] #0  0x00000f08e29b4fda in copy_file_range () from /lib/libc.so.7
[03:29:57.315] #1  0x00000f00bfe0e412 in ?? ()
[03:29:57.315] #2  0x00000f00bfe0de1b in ?? ()
[03:29:57.315] #3  0x00000f00bfe0d6e3 in ?? ()
[03:29:57.315] #4  0x00000f08e2901c3a in __libc_start1 () from /lib/libc.so.7
[03:29:57.315] #5  0x00000f00bfe0d2dd in ?? ()
[03:29:57.632] #0  0x000000082c6dc1ba in thr_kill () from /lib/libc.so.7
core
[03:29:57.665] #0  0x000000082c6dc1ba in thr_kill () from /lib/libc.so.7
[03:29:57.665] #1  0x000000082c6555d4 in raise () from /lib/libc.so.7
[03:29:57.665] #2  0x000000082c708b59 in abort () from /lib/libc.so.7
[03:29:57.665] #3  0x0000000000ad7ac4 in errfinish (filename=<optimized out>, lineno=<optimized out>, funcname=<optimize...
[03:29:57.665] #4  0x000000000068eaa0 in InitWalRecovery (ControlFile=0x835cdbf80, wasShutdown_ptr=wasShutdown_ptr@entry...
[03:29:57.665] #5  0x0000000000680e1b in StartupXLOG () at ../src/backend/access/transam/xlog.c:5752
[03:29:57.665] #6  0x00000000008c418b in StartupProcessMain (startup_data=<optimized out>, startup_data_len=<optimized o...
[03:29:57.665] #7  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_STARTUP, child_slot=262,...
[03:29:57.665] #8  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_STARTUP) at ../src/backend/postmaster/post...
[03:29:57.665] #9  0x00000000008c03f2 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x820d87390) at ../src/backe...
core
[03:29:57.930] #0  0x000000082ccbf1ba in thr_kill () from /lib/libc.so.7
[03:29:57.930] #1  0x000000082cc385d4 in raise () from /lib/libc.so.7
[03:29:57.930] #2  0x000000082ccebb59 in abort () from /lib/libc.so.7
[03:29:57.930] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:57.930] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x820d0c838) at ../src/backend/storage/ipc/procar...
[03:29:57.930] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:57.930] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:57.930] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:57.930] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:57.930] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.194] #0  0x000000082a2b41ba in thr_kill () from /lib/libc.so.7
[03:29:58.194] #1  0x000000082a22d5d4 in raise () from /lib/libc.so.7
[03:29:58.194] #2  0x000000082a2e0b59 in abort () from /lib/libc.so.7
[03:29:58.194] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:58.194] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x8217fd808) at ../src/backend/storage/ipc/procar...
[03:29:58.194] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:58.194] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:58.194] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:58.194] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:58.194] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.455] #0  0x000000082c4e31ba in thr_kill () from /lib/libc.so.7
[03:29:58.455] #1  0x000000082c45c5d4 in raise () from /lib/libc.so.7
[03:29:58.455] #2  0x000000082c50fb59 in abort () from /lib/libc.so.7
[03:29:58.455] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:58.455] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821ad6728) at ../src/backend/storage/ipc/procar...
[03:29:58.455] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:58.455] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:58.455] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:58.455] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:58.455] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.715] #0  0x000000082e2d81ba in thr_kill () from /lib/libc.so.7
[03:29:58.715] #1  0x000000082e2515d4 in raise () from /lib/libc.so.7
[03:29:58.715] #2  0x000000082e304b59 in abort () from /lib/libc.so.7
[03:29:58.715] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x32fdb7 "TransactionIdIsValid(initial)", f...
[03:29:58.715] #4  0x0000000000947f85 in ComputeXidHorizons (h=h@entry=0x821505048) at ../src/backend/storage/ipc/procar...
[03:29:58.715] #5  0x0000000000948091 in GetOldestTransactionIdConsideredRunning () at ../src/backend/storage/ipc/procar...
[03:29:58.715] #6  0x0000000000683c57 in CreateRestartPoint (flags=0) at ../src/backend/access/transam/xlog.c:8016
[03:29:58.715] #7  0x00000000008bca53 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:29:58.715] #8  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:29:58.715] #9  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_CHECKPOINTER) at ../src/backend/postmaster...
core
[03:29:58.970] #0  0x000000082af331ba in thr_kill () from /lib/libc.so.7
[03:29:58.970] #1  0x000000082aeac5d4 in raise () from /lib/libc.so.7
[03:29:58.970] #2  0x000000082af5fb59 in abort () from /lib/libc.so.7
[03:29:58.970] #3  0x0000000000ad6ce5 in ExceptionalCondition (conditionName=0x345987 "end_of_summary_lsn >= current_lsn...
[03:29:58.970] #4  0x00000000008c6c3a in WalSummarizerMain (startup_data=<optimized out>, startup_data_len=<optimized ou...
[03:29:58.970] #5  0x00000000008bdc1b in postmaster_child_launch (child_type=child_type@entry=B_WAL_SUMMARIZER, child_sl...
[03:29:58.970] #6  0x00000000008c09f7 in StartChildProcess (type=type@entry=B_WAL_SUMMARIZER) at ../src/backend/postmast...
[03:29:58.970] #7  0x00000000008c2907 in LaunchMissingBackgroundProcesses () at ../src/backend/postmaster/postmaster.c:3...
[03:29:58.970] #8  ServerLoop () at ../src/backend/postmaster/postmaster.c:1717
[03:29:58.970] #9  0x00000000008c042a in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x8218956f0) at ../src/backe...
panic
2025-07-06 03:11:07.999 UTC startup[20969] PANIC:  could not locate a valid checkpoint record at 0/25FE288
tap
[03:20:04.369](0.170s) not ok 3 - backup with no detail: pg_basebackup
[03:20:04.370](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:20:04.373](0.002s) Bail out!  command "/usr/bin/gzip -d /tmp/cirrus-ci-build/build/testrun/basebackup_to_shell/001_b...
tap
[03:25:59.693](203.695s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/contrib/bloom/t/001_wal.pl line 22.
tap
[03:15:51.564](0.479s) Bail out!  pg_ctl start failed
tap
[03:17:54.789](122.256s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/020_pg_rec...
tap
[03:17:57.487](121.512s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/040_pg_cre...
tap
[03:16:00.635](0.381s) Bail out!  pg_ctl start failed
tap
[03:16:07.022](0.382s) Bail out!  pg_ctl start failed
tap
[03:16:15.158](1.878s) not ok 2 - incremental backup from node2
tap
[03:19:48.523](206.629s) # poll_query_until timed out executing this query:
[03:19:48.527](0.005s) not ok 9 - promoted standby is not in recovery
tap
[03:19:07.606](123.433s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_basic/data...
tap
[03:19:22.387](122.532s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/...
tap
[03:19:23.196](122.153s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_extrafiles...
tap
[03:19:31.595](122.038s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg_xlog_sy...
tap
[03:20:00.617](122.955s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_standby_so...
tap
[03:20:14.075](136.124s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_min_recove...
tap
[03:21:10.321](122.377s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_growing_fi...
tap
[03:19:34.508](1.705s) not ok 1 - server side backup, compression none
[03:19:34.509](0.001s) not ok 2 - found expected backup files, compression none
[03:19:34.514](0.004s) not ok 3 - verify backup, compression none
[03:19:35.077](0.563s) not ok 4 - server side backup, compression gzip
[03:19:35.079](0.001s) not ok 5 - found expected backup files, compression gzip
[03:19:35.085](0.005s) not ok 6 - verify backup, compression gzip
[03:19:35.158](0.073s) not ok 7 - server side backup, compression lz4
[03:19:35.160](0.001s) not ok 8 - found expected backup files, compression lz4
[03:19:35.165](0.005s) not ok 9 - verify backup, compression lz4
[03:19:35.484](0.318s) not ok 10 - server side backup, compression lz4
[03:19:35.485](0.001s) not ok 11 - found expected backup files, compression lz4
[03:19:35.492](0.006s) not ok 12 - verify backup, compression lz4
[03:19:35.645](0.153s) not ok 13 - server side backup, compression zstd
[03:19:35.646](0.001s) not ok 14 - found expected backup files, compression zstd
[03:19:35.653](0.006s) not ok 15 - verify backup, compression zstd
[03:19:35.753](0.100s) not ok 16 - server side backup, compression zstd
[03:19:35.754](0.001s) not ok 17 - found expected backup files, compression zstd
[03:19:35.761](0.006s) not ok 18 - verify backup, compression zstd
tap
[03:19:35.139](1.671s) not ok 1 - backup done, compression none
[03:19:35.146](0.007s) not ok 2 - backup verified, compression method "none"
[03:19:35.569](0.423s) not ok 3 - backup done, compression gzip
[03:19:35.576](0.006s) not ok 4 - backup verified, compression method "gzip"
[03:19:35.868](0.292s) not ok 5 - backup done, compression lz4
[03:19:35.875](0.006s) not ok 6 - backup verified, compression method "lz4"
[03:19:36.122](0.247s) not ok 7 - backup done, compression zstd
[03:19:36.129](0.007s) not ok 8 - backup verified, compression method "zstd"
[03:19:36.213](0.083s) not ok 9 - backup done, compression parallel zstd
[03:19:36.219](0.006s) not ok 10 - backup verified, compression method "parallel zstd"
tap
[03:19:36.446](1.828s) not ok 1 - client side backup, compression none
tap
[03:19:38.763](0.018s) not ok 4 - got exactly one new WAL summary
[03:19:38.769](0.001s) not ok 6 - stdout shows block 0 modified
[03:19:38.771](0.000s) not ok 8 - UPDATE modified 2 blocks
tap
[03:04:36.836](120.559s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_replay_dela...
tap
[03:06:53.674](210.622s) # poll_query_until timed out executing this query:
[03:06:53.675](0.001s) not ok 11 - all standbys are considered as candidates for quorum sync standbys
tap
[03:05:48.154](157.739s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm_truncat...
tap
[03:09:09.094](305.470s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_promotion_p...
tap
[03:08:32.936](255.544s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/016_min_consistency.pl line 102.
tap
[03:10:58.932](380.210s) Bail out!  pg_ctl start failed
tap
[03:10:17.746](120.583s) Bail out!  pg_ctl start failed
tap
[03:09:51.391](206.490s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/019_replslot_limit.pl line 131.
tap
[03:06:55.975](0.000s) not ok 6 - .done file for archived WAL segment 000000010000000000000001 exists
tap
[03:12:23.844](212.336s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/021_row_visibility.pl line 151.
tap
[03:10:23.662](122.085s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stuck_on_ol...
tap
[03:14:06.988](214.475s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/027_stream_regress.pl line 103.
tap
[03:14:43.905](215.446s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/031_recovery_conflict.pl line 298.
tap
[03:14:29.417](215.380s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/032_relfilenode_reuse.pl line 186.
tap
[03:16:52.454](216.000s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 510.
tap
[03:10:50.001](0.408s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio...
tap
[03:11:08.284](15.876s) Bail out!  pg_ctl start failed
tap
[03:16:00.178](216.297s) # poll_query_until timed out executing this query:
timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/040_standby_failover_slots_sync.pl line 402.
tap
[03:11:12.739](1.350s) not ok 1 - restartpoint has started
[03:14:18.882](186.143s) not ok 2 - restart point has completed
tap
[03:12:27.259](0.356s) Bail out!  pg_ctl start failed
tap
[03:16:56.013](204.020s) # poll_query_until timed out executing this query:
tap
[03:26:10.667](198.619s) # poll_query_until timed out executing this query:
test
[03:26:10.984]  19/343 postgresql:recovery / recovery/005_replay_delay                                 ERROR           1...
[03:26:10.984]  21/343 postgresql:recovery / recovery/008_fsm_truncation                               ERROR           1...
[03:26:10.984]  22/343 postgresql:recovery / recovery/007_sync_rep                                     ERROR           2...
[03:26:10.984]  23/343 postgresql:recovery / recovery/020_archive_status                               ERROR            ...
[03:26:10.984]  28/343 postgresql:recovery / recovery/016_min_consistency                              ERROR           2...
[03:26:10.984]  29/343 postgresql:recovery / recovery/015_promotion_pages                              ERROR           3...
[03:26:10.984]  33/343 postgresql:recovery / recovery/019_replslot_limit                               ERROR           2...
[03:26:10.984]  35/343 postgresql:recovery / recovery/018_wal_optimize                                 ERROR           3...
[03:26:10.984]  36/343 postgresql:recovery / recovery/025_stuck_on_old_timeline                        ERROR           1...
[03:26:10.984]  41/343 postgresql:recovery / recovery/038_save_logical_slots_shutdown                  ERROR            ...
[03:26:10.984]  42/343 postgresql:recovery / recovery/017_shm                                          ERROR           3...
[03:26:10.984]  43/343 postgresql:recovery / recovery/039_end_of_wal                                   ERROR            ...
[03:26:10.984]  45/343 postgresql:recovery / recovery/021_row_visibility                               ERROR           3...
[03:26:10.984]  46/343 postgresql:recovery / recovery/042_low_level_backup                             ERROR            ...
[03:26:10.984]  51/343 postgresql:recovery / recovery/027_stream_regress                               ERROR           2...
[03:26:10.984]  44/343 postgresql:recovery / recovery/041_checkpoint_at_promote                        ERROR           1...
[03:26:10.984]  61/343 postgresql:recovery / recovery/032_relfilenode_reuse                            ERROR           2...
[03:26:10.984]  75/343 postgresql:recovery / recovery/031_recovery_conflict                            ERROR           2...
[03:26:10.984] 156/343 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup                      ERROR            ...
[03:26:10.984] 163/343 postgresql:recovery / recovery/040_standby_failover_slots_sync                  ERROR           3...
[03:26:10.984] 164/343 postgresql:pg_combinebackup / pg_combinebackup/003_timeline                     ERROR            ...
[03:26:10.984] 166/343 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy                 ERROR            ...
[03:26:10.984] 168/343 postgresql:pg_combinebackup / pg_combinebackup/008_promote                      ERROR            ...
[03:26:10.984] 182/343 postgresql:recovery / recovery/035_standby_logical_decoding                     ERROR           3...
[03:26:10.984] 183/343 postgresql:recovery / recovery/048_vacuum_horizon_floor                         ERROR           2...
[03:26:10.984] 189/343 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal                      ERROR           1...
[03:26:10.984] 191/343 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber                ERROR           1...
[03:26:10.984] 193/343 postgresql:pg_rewind / pg_rewind/001_basic                                      ERROR           1...
[03:26:10.984] 194/343 postgresql:pg_rewind / pg_rewind/002_databases                                  ERROR           1...
[03:26:10.984] 195/343 postgresql:pg_rewind / pg_rewind/003_extrafiles                                 ERROR           1...
[03:26:10.984] 203/343 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink                            ERROR           1...
[03:26:10.984] 207/343 postgresql:pg_verifybackup / pg_verifybackup/008_untar                          ERROR            ...
[03:26:10.984] 208/343 postgresql:pg_verifybackup / pg_verifybackup/009_extract                        ERROR            ...
[03:26:10.984] 209/343 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar                   ERROR            ...
[03:26:10.984] 212/343 postgresql:pg_walsummary / pg_walsummary/002_blocks                             ERROR            ...
[03:26:10.984] 220/343 postgresql:pg_ctl / pg_ctl/003_promote                                          ERROR           2...
[03:26:10.984] 237/343 postgresql:pg_rewind / pg_rewind/007_standby_source                             ERROR           1...
[03:26:10.984] 244/343 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic                  ERROR            ...
[03:26:10.984] 259/343 postgresql:recovery / recovery/009_twophase                                     TIMEOUT        10...
[03:26:10.984] 261/343 postgresql:pg_rewind / pg_rewind/008_min_recovery_point                         ERROR           1...
[03:26:10.984] 295/343 postgresql:pg_rewind / pg_rewind/009_growing_files                              ERROR           1...
[03:26:10.984] 342/343 postgresql:bloom / bloom/001_wal                                                ERROR           3...
[03:26:10.984] 343/343 postgresql:subscription / subscription/026_stats                                ERROR           3...
Linux - Debian Bookworm - Autoconf
assertion
TRAP: failed Assert("TransactionIdIsValid(initial)"), File: "procarray.c", Line: 1759, PID: 26612
core
[03:18:44.173] #0  0x00007f7a4ccabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[03:18:44.173] #1  0x00007f7a4cc5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[03:18:44.173] #2  0x00007f7a4cc47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[03:18:44.173] #3  0x000055d2deebe803 in ExceptionalCondition (conditionName=conditionName@entry=0x55d2df28e660 "Transac...
[03:18:44.173] #4  0x000055d2deb24cca in ComputeXidHorizons (h=h@entry=0x7ffe03bd25e0) at procarray.c:1759
[03:18:44.173] #5  0x000055d2deb2a186 in GetOldestTransactionIdConsideredRunning () at procarray.c:2038
[03:18:44.173] #6  0x000055d2de31cd1e in CreateRestartPoint (flags=flags@entry=0) at xlog.c:8016
[03:18:44.173] #7  0x000055d2de9cfc3b in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out...
[03:18:44.173] #8  0x000055d2de9d0722 in postmaster_child_launch (child_type=child_type@entry=B_CHECKPOINTER, child_slot...
[03:18:44.173] #9  0x000055d2de9d6bcb in StartChildProcess (type=type@entry=B_CHECKPOINTER) at postmaster.c:3973
tap
[03:04:07.179](1.111s) not ok 3 - backup with no detail: pg_basebackup
[03:04:07.180](0.000s) not ok 4 - backup with no detail: backup_manifest.gz was created
[03:04:07.205](0.024s) Bail out!  command "gzip -d /tmp/cirrus-ci-build/contrib/basebackup_to_shell/tmp_check/tmp_test_X...
tap
[03:05:43.904](2.811s) Bail out!  pg_ctl start failed
tap
[03:14:28.907](120.316s) Bail out!  command "pg_ctl --pgdata /tmp/cirrus-ci-build/src/test/recovery/tmp_check/t_005_repl...
tap
[03:14:09.415](233.603s) # poll_query_until timed out executing this query: